[gnome-shell-extensions] render up to date gnome-shell-sass



commit 283f679fcca963dfec5d07032a2d8f5f1e32ced3
Author: Jakub Steiner <jimmac gmail com>
Date:   Mon Oct 26 15:53:31 2015 +0100

    render up to date gnome-shell-sass
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757011

 data/gnome-classic.css |   16 ++++++++++------
 data/gnome-shell-sass  |    2 +-
 2 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/data/gnome-classic.css b/data/gnome-classic.css
index 58b3b28..b7bc41c 100644
--- a/data/gnome-classic.css
+++ b/data/gnome-classic.css
@@ -409,9 +409,9 @@ StScrollBar {
   spacing-rows: 15px;
   spacing-columns: 1em; }
 
-/* Popvers/Menus */
+/* Popovers/Menus */
 .popup-menu {
-  min-width: 200px; }
+  min-width: 15em; }
   .popup-menu .popup-sub-menu {
     background-color: #e8e8e8;
     box-shadow: inset 0 -1px 0px #adadad; }
@@ -753,7 +753,7 @@ StScrollBar {
 
 /* Message list */
 .message-list {
-  width: 420px; }
+  width: 31.5em; }
 
 .message-list-sections {
   spacing: 1.5em; }
@@ -824,7 +824,7 @@ StScrollBar {
     color: transparent; }
 
 .aggregate-menu {
-  width: 280px; }
+  min-width: 21em; }
   .aggregate-menu .popup-menu-icon {
     padding: 0 4px; }
 
@@ -961,10 +961,14 @@ StScrollBar {
 .search-entry {
   width: 320px;
   padding: 7px 9px;
-  border-radius: 6px; }
+  border-radius: 6px;
+  border-color: #eeeeec;
+  color: #eeeeec;
+  background-color: #2e3436; }
   .search-entry:focus {
     padding: 6px 8px;
-    border-width: 2px; }
+    border-width: 2px;
+    border-color: #4a90d9; }
   .search-entry .search-entry-icon {
     icon-size: 1em;
     padding: 0 4px;
diff --git a/data/gnome-shell-sass b/data/gnome-shell-sass
index 034d0b7..8ea43c4 160000
--- a/data/gnome-shell-sass
+++ b/data/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit 034d0b775b12f2212ba2028b153e4c2f31e6fa65
+Subproject commit 8ea43c4c98ea82c2f06d1e6bddaa261263f10770


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