[gnome-usage/tracker-powered-storage-view-wip: 94/103] css: Storage update background and borders colors and storage-row padding



commit cd104778b148205b9dcb3cb0ada98e0b41411c67
Author: Petr Štětka <pstetka redhat com>
Date:   Fri Jul 27 13:27:54 2018 +0200

    css: Storage update background and borders colors and storage-row padding

 data/interface/adwaita.css | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/data/interface/adwaita.css b/data/interface/adwaita.css
index 8a3dac7..6e0ba6c 100644
--- a/data/interface/adwaita.css
+++ b/data/interface/adwaita.css
@@ -139,11 +139,15 @@ StorageGraph {
 .documents { background: #7be95a; }
 .music { background: #f9a14a; }
 
+.storage-row {
+    padding: 0 5px;
+}
+
 .stack-children .storage-row {
     border-bottom: 1px solid @borders;    
 }
 
-.stack-children { background: alpha(@theme_fg_color, 0.07); }
+.stack-children { background: alpha(@theme_fg_color, 0.05); }
 
 box.storage {
     background-color: #ffffff;
@@ -153,6 +157,10 @@ row.up-folder:not(:hover) {
     background: @theme_base_color;
 }
 
+row.up-folder:not(:backdrop)  {
+    border-bottom: 1px solid shade(@borders, 0.8);
+}
+
 dzlstacklist list {
     border-color: @borders;
     border-left: none;
@@ -160,6 +168,10 @@ dzlstacklist list {
     border-bottom: none;
 }
 
+dzlstacklist list:not(:backdrop)  {
+    border-top: 1px solid shade(@borders, 0.8);
+}
+
 dzlstacklist list.stack-header {
     padding-bottom: 1px;
     margin: 0px;


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