diff options
author | raveit65 <[email protected]> | 2016-04-09 19:59:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-09 19:59:26 +0200 |
commit | b2faece614f24a128d5a5555f155876418454438 (patch) | |
tree | 6ecb11df729519588b1b76bc8b8f1847cd4e18fe | |
parent | 5b33d54a844f931b0679a6d06c6ccb820dc7549c (diff) | |
download | mate-themes-b2faece614f24a128d5a5555f155876418454438.tar.bz2 mate-themes-b2faece614f24a128d5a5555f155876418454438.tar.xz |
GTK+-3.20 submarine themes: style mate-screensaver lock-screen
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 21 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 21 |
2 files changed, 42 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 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); +} + |