[gnome-shell/wip/sassWithSomeFixes: 21/33] theme: window captions in the overview



commit 3c3050ad16713559be080dcfd79f00fce5e797cd
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Oct 21 16:53:01 2014 +0200

    theme: window captions in the overview
    
    + a few typos

 data/theme/_common.scss |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index 305f514..fa957dd 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -395,6 +395,19 @@ StScrollBar {
     &.external-monitor { padding: 32px; }
   }
 
+  .window-clone-border {
+    border: 4px solid $selected_bg_color;
+    border-radius: 4px;
+  }
+  .window-caption {
+    spacing: 25px;
+    background-color: transparentize($bg_color,0.3);
+    border-radius: 8px;
+    padding: 4px 12px;
+    -shell-caption-spacing: 12px;
+    &:hover { background-color: $selected_bg_color; }
+  }
+  
   .messages-indicator { color: transparentize($fg_color,.2); height: 32px; }
   .messages-indicator-contents { spacing: 12px; padding-bottom: 12px; }
 
@@ -427,8 +440,8 @@ StScrollBar {
       spacing: 16px;
   }
   
-  .search-selection { spacing: 16px; } // This should be equal to #searchResultsContent spacing
-  .search-selection-content { spacing: 32px; } // This is the space between the provider icon and the 
results container
+  .search-section { spacing: 16px; } // This should be equal to #searchResultsContent spacing
+  .search-section-content { spacing: 32px; } // This is the space between the provider icon and the results 
container
   .search-statustext { // "no results"
     @extend %status_text;
   }


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