diff options
author | raveit65 <[email protected]> | 2015-02-07 20:08:47 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-07 20:08:47 +0100 |
commit | b813e65cfc9d0ee167ea55bdb30dbf19325242ce (patch) | |
tree | 55a232c78885434055b9eda2a6589f72bc50f210 /desktop-themes/ContrastHigh/gtk-3.0 | |
parent | 33e70b5bf14e144cacf35da9f008f57fc75f59a9 (diff) | |
download | mate-themes-b813e65cfc9d0ee167ea55bdb30dbf19325242ce.tar.bz2 mate-themes-b813e65cfc9d0ee167ea55bdb30dbf19325242ce.tar.xz |
ContrastHigh GTK3: fix view of mate-control-center
Diffstat (limited to 'desktop-themes/ContrastHigh/gtk-3.0')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index 2a36cec6..d6c18e23 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -283,6 +283,26 @@ GtkLevelBar.vertical { padding: 5px; } +.button.default { + text-shadow: none; + color: @theme_fg_color; +} + +/* ie. mate-control-center */ +.button.flat, +.button.flat:hover, +.button.flat:active:hover { + padding: 0px; + border-color: transparent; + background-color: transparent; + background-image: none; + color: @theme_fg_color; + box-shadow: inset 0 1px rgba(255,255,255,0), 0 1px rgba(255,255,255,0); + text-shadow: none; + icon-shadow: none; + border-image: none; +} + .button:active { background-color: @theme_button_active_bg; color: @theme_base_color; |