summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-05-22 19:14:41 +0200
committerraveit65 <[email protected]>2018-05-22 19:21:07 +0200
commitcab4057bd34646f6d63e86f5af7372576310f58e (patch)
tree39a0d8b855e72eb6e10bacbcae53c9301fcf0180 /desktop-themes
parentb777e50101c83d2cfe4659bab893bafe33aca19c (diff)
downloadmate-themes-cab4057bd34646f6d63e86f5af7372576310f58e.tar.bz2
mate-themes-cab4057bd34646f6d63e86f5af7372576310f58e.tar.xz
Submarine/GreenLaguna: fix bg of foo-scroll-area
This is the color bg in mate-display-properties
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css10
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css10
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css10
3 files changed, 30 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index 40123e96..561b27d2 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -1473,3 +1473,13 @@ window.background.maximized.caja-navigation-window notebook.caja-notebook scroll
box-shadow: none;
}
+/***************************
+ * mate-display-properties *
+ ***************************/
+
+foo-scroll-area:selected,
+foo-scroll-area:selected:focus,
+foo-scroll-area:selected:backdrop {
+ background-color: @theme_selected_bg_color;
+}
+
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
index c11e6d2b..8c74abbe 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -1487,3 +1487,13 @@ window.background.maximized.caja-navigation-window notebook.caja-notebook scroll
box-shadow: none;
}
+/***************************
+ * mate-display-properties *
+ ***************************/
+
+foo-scroll-area:selected,
+foo-scroll-area:selected:focus,
+foo-scroll-area:selected:backdrop {
+ background-color: @theme_selected_bg_color;
+}
+
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index b91f1843..f18ff1a6 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -721,3 +721,13 @@ window.background.maximized.caja-navigation-window notebook.caja-notebook scroll
border-right-width: 0px;
}
+/***************************
+ * mate-display-properties *
+ ***************************/
+
+foo-scroll-area:selected,
+foo-scroll-area:selected:focus,
+foo-scroll-area:selected:backdrop {
+ background-color: @theme_selected_bg_color;
+}
+