From 873b179f205a0f6f1d79c88b9f9e39674b96ceb1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 10 Apr 2016 10:52:17 +0200 Subject: GTK3 all themes: style lock-screen --- .../Blue-Submarine/gtk-3.0/mate-applications.css | 17 +++++++++++++++++ desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 17 +++++++++++++++++ .../ContrastHigh/gtk-3.0/mate-applications.css | 17 +++++++++++++++++ .../ContrastHighInverse/gtk-3.0/mate-applications.css | 17 +++++++++++++++++ .../Green-Submarine/gtk-3.0/mate-applications.css | 17 +++++++++++++++++ .../GreenLaguna/gtk-3.0/mate-applications.css | 17 +++++++++++++++++ desktop-themes/Menta/gtk-3.0/mate-applications.css | 17 +++++++++++++++++ .../TraditionalGreen/gtk-3.0/mate-applications.css | 17 +++++++++++++++++ .../TraditionalOk/gtk-3.0/mate-applications.css | 17 +++++++++++++++++ .../TraditionalOkTest/gtk-3.0/mate-applications.css | 17 +++++++++++++++++ 10 files changed, 170 insertions(+) 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 29f36400..793ab363 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -1383,3 +1383,20 @@ EomThumbNav .button.flat:insensitive { border-color: transparent; } +/* mate-screensaver lock dialog */ + +.lock-dialog { + border-radius: 3px; + 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: 3px; + border-style: none; + border-width: 0px; +} + diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 310c2017..fe6fcd3a 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -930,3 +930,20 @@ EomThumbNav .button.flat:insensitive { border-color: transparent; } +/* mate-screensaver lock dialog */ + +.lock-dialog { + border-radius: 3px; + 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: 3px; + border-style: none; + border-width: 0px; +} + diff --git a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css index 11f96cc0..5c23f189 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css @@ -32,6 +32,23 @@ EelEditableLabel.entry { border-radius: 3px; } +/* mate-screensaver lock dialog */ + +.lock-dialog { + border-radius: 3px; + 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: 3px; + border-style: none; + border-width: 0px; +} + EelEditableLabel.entry { text-shadow: none; color: @theme_fg_color; diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css index fafbdbdb..2a5860e8 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css @@ -363,3 +363,20 @@ EomThumbNav .frame { border-width: 2px; } +/* mate-screensaver lock dialog */ + +.lock-dialog { + border-radius: 3px; + 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: 3px; + border-style: none; + border-width: 0px; +} + 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 bfefb588..6efac6b9 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -1407,3 +1407,20 @@ EomThumbNav .button.flat:insensitive { border-color: transparent; } +/* mate-screensaver lock dialog */ + +.lock-dialog { + border-radius: 3px; + 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: 3px; + border-style: none; + border-width: 0px; +} + diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 647fc690..93296124 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -778,3 +778,20 @@ EomThumbNav .button.flat:insensitive { border-color: transparent; } +/* mate-screensaver lock dialog */ + +.lock-dialog { + border-radius: 3px; + 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: 3px; + border-style: none; + border-width: 0px; +} + diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 61e0376b..e1d2248e 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -928,3 +928,20 @@ EomThumbNav .button.flat:insensitive { border-color: transparent; } +/* screensaver lock-dialog */ + +.lock-dialog { + border-radius: 3px; + 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: 3px; + border-style: none; + border-width: 0px; +} + diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css index 13638d2c..5c377c61 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css @@ -522,3 +522,20 @@ EomThumbNav .button.flat:insensitive { border-color: @insensitive_border_color; } +/* mate-screensaver lock dialog */ + +.lock-dialog { + border-radius: 3px; + 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: 3px; + border-style: none; + border-width: 0px; +} + diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 95b5e6f6..256c3207 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -523,3 +523,20 @@ EomThumbNav .button.flat:insensitive { border-color: @insensitive_border_color; } +/* mate-screensaver lock dialog */ + +.lock-dialog { + border-radius: 3px; + 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: 3px; + border-style: none; + border-width: 0px; +} + diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css index 7562bcb9..42aa099d 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css @@ -566,3 +566,20 @@ EomThumbNav .button.flat:insensitive { border-color: @insensitive_border_color; } +/* mate-screensaver lock dialog */ + +.lock-dialog { + border-radius: 3px; + 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: 3px; + border-style: none; + border-width: 0px; +} + -- cgit v1.2.1