diff options
author | raveit65 <[email protected]> | 2015-09-29 17:59:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-29 18:00:41 +0200 |
commit | e5fe3254149e667c9f09ea9824965806ec092152 (patch) | |
tree | b2dc031ae29af5ccf806d0fd9dbce8baff7e3df9 /desktop-themes | |
parent | d0e893470783e1b0027f8e809f8338f7891fec99 (diff) | |
download | mate-themes-e5fe3254149e667c9f09ea9824965806ec092152.tar.bz2 mate-themes-e5fe3254149e667c9f09ea9824965806ec092152.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 0d46d7da..fcebad28 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -613,6 +613,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 534de56c..acf53336 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -614,6 +614,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; } |