diff options
author | bionel <ionel.busuioc@gmail.com> | 2016-04-23 13:10:52 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2016-04-23 13:10:52 +0300 |
commit | bd9163ebd0a19784d1e95b19f341e21f677d7abf (patch) | |
tree | c77d6aa1b1e2bfab96730f69bf189f26c95c6619 /Kogaion-nighttime/gtk-3.0/apps/xfce.css | |
parent | f88123f676fad8d4708c622fbfbd49589f1b7d89 (diff) |
import gtk3 too from Numix
Diffstat (limited to 'Kogaion-nighttime/gtk-3.0/apps/xfce.css')
-rw-r--r-- | Kogaion-nighttime/gtk-3.0/apps/xfce.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Kogaion-nighttime/gtk-3.0/apps/xfce.css b/Kogaion-nighttime/gtk-3.0/apps/xfce.css new file mode 100644 index 0000000..03cfb20 --- /dev/null +++ b/Kogaion-nighttime/gtk-3.0/apps/xfce.css @@ -0,0 +1,38 @@ +XfceHeading { + margin: 0; + padding: 0; + border-width: 0; + background-color: @theme_base_color; + background-image: none; + color: @theme_text_color; +} + +.xfce4-panel { + background-color: @panel_bg_color; + color: @panel_fg_color; + font: normal; +} + +.xfce4-panel .button { + padding: 0 2px; + border-radius: 0; + border-style: none; + color: @panel_fg_color; +} + +.xfce4-panel .button:active { + background-color: shade(@panel_bg_color, 0.8); + background-image: none; + color: @panel_fg_color; +} + +.xfce4-panel .button:hover, +.xfce4-panel .button:active:hover { + background-color: mix(@panel_bg_color, @panel_fg_color, 0.21); + background-image: none; + color: shade(@panel_fg_color, 1.08); +} + +.xfce4-panel .menu { + -gtk-image-effect: none; +} |