summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHigh
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-15 20:27:21 +0100
committerraveit65 <[email protected]>2015-02-15 20:27:21 +0100
commit92d115cc34b4f9fcd1291dd0263cda85adbc0743 (patch)
treeb1fa9774b68c1e2971d5a8f242b780b8b5d27b65 /desktop-themes/ContrastHigh
parente47c0cba09111b259758058a4131ea2596751fdd (diff)
downloadmate-themes-92d115cc34b4f9fcd1291dd0263cda85adbc0743.tar.bz2
mate-themes-92d115cc34b4f9fcd1291dd0263cda85adbc0743.tar.xz
Menta themes, Contrast themes GTK3: avoid resizing theme thumbnails in mate-appearance-properties
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css18
1 files changed, 12 insertions, 6 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
index 146fc78a..84935a57 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -26,6 +26,7 @@
-GtkWindow-resize-grip-height: 15;
background-clip: padding-box;
+ outline-width: 0px; /* disable ugly focus-line */
}
GtkWindow {
@@ -468,13 +469,11 @@ GtkComboBox .button {
color: @theme_fg_color;
}
-.menuitem,
-.menu .menuitem {
+.menuitem {
color: @theme_fg_color;
}
-.menuitem:insensitive,
-.menu .menuitem:insensitive {
+.menuitem:insensitive {
color: @theme_button_insensitive_fg;
border-style: solid;
border-left-color: @theme_fg_color;
@@ -488,8 +487,8 @@ GtkComboBox .button {
padding: 3px 5px;
}
-.menubar .menuitem:hover {
- color: @theme_fg_color;
+.menuitem:hover {
+ color: @theme_base_color;
background-color: @theme_active_color;
}
@@ -1082,6 +1081,7 @@ column-header:first-child .button {
}
GtkViewport {
+ padding: 0px;
background-color: @theme_view_bg;
}
@@ -1100,6 +1100,12 @@ GtkViewport {
color: @theme_base_color;
}
+GtkIconView,
+GtkViewport {
+ /* avoid resizing theme thumbnails in mate-appearance-properties */
+ padding: 0px;
+}
+
GtkIconView.view.cell {
border-radius: 4px;
}