summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-27 00:29:55 +0200
committerraveit65 <[email protected]>2016-04-27 00:29:55 +0200
commita286154c5e1b1c64c7725cfb9a1a9f291ac5dacd (patch)
tree36749dc721cb45f21e6748947b1084895cdd7190 /desktop-themes/BlackMATE/gtk-3.0
parent220bb06234beca71a09f58e34d4069bba5f8c145 (diff)
downloadmate-themes-a286154c5e1b1c64c7725cfb9a1a9f291ac5dacd.tar.bz2
mate-themes-a286154c5e1b1c64c7725cfb9a1a9f291ac5dacd.tar.xz
GTK+-3.20 BlackMate little adjustement for scrollbars + a forgotten fix for modelbutton
- use a background a border for the whole scrollbar, better for overlay-scrollbars
Diffstat (limited to 'desktop-themes/BlackMATE/gtk-3.0')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css55
1 files changed, 23 insertions, 32 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index eefa129f..52430e9c 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -1621,21 +1621,26 @@ linkbutton button:active:hover {
/**************
* Scrollbars *
**************/
+
scrollbar {
background-image: none;
+ background-color: @less_dark_color;
+ border-style: solid;
+}
+
+scrollbar.vertical {
+ border-style: solid;
+ border-width: 0px 0px 0px 1px;
+ border-color: shade (@theme_bg_color, 0.94);
+}
+
+scrollbar.horizontal {
border-style: solid;
- /*-GtkRange-trough-border: 0;
- -GtkScrollbar-has-backward-stepper: true;
- -GtkScrollbar-has-forward-stepper: true;
- -GtkRange-stepper-size: 16;
- -GtkRange-slider-width: 13;
- -GtkScrollbar-min-slider-length: 42;
- -GtkRange-stepper-spacing: 0;
- -GtkRange-trough-under-steppers: 1;
- deprecated*/
-}
-
-scrollbars-junction { /* the small square between scrollbars!!! */
+ border-width: 1px 0px 0px 0px;
+ border-color: shade (@theme_bg_color, 0.94);
+}
+
+scrollbar junction { /* the small square between scrollbars!!! */
background-image: none;
background-color: @less_dark_color;
border-width: 0;
@@ -1649,9 +1654,7 @@ scrollbar.vertical trough {
background-image: linear-gradient(to right,
@scrollbar_trough,
shade (@scrollbar_trough, 1.08));
- border-left-width: 1px;
- border-style: solid;
- border-color: shade (@theme_bg_color, 0.94);
+ border-style: none;
border-radius: 0;
border-image: none;
}
@@ -1660,9 +1663,7 @@ scrollbar.horizontal trough {
background-image: linear-gradient(to bottom,
@scrollbar_trough,
shade (@scrollbar_trough, 1.08));
- border-top-width: 1px;
- border-style: solid;
- border-color: shade (@theme_bg_color, 0.94);
+ border-style: none;
border-radius: 0;
border-image: none;
}
@@ -2708,20 +2709,6 @@ popover list {
background-color: @theme_base_color;
}
-modelbutton button {
- background-image: none;
- background-color: transparent;
- color: @theme_fg_color;
- border-radius: 3px;
-}
-
-modelbutton button {
- background-image: none;
- background-color: transparent;
- color: @theme_fg_color;
- border-radius: 3px;
-}
-
modelbutton:checked,
modelbutton:disabled,
modelbutton:checked:disabled,
@@ -2737,6 +2724,10 @@ modelbutton:focus:active {
border-radius: 3px;
}
+modelbutton {
+ color: @theme_fg_color;
+}
+
modelbutton:hover:active,
modelbutton:hover,
modelbutton:checked {