summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-27 00:29:55 +0200
committerraveit65 <[email protected]>2016-04-27 00:30:46 +0200
commitd9d2988db00a1c8c3ec6b48630f019a8418180df (patch)
tree36749dc721cb45f21e6748947b1084895cdd7190 /desktop-themes
parente7834458996211903b3ceee556e16a1c780476f4 (diff)
downloadmate-themes-d9d2988db00a1c8c3ec6b48630f019a8418180df.tar.bz2
mate-themes-d9d2988db00a1c8c3ec6b48630f019a8418180df.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')
-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 {