From 76eb0b1112238d06ea95a0d4efe755de11befe02 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 9 Apr 2016 20:36:10 +0200 Subject: GTK+-3.20 Menta themes: style mate-screensaver lock-screen --- .../BlueMenta/gtk-3.0/mate-applications.css | 21 +++++++++++++++++++++ desktop-themes/Menta/gtk-3.0/mate-applications.css | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) (limited to 'desktop-themes') 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); +} + -- cgit v1.2.1