Adwaita: GtkPlacesSidebar insensitive items.
authorLapo Calamandrei <calamandrei@gmail.com>
Wed, 15 Apr 2015 18:20:52 +0000 (20:20 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Wed, 15 Apr 2015 18:20:52 +0000 (20:20 +0200)
Set the right colors there.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index d9065b6786c955dce7e271760effcd9e4354f41a..dc3e1785350747af617aa9f3ce6211c039d6d400 100644 (file)
@@ -2935,10 +2935,22 @@ GtkPlacesSidebar.sidebar .view {
       &:backdrop { color: mix($backdrop_selected_fg_color, $selected_bg_color, 90%); }
     }
 
-    &:backdrop { color: mix($backdrop_fg_color, $sidebar_bg_color, 70%); }
+    &:insensitive { color: mix($insensitive_fg_color, $sidebar_bg_color, 70%); }
+
+    &:backdrop {
+      color: mix($backdrop_fg_color, $sidebar_bg_color, 70%);
+
+      &:insensitive { color: mix($backdrop_insensitive_color, $sidebar_bg_color, 70%); }
+    }
   }
 
-  &:backdrop { color: $backdrop_fg_color; }
+  &:insensitive { color: $insensitive_fg_color; }
+
+  &:backdrop {
+    color: $backdrop_fg_color;
+
+    &:insensitive { color: $backdrop_insensitive_color; }
+  }
 
   &:selected {
     @extend %selected_items;
index 0b80156db3405ad7644893fd7aa1201c774d69a4..fc4b62f49263fd3a2b96a17a95ede4a4492b39db 100644 (file)
@@ -4027,10 +4027,18 @@ GtkPlacesSidebar.sidebar .view {
       color: #e8eef5; }
       GtkPlacesSidebar.sidebar .view .image:selected:backdrop {
         color: #e8eef5; }
+    GtkPlacesSidebar.sidebar .view .image:insensitive {
+      color: #7b7f7f; }
     GtkPlacesSidebar.sidebar .view .image:backdrop {
       color: #7b7f7f; }
+      GtkPlacesSidebar.sidebar .view .image:backdrop:insensitive {
+        color: #555e5e; }
+  GtkPlacesSidebar.sidebar .view:insensitive {
+    color: #939695; }
   GtkPlacesSidebar.sidebar .view:backdrop {
     color: #939695; }
+    GtkPlacesSidebar.sidebar .view:backdrop:insensitive {
+      color: #5d6767; }
 
 .sidebar-item {
   padding: 10px 4px; }
index b599ac1282197b82ee96ca373ba10172e59aa583..af6856c2db281fc9f9708cf267b9d5ec2152c878 100644 (file)
@@ -4199,10 +4199,18 @@ GtkPlacesSidebar.sidebar .view {
       color: #ecf3fb; }
       GtkPlacesSidebar.sidebar .view .image:selected:backdrop {
         color: #ecf3fb; }
+    GtkPlacesSidebar.sidebar .view .image:insensitive {
+      color: #adafb0; }
     GtkPlacesSidebar.sidebar .view .image:backdrop {
       color: #adafb0; }
+      GtkPlacesSidebar.sidebar .view .image:backdrop:insensitive {
+        color: #d6d6d6; }
+  GtkPlacesSidebar.sidebar .view:insensitive {
+    color: #8d9091; }
   GtkPlacesSidebar.sidebar .view:backdrop {
     color: #8d9091; }
+    GtkPlacesSidebar.sidebar .view:backdrop:insensitive {
+      color: #c7c7c7; }
 
 .sidebar-item {
   padding: 10px 4px; }