summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css11
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css10
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));