[gnome-shell] theme: Clean up and merge window-caption definitions



commit df9b0c548e031ea45ba4f5cfde1e416f2ea16db3
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Feb 18 14:09:49 2013 -0500

    theme: Clean up and merge window-caption definitions

 data/theme/gnome-shell.css |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 3e50370..0e174f2 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -632,10 +632,6 @@ StScrollBar StButton#vhandle:active {
     padding-bottom: 32px;
 }
 
-.window-caption {
-    spacing: 25px;
-}
-
 .workspace-thumbnails-background {
     border: 1px solid rgba(128, 128, 128, 0.4);
     border-right: 0px;
@@ -663,6 +659,7 @@ StScrollBar StButton#vhandle:active {
 }
 
 .window-caption {
+    spacing: 25px;
     background: rgba(0,0,0,0.5);
     border-radius: 8px;
     padding: 4px 12px;
@@ -670,6 +667,10 @@ StScrollBar StButton#vhandle:active {
     border: 2px solid rgba(0, 0, 0, 0);
 }
 
+.window-caption:hover {
+    border: 2px solid rgba(255, 255, 255, 0);
+}
+
 .window-close, .notification-close {
     background-image: url("close-window.svg");
     background-size: 32px;
@@ -681,10 +682,6 @@ StScrollBar StButton#vhandle:active {
     -shell-close-overlap: 16px;
 }
 
-.window-caption:hover {
-    border: 2px solid rgba(255, 255, 255, 0);
-}
-
 .window-clone-border {
     border: 4px solid rgba(255, 255, 255, 0.5);
     border-radius: 4px;


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