summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2014-06-06 19:44:08 +0200
committerraveit65 <[email protected]>2014-10-31 20:53:08 +0100
commit3e74d2fe23eeb22800cf27cdf74132fbe210db50 (patch)
treed2c7c1056ed8316f83a7c059703dfde1a466ae26 /desktop-themes/BlackMATE/gtk-3.0
parent5d1bb741a5bdb5882beb74166baeef3223b52d04 (diff)
downloadmate-themes-3e74d2fe23eeb22800cf27cdf74132fbe210db50.tar.bz2
mate-themes-3e74d2fe23eeb22800cf27cdf74132fbe210db50.tar.xz
BlackMate GTK3: new scrollbar style
Diffstat (limited to 'desktop-themes/BlackMATE/gtk-3.0')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 0452be23..0525ca17 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -1282,6 +1282,12 @@ GtkComboBox .menu {
border-radius: 6px;
}
+.scrollbar.slider.horizontal:prelight {
+ border-width: 1px;
+ border-color: @scroll_slider_color;
+ border-radius: 6px;
+}
+
.scrollbar.slider.vertical:prelight {
border-width: 1px;
border-color: @scroll_slider_color;
@@ -2828,6 +2834,13 @@ NemoView .view {
color: @theme_fg_color;
}
+/* the small line between sidebar and view */
+NautilusWindow * ,
+NemoWindow * {
+ -GtkPaned-handle-size: 2px;
+}
+
+
.nautilus-inactive-pane .view,
.nemo-inactive-pane .view {
background-color: shade(@less_dark_color, 1.3);