summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-07 20:02:01 +0100
committerraveit65 <[email protected]>2015-02-07 20:02:01 +0100
commit5d506a3e455b8b9a82881977d105f4afe1a7fbca (patch)
treea3960813e6da277a7fc5172d025cb35eaca22772
parentf38ceee847c9b66d26829bf227b455a51a3a6d40 (diff)
downloadmate-themes-5d506a3e455b8b9a82881977d105f4afe1a7fbca.tar.bz2
mate-themes-5d506a3e455b8b9a82881977d105f4afe1a7fbca.tar.xz
ContrastHigh GTK3: fix view of mate-control-center
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css22
1 files changed, 22 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 e90c2749..916a9b95 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -283,6 +283,28 @@ GtkLevelBar.vertical {
padding: 5px;
}
+.button.default {
+ transition: all 400ms ease-out;
+ text-shadow: none;
+ color: @theme_fg_color;
+}
+
+/* ie. mate-control-center */
+.button.flat,
+.button.flat:hover,
+.button.flat:active:hover,
+.button.flat:checked: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,
.button:checked {
background-color: @theme_button_active_bg;