From b2faece614f24a128d5a5555f155876418454438 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 9 Apr 2016 19:59:26 +0200 Subject: GTK+-3.20 submarine themes: style mate-screensaver lock-screen --- .../Blue-Submarine/gtk-3.0/mate-applications.css | 21 +++++++++++++++++++++ .../Green-Submarine/gtk-3.0/mate-applications.css | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) (limited to 'desktop-themes') 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 5b0586c7..a4d64c7c 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -909,3 +909,24 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b border-color: transparent; } +/* mate-screensaver lock dialog */ + +.lock-dialog { + border-radius: 10px; + border-style: solid; + border-width: 2px; + border-color: shade(@button_border, 1.0); + /* 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: 10px; + border-style: none; + border-width: 0px; +} + +.lock-dialog notebook { + background-color: shade (@theme_bg_color, 1.0); +} + 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 a0f0a0a8..c6ac0e22 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -907,3 +907,24 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b border-color: transparent; } +/* mate-screensaver lock dialog */ + +.lock-dialog { + border-radius: 10px; + border-style: solid; + border-width: 2px; + border-color: shade(@button_border, 1.0); + /* 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: 10px; + border-style: none; + border-width: 0px; +} + +.lock-dialog notebook { + background-color: shade (@theme_bg_color, 1.0); +} + -- cgit v1.2.1