summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-07 20:15:33 +0100
committerraveit65 <[email protected]>2015-02-07 20:15:33 +0100
commit8314ed6a9a5ff6bb6826ed3f6a5010368609b489 (patch)
tree38d777ee8f15a7a2ff3aa2c08e49b7ebf1807b7d /desktop-themes
parent410417ba59b07623541bea4ebd8a7e993df2ae85 (diff)
downloadmate-themes-8314ed6a9a5ff6bb6826ed3f6a5010368609b489.tar.bz2
mate-themes-8314ed6a9a5ff6bb6826ed3f6a5010368609b489.tar.xz
ContrastHigh GTK3: fix view of mate-control-center
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css24
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;