summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-06 12:36:59 +0200
committerraveit65 <[email protected]>2016-07-06 12:38:14 +0200
commite1b3cd6c1f1d8a1dd455500545366617ecd8810a (patch)
tree59b69db2bf11771c023cb20d91d7f9b314873aef /desktop-themes/BlackMATE
parentad628428224e31e920c0f7561cc582652993ab21 (diff)
downloadmate-themes-e1b3cd6c1f1d8a1dd455500545366617ecd8810a.tar.bz2
mate-themes-e1b3cd6c1f1d8a1dd455500545366617ecd8810a.tar.xz
GTK+-3.20 all themes: use "%" units instead of of hardcoded values for font-size
and fix wrong node names for color and font button in BlackMATE
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css28
1 files changed, 14 insertions, 14 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 79f6e6d9..710da2be 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -1437,7 +1437,7 @@ button {
}
button.text-button,
-fontbutton button,
+button.font,
filechooser button {
padding: 3px;
}
@@ -1548,8 +1548,8 @@ button:active:disabled {
color: @insensitive_fg_color;
}
-fontbutton button,
-colorbutton button {
+button.font,
+button.color {
padding: 4px 3px;
}
@@ -2956,7 +2956,7 @@ dialog.background.solid-csd > headerbar.titlebar {
.titlebar .title,
headerbar .title {
font-weight: bold;
- font-size: 12pt;
+ font-size: 120%;
background: none;
color: #D9D9D9;
}
@@ -3171,16 +3171,16 @@ switch,
switch:backdrop {
font-weight: bold;
font-size: smaller;
- font-stretch: condensed;
- color: @internal_element_color;
- border-radius: 3px;
- border-width: 1px;
- border-image: none;
- border-style: solid;
- border-color: @frame_color;
- background-image: linear-gradient(to bottom,
- @trough_bg_color_a,
- @trough_bg_color_b);
+ font-stretch: condensed;
+ color: @internal_element_color;
+ border-radius: 3px;
+ border-width: 1px;
+ border-image: none;
+ border-style: solid;
+ border-color: @frame_color;
+ background-image: linear-gradient(to bottom,
+ @trough_bg_color_a,
+ @trough_bg_color_b);
}
switch:checked,