diff options
author | raveit65 <[email protected]> | 2014-11-06 22:03:06 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-06 22:04:11 +0100 |
commit | 8892cbb3fbcb37897c6f6d018031327debed8a65 (patch) | |
tree | 2c92d1b06b53c08ce566939393e6072ef46d77c0 /desktop-themes/ContrastHigh | |
parent | 0e8da1df698b66e7e6a83143e4b63a20e120a1b6 (diff) | |
download | mate-themes-8892cbb3fbcb37897c6f6d018031327debed8a65.tar.bz2 mate-themes-8892cbb3fbcb37897c6f6d018031327debed8a65.tar.xz |
ContrastHigh GTK3: improve mate-panel appearance
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css index b4e004df..cfb7f1a4 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css @@ -61,9 +61,9 @@ MatePanelAppletFrameDBus, MatePanelAppletContainer, MatePanelApplet { background-image: none; - background-color: @theme_base_color; + background-color: @os_chrome_bg_color; padding: 0; - color: @theme_fg_color; + color: @os_chrome_fg_color; text-shadow: none; } @@ -126,7 +126,7 @@ MatePanelApplet .button { border-style: solid; text-shadow: none; - color: @theme_fg_color; + color: @os_chrome_fg_color; background-image: none; background-color: @os_chrome_bg_color; } |