diff options
author | raveit65 <[email protected]> | 2016-09-30 10:49:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-09-30 10:50:06 +0200 |
commit | c6aabb9b76d45206480f390b2335a4b8033d9732 (patch) | |
tree | 05f3abc796d763cdfdacb8f13097edab8281c771 | |
parent | 15f01adecf6daed943e0b94f957578242de87665 (diff) | |
download | mate-themes-c6aabb9b76d45206480f390b2335a4b8033d9732.tar.bz2 mate-themes-c6aabb9b76d45206480f390b2335a4b8033d9732.tar.xz |
GTK+-3.14 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 aed1b5dd..18b01b8a 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css @@ -733,8 +733,6 @@ DConfKeyView.view .spinbutton .button:hover:last-child { 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 2041aedc..a7931ed8 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css @@ -769,8 +769,6 @@ DConfKeyView.view .spinbutton .button:hover:last-child { 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; } |