[epiphany/wip/exalm/elementary7: 5/5] css: Regenerate from scss



commit dd21e934e615562baa33f009575ba02118c8eb98
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Tue Sep 24 23:21:22 2019 +0500

    css: Regenerate from scss

 src/resources/themes/Adwaita-dark.css |  6 +++++-
 src/resources/themes/Adwaita.css      |  6 +++++-
 src/resources/themes/elementary.css   | 12 ++++++++++--
 src/resources/themes/shared.css       |  6 +++++-
 4 files changed, 25 insertions(+), 5 deletions(-)
---
diff --git a/src/resources/themes/Adwaita-dark.css b/src/resources/themes/Adwaita-dark.css
index 1518bddb2..0ffc8c9f1 100644
--- a/src/resources/themes/Adwaita-dark.css
+++ b/src/resources/themes/Adwaita-dark.css
@@ -10,7 +10,11 @@
 
 .automation-mode headerbar { background-color: #ff9600; color: rgba(0, 0, 0, 0.35); }
 
-.entry_icon { color: mix(@theme_fg_color, @theme_base_color, 0.2); }
+.entry_icon_box { margin-left: 2px; margin-right: 5px; }
+
+.entry_icon_box:dir(rtl) { margin-left: 5px; margin-right: 2px; }
+
+.entry_icon { color: mix(@theme_fg_color, @theme_base_color, 0.2); margin: 0 4px; }
 
 .entry_icon:hover { color: @theme_fg_color; }
 
diff --git a/src/resources/themes/Adwaita.css b/src/resources/themes/Adwaita.css
index f3ccbc078..9fec5f3cc 100644
--- a/src/resources/themes/Adwaita.css
+++ b/src/resources/themes/Adwaita.css
@@ -10,7 +10,11 @@
 
 .automation-mode headerbar { background-color: #ff9600; color: rgba(0, 0, 0, 0.35); }
 
-.entry_icon { color: mix(@theme_fg_color, @theme_base_color, 0.2); }
+.entry_icon_box { margin-left: 2px; margin-right: 5px; }
+
+.entry_icon_box:dir(rtl) { margin-left: 5px; margin-right: 2px; }
+
+.entry_icon { color: mix(@theme_fg_color, @theme_base_color, 0.2); margin: 0 4px; }
 
 .entry_icon:hover { color: @theme_fg_color; }
 
diff --git a/src/resources/themes/elementary.css b/src/resources/themes/elementary.css
index ff2126565..ab00270f4 100644
--- a/src/resources/themes/elementary.css
+++ b/src/resources/themes/elementary.css
@@ -10,7 +10,11 @@
 
 .automation-mode headerbar { background-color: #ff9600; color: rgba(0, 0, 0, 0.35); }
 
-.entry_icon { color: mix(@theme_fg_color, @theme_base_color, 0.2); }
+.entry_icon_box { margin-left: 2px; margin-right: 5px; }
+
+.entry_icon_box:dir(rtl) { margin-left: 5px; margin-right: 2px; }
+
+.entry_icon { color: mix(@theme_fg_color, @theme_base_color, 0.2); margin: 0 4px; }
 
 .entry_icon:hover { color: @theme_fg_color; }
 
@@ -58,7 +62,11 @@
 
 .page-menu-zoom-box { margin-bottom: 6px; }
 
-.entry_icon { color: @internal_element_color; transition: all 200ms ease-in-out; -gtk-icon-palette: 
needs-attention @attention_color, success @LIME_500, warning shade(@BANANA_700, 1.25), error @error_color; }
+.entry_icon_box { margin-left: 3px; margin-right: 1px; }
+
+.entry_icon_box:dir(rtl) { margin-left: 1px; margin-right: 3px; }
+
+.entry_icon { margin: 0 3px; color: @internal_element_color; transition: all 200ms ease-in-out; 
-gtk-icon-palette: needs-attention @attention_color, success @LIME_500, warning shade(@BANANA_700, 1.25), 
error @error_color; }
 
 .entry_icon:hover, .entry_icon:active { color: @text_color; }
 
diff --git a/src/resources/themes/shared.css b/src/resources/themes/shared.css
index 1c0c7d103..1144f5d5f 100644
--- a/src/resources/themes/shared.css
+++ b/src/resources/themes/shared.css
@@ -10,7 +10,11 @@
 
 .automation-mode headerbar { background-color: #ff9600; color: rgba(0, 0, 0, 0.35); }
 
-.entry_icon { color: mix(@theme_fg_color, @theme_base_color, 0.2); }
+.entry_icon_box { margin-left: 2px; margin-right: 5px; }
+
+.entry_icon_box:dir(rtl) { margin-left: 5px; margin-right: 2px; }
+
+.entry_icon { color: mix(@theme_fg_color, @theme_base_color, 0.2); margin: 0 4px; }
 
 .entry_icon:hover { color: @theme_fg_color; }
 


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