[epiphany/wip/exalm/grid: 2/2] css: Regenerate from SCSS



commit 26e9e5235d57a24aea73a804b152f57bf416c474
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Wed Nov 6 13:37:30 2019 +0500

    css: Regenerate from SCSS

 src/resources/themes/Adwaita-dark.css | 8 ++++----
 src/resources/themes/Adwaita.css      | 8 ++++----
 src/resources/themes/elementary.css   | 4 ++++
 src/resources/themes/shared.css       | 4 ++++
 4 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/src/resources/themes/Adwaita-dark.css b/src/resources/themes/Adwaita-dark.css
index d5e2f231d..3e3be6ad7 100644
--- a/src/resources/themes/Adwaita-dark.css
+++ b/src/resources/themes/Adwaita-dark.css
@@ -56,6 +56,10 @@
 
 .search-entry-occurrences-tag:backdrop { color: alpha(@theme_unfocused_fg_color,0.5); }
 
+dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid { 
margin-left: 3px; }
+
+dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid .title, 
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid .subtitle { 
margin-left: 6px; }
+
 .incognito-mode headerbar { background: #141927 -gtk-icontheme("user-not-tracked-symbolic") 180px 0/64px 
64px no-repeat, linear-gradient(to top, #1a2235, #1e263b); box-shadow: inset 0 1px rgba(238, 238, 236, 0.07); 
border-color: #0b0e16; color: rgba(238, 238, 236, 0.2); }
 
 .incognito-mode headerbar:backdrop { background-image: -gtk-icontheme("user-not-tracked-symbolic"), 
image(#252f49); box-shadow: inset 0 1px rgba(238, 238, 236, 0.07); color: rgba(137, 142, 155, 0.1); }
@@ -224,10 +228,6 @@ row.narrow .page-row-close-button image { padding: 6px; }
 
 .epiphany-downloads-button-needs-attention-multiple { animation: needs_attention_keyframes 3s ease-in-out; 
animation-iteration-count: 3; }
 
-dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > box { 
margin-left: 3px; }
-
-dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > box .title, 
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > box .subtitle { 
margin-left: 6px; }
-
 .main-notebook tab:not(.reorderable-page) { min-width: 16px; }
 
 .main-notebook header.top tab, .main-notebook header.bottom tab { border-style: none solid; }
diff --git a/src/resources/themes/Adwaita.css b/src/resources/themes/Adwaita.css
index 614721bd6..a5e61a70a 100644
--- a/src/resources/themes/Adwaita.css
+++ b/src/resources/themes/Adwaita.css
@@ -56,6 +56,10 @@
 
 .search-entry-occurrences-tag:backdrop { color: alpha(@theme_unfocused_fg_color,0.5); }
 
+dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid { 
margin-left: 3px; }
+
+dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid .title, 
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid .subtitle { 
margin-left: 6px; }
+
 .incognito-mode headerbar { background: #c4d6e9 -gtk-icontheme("user-not-tracked-symbolic") 180px 0/64px 
64px no-repeat, linear-gradient(to top, #bdd1e6, #c8d9ea); box-shadow: inset 0 1px rgba(255, 255, 255, 0.8); 
border-color: #9cb9da; color: rgba(46, 52, 54, 0.2); }
 
 .incognito-mode headerbar:backdrop { background-image: -gtk-icontheme("user-not-tracked-symbolic"), 
image(#eaf0f7); box-shadow: inset 0 1px rgba(255, 255, 255, 0.8); color: rgba(140, 146, 150, 0.1); }
@@ -224,10 +228,6 @@ row.narrow .page-row-close-button image { padding: 6px; }
 
 .epiphany-downloads-button-needs-attention-multiple { animation: needs_attention_keyframes 3s ease-in-out; 
animation-iteration-count: 3; }
 
-dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > box { 
margin-left: 3px; }
-
-dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > box .title, 
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > box .subtitle { 
margin-left: 6px; }
-
 .main-notebook tab:not(.reorderable-page) { min-width: 16px; }
 
 .main-notebook header.top tab, .main-notebook header.bottom tab { border-style: none solid; }
diff --git a/src/resources/themes/elementary.css b/src/resources/themes/elementary.css
index 0b3f52b26..b6a188cb7 100644
--- a/src/resources/themes/elementary.css
+++ b/src/resources/themes/elementary.css
@@ -56,6 +56,10 @@
 
 .search-entry-occurrences-tag:backdrop { color: alpha(@theme_unfocused_fg_color,0.5); }
 
+dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid { 
margin-left: 3px; }
+
+dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid .title, 
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid .subtitle { 
margin-left: 6px; }
+
 .page-menu-contents { margin-left: 0px; margin-right: 0px; margin-bottom: 6px; }
 
 .page-menu-zoom-box { margin-bottom: 6px; }
diff --git a/src/resources/themes/shared.css b/src/resources/themes/shared.css
index f49374efa..d2ba214ad 100644
--- a/src/resources/themes/shared.css
+++ b/src/resources/themes/shared.css
@@ -55,3 +55,7 @@
 .search-entry-occurrences-tag { background: none; color: alpha(@theme_fg_color,0.5); box-shadow: none; 
border: none; margin: 2px; padding: 2px; }
 
 .search-entry-occurrences-tag:backdrop { color: alpha(@theme_unfocused_fg_color,0.5); }
+
+dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid { 
margin-left: 3px; }
+
+dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid .title, 
dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row > grid .subtitle { 
margin-left: 6px; }


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