diff options
author | raveit65 <[email protected]> | 2016-09-30 10:46:41 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-09-30 10:46:41 +0200 |
commit | 94140a99c83aba14bdb5e5d02cdb3c0c24c380a6 (patch) | |
tree | 251fdea1b287fda7dc46c2b0dff5821d2fd5dd7c | |
parent | e440924b9c41b4bccb624940dbfdceba07af2b62 (diff) | |
download | mate-themes-94140a99c83aba14bdb5e5d02cdb3c0c24c380a6.tar.bz2 mate-themes-94140a99c83aba14bdb5e5d02cdb3c0c24c380a6.tar.xz |
GTK+-3.20 Submarine themes: drop non working box-shadow for lightdm login_window
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css | 2 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/other-applications.css | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css index cd0947d7..d1a15224 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css @@ -648,8 +648,6 @@ window.background > box.vertical > notebook overlay > scrolledwindow viewport { border-style: solid; border-width: 2px; border-color: shade(@bg_dark_color, 0.8); - /* not sure if box-shadow works here */ - box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow; background-color: @bg_dark_color; } diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css index 14b6b53e..ce167fde 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css @@ -641,8 +641,6 @@ window.background > box.vertical > notebook overlay > scrolledwindow viewport { border-style: solid; border-width: 2px; border-color: shade(@bg_dark_color, 0.8); - /* not sure if box-shadow works here */ - box-shadow: 0 0 0 1px @wm_border, 0 2px 8px 3px @wm_shadow; background-color: @bg_dark_color; } |