diff options
author | raveit65 <[email protected]> | 2015-09-29 17:59:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-29 17:59:13 +0200 |
commit | f24116e2a4d344e9b1e7415e40d3ae69820d160b (patch) | |
tree | 19e7634c66e88ffa120ed7ca7d3570bba09edd91 /desktop-themes | |
parent | 50742126652a0424483d223f7d348f31da65a209 (diff) | |
download | mate-themes-f24116e2a4d344e9b1e7415e40d3ae69820d160b.tar.bz2 mate-themes-f24116e2a4d344e9b1e7415e40d3ae69820d160b.tar.xz |
GTK3 Submarine themes: style background of emblem page in properties-dialog
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 5 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 5 |
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; } |