diff options
author | raveit65 <[email protected]> | 2015-04-19 19:43:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-19 19:43:37 +0200 |
commit | e0b679333d74cce01868de39ffb46aae2493ed75 (patch) | |
tree | d98a3948e994a76b6c3d521b908c3cc828250499 /desktop-themes | |
parent | 297f39cd025ddb7fbeafb9ae62f5f8f518a73b87 (diff) | |
download | mate-themes-e0b679333d74cce01868de39ffb46aae2493ed75.tar.bz2 mate-themes-e0b679333d74cce01868de39ffb46aae2493ed75.tar.xz |
Menta themes GTK+-3.16: fix scrollbars in sidebars
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 11 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 10 |
2 files changed, 16 insertions, 5 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index a1d2ceb2..9b2992ac 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -2184,7 +2184,11 @@ GtkFileChooserButton GtkImage:last-child { } .scrollbar.trough, -.scrollbar.trough.vertical { +.scrollbar.trough.vertical, +.sidebar.scrollbar.trough, +.sidebar.scrollbar.trough.vertical, +GtkPlacesSidebar .scrollbar.trough, +GtkPlacesSidebar .scrollbar.trough.vertical { background-image: linear-gradient(to right, @scrollbar_trough, shade (@scrollbar_trough, 1.08)); @@ -2195,7 +2199,9 @@ GtkFileChooserButton GtkImage:last-child { border-image: none; } -.scrollbar.trough.horizontal { +.scrollbar.trough.horizontal, +.sidebar.scrollbar.trough.horizontal, +GtkPlacesSidebar .scrollbar.trough.horizontal { background-image: linear-gradient(to bottom, @scrollbar_trough, shade (@scrollbar_trough, 1.08)); @@ -4686,7 +4692,6 @@ GtkModelButton.button.flat:selected { -GtkButton-inner-border: 0; } - /* Nautilus desktop */ .nautilus-canvas-item { border-radius: 5px; diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index c8304336..0b21e58e 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -2184,7 +2184,11 @@ GtkFileChooserButton GtkImage:last-child { } .scrollbar.trough, -.scrollbar.trough.vertical { +.scrollbar.trough.vertical, +.sidebar.scrollbar.trough, +.sidebar.scrollbar.trough.vertical, +GtkPlacesSidebar .scrollbar.trough, +GtkPlacesSidebar .scrollbar.trough.vertical { background-image: linear-gradient(to right, @scrollbar_trough, shade (@scrollbar_trough, 1.08)); @@ -2195,7 +2199,9 @@ GtkFileChooserButton GtkImage:last-child { border-image: none; } -.scrollbar.trough.horizontal { +.scrollbar.trough.horizontal, +.sidebar.scrollbar.trough.horizontal, +GtkPlacesSidebar .scrollbar.trough.horizontal { background-image: linear-gradient(to bottom, @scrollbar_trough, shade (@scrollbar_trough, 1.08)); |