[gnome-shell/wip/sass: 32/51] theme: window captions in the overview



commit 4693cb7b15ca5a18035c77e77bba4f787883872c
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 +++++++++++++++--
 data/theme/gnome-shell.css |   17 +++++++++++++++--
 2 files changed, 30 insertions(+), 4 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;
   }
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 4f61848..4da1193 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1622,6 +1622,19 @@ StScrollBar {
   .window-picker.external-monitor {
     padding: 32px; }
 
+.window-clone-border {
+  border: 4px solid #215d9c;
+  border-radius: 4px; }
+
+.window-caption {
+  spacing: 25px;
+  background-color: rgba(57, 63, 63, 0.7);
+  border-radius: 8px;
+  padding: 4px 12px;
+  -shell-caption-spacing: 12px; }
+  .window-caption:hover {
+    background-color: #215d9c; }
+
 .messages-indicator {
   color: rgba(238, 238, 236, 0.8);
   height: 32px; }
@@ -1652,10 +1665,10 @@ StScrollBar {
   padding-right: 20px;
   spacing: 16px; }
 
-.search-selection {
+.search-section {
   spacing: 16px; }
 
-.search-selection-content {
+.search-section-content {
   spacing: 32px; }
 
 .list-search-results {


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