[gnome-shell/wip/sass: 79/84] theme: fix some placeholder colors



commit 48413597f092c09d6c07592cee117ecb898f6bf1
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Feb 17 00:19:34 2015 +0100

    theme: fix some placeholder colors

 data/theme/_common.scss                  |   43 ++++++++++++------------------
 data/theme/gnome-shell-high-contrast.css |   19 ++++---------
 data/theme/gnome-shell.css               |   19 ++++---------
 3 files changed, 29 insertions(+), 52 deletions(-)
---
diff --git a/data/theme/_common.scss b/data/theme/_common.scss
index e730ef9..ceb4837 100644
--- a/data/theme/_common.scss
+++ b/data/theme/_common.scss
@@ -144,8 +144,8 @@ StScrollBar {
 /* Modal Dialogs */
 
 .headline { font-size: 110%; }
-.lightbox { background-color: black; } //FIXME where is this?
-.flashspot { background-color: white; } //FIXME where is this?
+.lightbox { background-color: black; }
+.flashspot { background-color: white; }
 
 .modal-dialog {
   border-radius: 5px;
@@ -454,7 +454,7 @@ StScrollBar {
       -arrow-border-color: $borders_color;
       -arrow-base: 24px;
       -arrow-rise: 11px;
-      -arrow-box-shadow: 0 1px 3px red; //dreaming. bug #689995
+      -arrow-box-shadow: 0 1px 3px black; //dreaming. bug #689995
   }
   
   .popup-separator-menu-item {
@@ -688,8 +688,8 @@ StScrollBar {
     }
   }
   
-  .panel-menu { -boxpointer-gap: 4px; } //FIXME
-  .panel-status-indicators-box, //FIXME
+  .panel-menu { -boxpointer-gap: 4px; }
+  .panel-status-indicators-box,
   .panel-status-menu-box {
     spacing: 2px;
   }
@@ -890,7 +890,6 @@ StScrollBar {
   }
 
 /* NETWORK DIALOGS */
-// FIXME absolutely no cascading :(
 
 .nm-dialog {
     max-height: 500px;
@@ -1097,7 +1096,7 @@ StScrollBar {
     -shell-grid-horizontal-item-size: 136px;
     -shell-grid-vertical-item-size: 136px;
     
-    .overview-icon { icon-size: 96px; } //FIXME no effect
+    .overview-icon { icon-size: 96px; }
   }
   //.app-display { spacing: 20px; }
 
@@ -1133,12 +1132,9 @@ StScrollBar {
     & .overview-icon {
       @extend %icon_tile;
     }
-    &.running .overview-icon {
-      text-shadow: black 0px 2px 2px;
-    }
     &:active .overview-icon,
     &:checked .overview-icon {
-      background-color: transparentize(darken($osd_bg_color,10%),.1); //FIXME not working?
+      background-color: transparentize(darken($osd_bg_color,10%),.1);
       box-shadow: inset 0 1px 2px $osd_borders_color;
     }
     &:hover .overview-icon,
@@ -1232,7 +1228,6 @@ StScrollBar {
   }
 
   //Some hacks I don't even
-  // FIXME
   .search-display > StBoxLayout,
   .all-apps,
   .frequent-apps > StBoxLayout {
@@ -1374,10 +1369,10 @@ StScrollBar {
     border-radius: 5px; 
     padding: 5px;
     height: 24px; width: 24px;
-    &:focus { }//FIXME
+    &:focus { }
     & > StIcon { icons-size: 16px; width: 16px; height: 16px; padding: 2px; }
   }
-  .secondary-icon { icon-size: 1.09em; } //FIXME
+  .secondary-icon { icon-size: 1.09em; }
 
   //chat bubbles
   .chat-log-message { color: darken($fg_color,10%); }
@@ -1404,11 +1399,11 @@ StScrollBar {
   //hotplug
   .hotplug-transient-box {
     spacing: 6px;
-    padding: 2px 72px 2px 12px;//FIXME wat?
+    padding: 2px 72px 2px 12px;
   }
     .hotplug-notification-item {
       padding: 2px 10px;
-      &:focus { padding: 1px 71px 1px 11px; } //FIXME wat?
+      &:focus { padding: 1px 71px 1px 11px; }
     }
 
     .hotplug-notification-item-icon {
@@ -1421,11 +1416,7 @@ StScrollBar {
     .hotplug-resident-mount { 
       spacing: 8px;
       border-radius: 4px;
-      color: green;
-      &:hover {
-        color: red;
-        background-color: blue;
-      }
+      &:hover { background-color: transparentize($bg_color,0.7); }
     }
 
     .hotplug-resident-mount-label {
@@ -1485,10 +1476,10 @@ StScrollBar {
     &:focus { @include button(focus); }
     &:hover,&:checked { @include button(hover); }
     &:active { @include button(active);}
-    &:grayed {
-      background-color: green;
-      color: red;
-      border-color: blue;
+    &:grayed { //FIXME
+      background-color: $osd_bg_color;
+      color: $osd_fg_color;
+      border-color: $osd_borders_color;
     }
   }
 
@@ -1581,7 +1572,7 @@ StScrollBar {
       padding-left: 2px;
       .login-dialog-not-listed-button:focus &,
       .login-dialog-not-listed-button:hover & {
-        color: $osd_fg_color; //FIXME
+        color: $osd_fg_color;
       }
     }
   }
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index a95a103..281aa27 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -413,7 +413,7 @@ StScrollBar {
   -arrow-border-color: black;
   -arrow-base: 24px;
   -arrow-rise: 11px;
-  -arrow-box-shadow: 0 1px 3px red; }
+  -arrow-box-shadow: 0 1px 3px black; }
 
 .popup-separator-menu-item {
   height: 1px;
@@ -983,11 +983,6 @@ StScrollBar {
   background-color: rgba(238, 238, 236, 0.1);
   transition-duration: 200ms; }
 
-.app-well-app.running .overview-icon,
-.app-well-app.app-folder.running .overview-icon,
-.show-apps.running .overview-icon,
-.grid-search-result.running .overview-icon {
-  text-shadow: black 0px 2px 2px; }
 .app-well-app:active .overview-icon, .app-well-app:checked .overview-icon,
 .app-well-app.app-folder:active .overview-icon,
 .app-well-app.app-folder:checked .overview-icon,
@@ -1276,11 +1271,9 @@ StScrollBar {
 
 .hotplug-resident-mount {
   spacing: 8px;
-  border-radius: 4px;
-  color: green; }
+  border-radius: 4px; }
   .hotplug-resident-mount:hover {
-    color: red;
-    background-color: blue; }
+    background-color: rgba(0, 0, 0, 0.3); }
 
 .hotplug-resident-mount-label {
   color: inherit;
@@ -1350,9 +1343,9 @@ StScrollBar {
     text-shadow: none;
     icon-shadow: none; }
   .keyboard-key:grayed {
-    background-color: green;
-    color: red;
-    border-color: blue; }
+    background-color: #2e3436;
+    color: #eeeeec;
+    border-color: rgba(0, 0, 0, 0.7); }
 
 .keyboard-subkeys {
   color: white;
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 73a8aab..a860318 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -413,7 +413,7 @@ StScrollBar {
   -arrow-border-color: #1c1f1f;
   -arrow-base: 24px;
   -arrow-rise: 11px;
-  -arrow-box-shadow: 0 1px 3px red; }
+  -arrow-box-shadow: 0 1px 3px black; }
 
 .popup-separator-menu-item {
   height: 1px;
@@ -983,11 +983,6 @@ StScrollBar {
   background-color: rgba(238, 238, 236, 0.1);
   transition-duration: 200ms; }
 
-.app-well-app.running .overview-icon,
-.app-well-app.app-folder.running .overview-icon,
-.show-apps.running .overview-icon,
-.grid-search-result.running .overview-icon {
-  text-shadow: black 0px 2px 2px; }
 .app-well-app:active .overview-icon, .app-well-app:checked .overview-icon,
 .app-well-app.app-folder:active .overview-icon,
 .app-well-app.app-folder:checked .overview-icon,
@@ -1276,11 +1271,9 @@ StScrollBar {
 
 .hotplug-resident-mount {
   spacing: 8px;
-  border-radius: 4px;
-  color: green; }
+  border-radius: 4px; }
   .hotplug-resident-mount:hover {
-    color: red;
-    background-color: blue; }
+    background-color: rgba(57, 63, 63, 0.3); }
 
 .hotplug-resident-mount-label {
   color: inherit;
@@ -1350,9 +1343,9 @@ StScrollBar {
     text-shadow: none;
     icon-shadow: none; }
   .keyboard-key:grayed {
-    background-color: green;
-    color: red;
-    border-color: blue; }
+    background-color: #2e3436;
+    color: #eeeeec;
+    border-color: rgba(0, 0, 0, 0.7); }
 
 .keyboard-subkeys {
   color: white;


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