diff options
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 21 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 61e32b9b..229eafd0 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -711,3 +711,24 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b padding: 0px 0px 0px 10px; } +/* mate-screensaver lock dialog */ + +.lock-dialog { + border-radius: 4px; + border-style: solid; + border-width: 1px; + border-color: @wm_csd_solid_border_color; + /* not sure if box-shadow works here */ + box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow; +} + +.lock-dialog frame { + border-radius: 4px; + border-style: none; + border-width: 0px; +} + +.lock-dialog notebook { + background-color: shade (@theme_bg_color, 1.0); +} + diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index a92104ae..5388ee0e 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -708,3 +708,24 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b padding: 0px 0px 0px 10px; } +/* mate-screensaver lock dialog */ + +.lock-dialog { + border-radius: 4px; + border-style: solid; + border-width: 1px; + border-color: @wm_csd_solid_border_color; + /* not sure if box-shadow works here */ + box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow; +} + +.lock-dialog frame { + border-radius: 4px; + border-style: none; + border-width: 0px; +} + +.lock-dialog notebook { + background-color: shade (@theme_bg_color, 1.0); +} + |