diff options
author | raveit65 <[email protected]> | 2015-09-29 17:59:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-29 18:00:24 +0200 |
commit | 4802f05338f0e1528c8b802294f2ae98a289a565 (patch) | |
tree | ad69d6c2c4c5868349ce0fe4707629f3b7edb6bb /desktop-themes/Green-Submarine | |
parent | b6257dc73b5956c82ae4de9a54b604567fc2c369 (diff) | |
download | mate-themes-4802f05338f0e1528c8b802294f2ae98a289a565.tar.bz2 mate-themes-4802f05338f0e1528c8b802294f2ae98a289a565.tar.xz |
GTK3 Submarine themes: style background of emblem page in properties-dialog
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; } |