[gnome-themes-standard] screensaver: add an 1px border for the unlock screensaver dialog



commit 8035a774cf1a169332e5e2c55a2aea1fc4f6b5a1
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Mar 21 16:41:20 2012 -0400

    screensaver: add an 1px border for the unlock screensaver dialog
    
    Since we don't render borders for GtkFrames, we need to special case
    this special frame here.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index fe7b4bc..95d49b8 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -2520,3 +2520,11 @@ GsmFailWhaleDialog * {
     background-color: @os_chrome_bg_color;
     background-image: none;
 }
+
+/* gnome-screensaver lock dialog */
+GSLockPlug .frame {
+    border-color: @borders;
+    border-width: 1;
+    border-style: solid;
+    border-radius: 0;
+}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]