summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-19 20:22:31 +0200
committerraveit65 <[email protected]>2015-04-19 20:22:31 +0200
commitcf24cac7941f61515eb971d87ceb117ba5b3ba77 (patch)
tree6dc5576c862cbf5f4eb51cf49eb780d70406581e /desktop-themes
parent880949d3b638043fcc0d6214a50d99f55334900f (diff)
downloadmate-themes-cf24cac7941f61515eb971d87ceb117ba5b3ba77.tar.bz2
mate-themes-cf24cac7941f61515eb971d87ceb117ba5b3ba77.tar.xz
BlackMATE GTK3: fix scrollbar in nautilus sidebar
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index a25b1d66..70a61828 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -1434,7 +1434,7 @@ GtkComboBox .menu {
.scrollbar.button.vertical:insensitive {
background-image: none;
background-color: transparent;
- color: transparent;
+ color: @insensitive_fg_color;
border-image: none;
border-style: none;
border-width: 0px;
@@ -3461,7 +3461,7 @@ NemoWindow .sidebar .frame {
NautilusWindow .sidebar .scrollbar.button,
NemoWindow .sidebar .scrollbar.button {
- color: transparent;
+ color: @theme_fg_color;
}
NautilusWindow .sidebar .scrollbar.button:hover,