diff options
author | raveit65 <[email protected]> | 2014-10-31 21:19:06 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-31 21:19:06 +0100 |
commit | c4e958b4052782b73a0d0a2e33ac78f2dfe2700e (patch) | |
tree | 6e8864a3bc1810188104d4f0624cd1e581c2422f /desktop-themes/BlackMATE/gtk-3.0 | |
parent | 3e74d2fe23eeb22800cf27cdf74132fbe210db50 (diff) | |
download | mate-themes-c4e958b4052782b73a0d0a2e33ac78f2dfe2700e.tar.bz2 mate-themes-c4e958b4052782b73a0d0a2e33ac78f2dfe2700e.tar.xz |
Revert "BlackMate GTK3: new scrollbar style"
This reverts commit 3e74d2fe23eeb22800cf27cdf74132fbe210db50.
Diffstat (limited to 'desktop-themes/BlackMATE/gtk-3.0')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 0525ca17..0452be23 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -1282,12 +1282,6 @@ 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; @@ -2834,13 +2828,6 @@ 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); |