From 640249990e765782239642ac06c53ee850837f9c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 30 Sep 2016 10:49:24 +0200 Subject: GTK+-3.14 Submarine themes: drop non working box-shadow for lightdm login_window --- desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css | 2 -- desktop-themes/Green-Submarine/gtk-3.0/other-applications.css | 2 -- 2 files changed, 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 0d1bc5b1..7ade337e 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css @@ -754,8 +754,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 a657168a..855008db 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css @@ -784,8 +784,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; } -- cgit v1.2.1