summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-29 17:59:13 +0200
committerraveit65 <[email protected]>2015-09-29 18:00:24 +0200
commit4802f05338f0e1528c8b802294f2ae98a289a565 (patch)
treead69d6c2c4c5868349ce0fe4707629f3b7edb6bb
parentb6257dc73b5956c82ae4de9a54b604567fc2c369 (diff)
downloadmate-themes-4802f05338f0e1528c8b802294f2ae98a289a565.tar.bz2
mate-themes-4802f05338f0e1528c8b802294f2ae98a289a565.tar.xz
GTK3 Submarine themes: style background of emblem page in properties-dialog
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css5
2 files changed, 10 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 2200c90b..7b066149 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -623,6 +623,11 @@ CajaPathBar .button:checked:hover {
border-color: transparent;
}
+/* properties-dialog emblem page */
+FMPropertiesWindow .vertical.dialog-vbox .notebook GtkViewport {
+ background-color: @theme_notebook_color;
+}
+
.caja-canvas-item {
border-radius: 3px;
}
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 b3e43803..119257d1 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -624,6 +624,11 @@ CajaPathBar .button:checked:hover {
border-color: transparent;
}
+/* properties-dialog emblem page */
+FMPropertiesWindow .vertical.dialog-vbox .notebook GtkViewport {
+ background-color: @theme_notebook_color;
+}
+
.caja-canvas-item {
border-radius: 3px;
}