[gnome-usage/tracker-powered-storage-view-wip: 84/103] css: Fix background color for stack-children



commit e158c12e39142ca0f8b1f7c0948e1236a05e7083
Author: Petr Štětka <pstetka redhat com>
Date:   Tue Jun 12 14:29:15 2018 +0200

    css: Fix background color for stack-children

 data/interface/adwaita.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/interface/adwaita.css b/data/interface/adwaita.css
index 3fc3578..c046b58 100644
--- a/data/interface/adwaita.css
+++ b/data/interface/adwaita.css
@@ -159,7 +159,7 @@ ColorRectangle.available-storage, StorageGraph.available-storage {
     border-bottom: 1px solid @borders;    
 }
 
-.stack-children { background: #fafafa; } /* FIXME: Doesn't work with other themes. */
+.stack-children { background: alpha(@theme_fg_color, 0.07); }
 
 box.storage {
     background-color: #ffffff;


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