summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-10 17:33:02 +0200
committerraveit65 <[email protected]>2015-08-10 17:34:19 +0200
commit291540835232436b3ade1ee8da20fb19236dd7ae (patch)
treeb8fd00335903abbf01b8ed4d2f697320eca6e3e1 /desktop-themes
parent041ec715bfcc4bfe4dd48236591364d72663a098 (diff)
downloadmate-themes-291540835232436b3ade1ee8da20fb19236dd7ae.tar.bz2
mate-themes-291540835232436b3ade1ee8da20fb19236dd7ae.tar.xz
GTK3: submarine themes: style bg of toolbar editor
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css9
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css9
2 files changed, 18 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 90a3fc97..3e05dcb9 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -1288,6 +1288,15 @@ EvSidebar .flat.button {
padding: 4px;
}
+/* atril and eom */
+EggToolbarEditor.vertical GtkScrolledWindow .frame {
+ background-color: shade (@base_color, 1.0);
+ border-color: @notebook_border;
+ border-width: 1px;
+ border-radius: 0px;
+ border-style: solid;
+}
+
/**************
* mate-media *
**************/
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 6dbfe940..390eb5b0 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -1292,6 +1292,15 @@ EvSidebar .flat.button {
padding: 4px;
}
+/* atril and eom */
+EggToolbarEditor.vertical GtkScrolledWindow .frame {
+ background-color: shade (@base_color, 1.0);
+ border-color: @notebook_border;
+ border-width: 1px;
+ border-radius: 0px;
+ border-style: solid;
+}
+
/**************
* mate-media *
**************/