diff options
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 24 |
1 files changed, 24 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 9a1dec90..e5e92dc1 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -244,6 +244,30 @@ GtkLevelBar.vertical { color: @theme_button_fg; } +.button.image-button { + 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; |