[epiphany/wip/exalm/css: 3/3] css: Regenerate from scss




commit a460a95828aa7d8d46d5d4e2e881b2479ff6cc5a
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Aug 18 23:23:59 2020 +0500

    css: Regenerate from scss

 src/resources/themes/Adwaita-dark.css        | 28 +++++++++++++++-------------
 src/resources/themes/Adwaita.css             | 28 +++++++++++++++-------------
 src/resources/themes/HighContrast.css        | 28 +++++++++++++++-------------
 src/resources/themes/HighContrastInverse.css | 28 +++++++++++++++-------------
 src/resources/themes/elementary.css          | 10 +++++++++-
 src/resources/themes/shared.css              |  4 ++++
 6 files changed, 73 insertions(+), 53 deletions(-)
---
diff --git a/src/resources/themes/Adwaita-dark.css b/src/resources/themes/Adwaita-dark.css
index 692e9f90a..eba2478ee 100644
--- a/src/resources/themes/Adwaita-dark.css
+++ b/src/resources/themes/Adwaita-dark.css
@@ -8,6 +8,10 @@
 
 #title-box-container { color: alpha(@theme_fg_color,0.5); transition: background 200ms ease-out; }
 
+#title-box-container > clamp { color: @theme_fg_color; }
+
+#title-box-container > clamp:backdrop { color: @theme_unfocused_fg_color; }
+
 .incognito-mode #title-box-container { background: -gtk-icontheme("user-not-tracked-symbolic") 16px 0/64px 
64px no-repeat; }
 
 .incognito-mode #title-box-container:backdrop { background-image: cross-fade(50% 
-gtk-icontheme("user-not-tracked-symbolic"), image(transparent)); }
@@ -78,9 +82,11 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 
 .incognito-mode headerbar { background: #141927 linear-gradient(to top, #1a2235, #1e263b); box-shadow: inset 
0 1px rgba(231, 234, 243, 0.07); border-color: #06080c; }
 
+.incognito-mode headerbar > clamp { color: @#e7eaf3; }
+
 .incognito-mode headerbar:backdrop { background-image: image(#252f49); border-color: #171d2e; box-shadow: 
inset 0 1px rgba(231, 234, 243, 0.07); }
 
-.incognito-mode headerbar #title-box-container { color: rgba(231, 234, 243, 0.2); }
+.incognito-mode headerbar:backdrop > clamp { color: @#868d9e; }
 
 .incognito-mode actionbar { background: #252f49; }
 
@@ -150,9 +156,11 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 
 .automation-mode headerbar { background: #e68700 linear-gradient(to top, #fa9300, #ff9805); box-shadow: 
inset 0 1px rgba(255, 240, 219, 0.07); border-color: #bd6f00; }
 
+.automation-mode headerbar > clamp { color: @#fff0db; }
+
 .automation-mode headerbar:backdrop { background-image: image(#ffa11a); border-color: #eb8c05; box-shadow: 
inset 0 1px rgba(255, 240, 219, 0.07); }
 
-.automation-mode headerbar #title-box-container { color: rgba(255, 240, 219, 0.2); }
+.automation-mode headerbar:backdrop > clamp { color: @#ffc87a; }
 
 .automation-mode actionbar { background: #ffa11a; }
 
@@ -271,22 +279,16 @@ 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; }
 
-.main-notebook tab:not(.reorderable-page) { min-width: 16px; }
+.main-notebook tab { min-width: 16px; }
 
 .main-notebook header.top tab, .main-notebook header.bottom tab { border-style: none solid; }
 
 .main-notebook header.left tab, .main-notebook header.right tab { border-style: solid none; }
 
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):hover { border-color: rgba(27, 27, 27, 
0.3); background-color: rgba(53, 53, 53, 0.2); }
-
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):backdrop { border-color: transparent; 
background-color: transparent; }
-
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):checked { border-color: rgba(27, 27, 
27, 0.5); background-color: rgba(53, 53, 53, 0.5); }
-
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):checked:hover { background-color: 
rgba(53, 53, 53, 0.7); }
-
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):backdrop:checked { border-color: 
#202020; background-color: #353535; }
-
 .tab-attention { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#1f76e1), 
to(transparent)); }
 
 #title-box-container { color: alpha(@theme_fg_color,0.2); }
+
+#title-box-container > clamp { color: @theme_fg_color; }
+
+#title-box-container > clamp:backdrop { color: @theme_unfocused_fg_color; }
diff --git a/src/resources/themes/Adwaita.css b/src/resources/themes/Adwaita.css
index 210df60b9..eeb08e5ba 100644
--- a/src/resources/themes/Adwaita.css
+++ b/src/resources/themes/Adwaita.css
@@ -8,6 +8,10 @@
 
 #title-box-container { color: alpha(@theme_fg_color,0.5); transition: background 200ms ease-out; }
 
+#title-box-container > clamp { color: @theme_fg_color; }
+
+#title-box-container > clamp:backdrop { color: @theme_unfocused_fg_color; }
+
 .incognito-mode #title-box-container { background: -gtk-icontheme("user-not-tracked-symbolic") 16px 0/64px 
64px no-repeat; }
 
 .incognito-mode #title-box-container:backdrop { background-image: cross-fade(50% 
-gtk-icontheme("user-not-tracked-symbolic"), image(transparent)); }
@@ -78,9 +82,11 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 
 .incognito-mode headerbar { background: #c4d6e9 linear-gradient(to top, #bdd1e6, #c8d9ea); box-shadow: inset 
0 1px rgba(255, 255, 255, 0.8); border-color: #91b2d6; }
 
+.incognito-mode headerbar > clamp { color: @#1b3149; }
+
 .incognito-mode headerbar:backdrop { background-image: image(#eaf0f7); border-color: #b4cbe3; box-shadow: 
inset 0 1px rgba(255, 255, 255, 0.8); }
 
-.incognito-mode headerbar #title-box-container { color: rgba(27, 49, 73, 0.2); }
+.incognito-mode headerbar:backdrop > clamp { color: @#8291a0; }
 
 .incognito-mode actionbar { background: #eaf0f7; }
 
@@ -150,9 +156,11 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 
 .automation-mode headerbar { background: #e68700 linear-gradient(to top, #db8100, #eb8a00); box-shadow: 
inset 0 1px rgba(255, 255, 255, 0.8); border-color: #9e5d00; }
 
+.automation-mode headerbar > clamp { color: @#643b00; }
+
 .automation-mode headerbar:backdrop { background-image: image(#ffa11a); border-color: #ca7905; box-shadow: 
inset 0 1px rgba(255, 255, 255, 0.8); }
 
-.automation-mode headerbar #title-box-container { color: rgba(100, 59, 0, 0.2); }
+.automation-mode headerbar:backdrop > clamp { color: @#b26e0d; }
 
 .automation-mode actionbar { background: #ffa11a; }
 
@@ -271,22 +279,16 @@ 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; }
 
-.main-notebook tab:not(.reorderable-page) { min-width: 16px; }
+.main-notebook tab { min-width: 16px; }
 
 .main-notebook header.top tab, .main-notebook header.bottom tab { border-style: none solid; }
 
 .main-notebook header.left tab, .main-notebook header.right tab { border-style: solid none; }
 
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):hover { border-color: rgba(205, 199, 
194, 0.3); background-color: rgba(246, 245, 244, 0.2); }
-
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):backdrop { border-color: transparent; 
background-color: transparent; }
-
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):checked { border-color: rgba(205, 199, 
194, 0.5); background-color: rgba(246, 245, 244, 0.5); }
-
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):checked:hover { background-color: 
rgba(246, 245, 244, 0.7); }
-
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):backdrop:checked { border-color: 
#d5d0cc; background-color: #f6f5f4; }
-
 .tab-attention { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3584e4), 
to(transparent)); }
 
 #title-box-container { color: alpha(@theme_fg_color,0.2); }
+
+#title-box-container > clamp { color: @theme_fg_color; }
+
+#title-box-container > clamp:backdrop { color: @theme_unfocused_fg_color; }
diff --git a/src/resources/themes/HighContrast.css b/src/resources/themes/HighContrast.css
index 7c1709431..acfce5c42 100644
--- a/src/resources/themes/HighContrast.css
+++ b/src/resources/themes/HighContrast.css
@@ -8,6 +8,10 @@
 
 #title-box-container { color: alpha(@theme_fg_color,0.5); transition: background 200ms ease-out; }
 
+#title-box-container > clamp { color: @theme_fg_color; }
+
+#title-box-container > clamp:backdrop { color: @theme_unfocused_fg_color; }
+
 .incognito-mode #title-box-container { background: -gtk-icontheme("user-not-tracked-symbolic") 16px 0/64px 
64px no-repeat; }
 
 .incognito-mode #title-box-container:backdrop { background-image: cross-fade(50% 
-gtk-icontheme("user-not-tracked-symbolic"), image(transparent)); }
@@ -78,9 +82,11 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 
 .incognito-mode headerbar { background: #d0deed linear-gradient(to top, #c8d9ea, #d3e0ef); box-shadow: inset 
0 1px rgba(255, 255, 255, 0.8); border-color: #345d8a; }
 
+.incognito-mode headerbar > clamp { color: @#172a3e; }
+
 .incognito-mode headerbar:backdrop { background-image: image(#f5f8fb); border-color: #b4cbe3; box-shadow: 
inset 0 1px rgba(255, 255, 255, 0.8); }
 
-.incognito-mode headerbar #title-box-container { color: rgba(23, 42, 62, 0.2); }
+.incognito-mode headerbar:backdrop > clamp { color: @#8291a0; }
 
 .incognito-mode actionbar { background: #f5f8fb; }
 
@@ -150,9 +156,11 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 
 .automation-mode headerbar { background: #f59000 linear-gradient(to top, #eb8a00, #fa9300); box-shadow: 
inset 0 1px rgba(255, 255, 255, 0.8); border-color: black; }
 
+.automation-mode headerbar > clamp { color: @#553200; }
+
 .automation-mode headerbar:backdrop { background-image: image(#ffa729); border-color: #ca7905; box-shadow: 
inset 0 1px rgba(255, 255, 255, 0.8); }
 
-.automation-mode headerbar #title-box-container { color: rgba(85, 50, 0, 0.2); }
+.automation-mode headerbar:backdrop > clamp { color: @#b26e0d; }
 
 .automation-mode actionbar { background: #ffa729; }
 
@@ -269,22 +277,16 @@ 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; }
 
-.main-notebook tab:not(.reorderable-page) { min-width: 16px; }
+.main-notebook tab { min-width: 16px; }
 
 .main-notebook header.top tab, .main-notebook header.bottom tab { border-style: none solid; }
 
 .main-notebook header.left tab, .main-notebook header.right tab { border-style: solid none; }
 
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):hover { border-color: rgba(205, 199, 
194, 0.3); background-color: rgba(246, 245, 244, 0.2); }
-
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):backdrop { border-color: transparent; 
background-color: transparent; }
-
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):checked { border-color: rgba(205, 199, 
194, 0.5); background-color: rgba(246, 245, 244, 0.5); }
-
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):checked:hover { background-color: 
rgba(246, 245, 244, 0.7); }
-
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):backdrop:checked { border-color: 
#d5d0cc; background-color: #f6f5f4; }
-
 .tab-attention { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3584e4), 
to(transparent)); }
 
 #title-box-container { color: alpha(@theme_fg_color,0.2); }
+
+#title-box-container > clamp { color: @theme_fg_color; }
+
+#title-box-container > clamp:backdrop { color: @theme_unfocused_fg_color; }
diff --git a/src/resources/themes/HighContrastInverse.css b/src/resources/themes/HighContrastInverse.css
index 92aaf7543..c876f5bc2 100644
--- a/src/resources/themes/HighContrastInverse.css
+++ b/src/resources/themes/HighContrastInverse.css
@@ -8,6 +8,10 @@
 
 #title-box-container { color: alpha(@theme_fg_color,0.5); transition: background 200ms ease-out; }
 
+#title-box-container > clamp { color: @theme_fg_color; }
+
+#title-box-container > clamp:backdrop { color: @theme_unfocused_fg_color; }
+
 .incognito-mode #title-box-container { background: -gtk-icontheme("user-not-tracked-symbolic") 16px 0/64px 
64px no-repeat; }
 
 .incognito-mode #title-box-container:backdrop { background-image: cross-fade(50% 
-gtk-icontheme("user-not-tracked-symbolic"), image(transparent)); }
@@ -78,9 +82,11 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 
 .incognito-mode headerbar { background: #101520 linear-gradient(to top, #171d2e, #1a2235); box-shadow: inset 
0 1px rgba(231, 234, 243, 0.07); border-color: #36456b; }
 
+.incognito-mode headerbar > clamp { color: @#eef0f6; }
+
 .incognito-mode headerbar:backdrop { background-image: image(#212b42); border-color: #171d2e; box-shadow: 
inset 0 1px rgba(231, 234, 243, 0.07); }
 
-.incognito-mode headerbar #title-box-container { color: rgba(238, 240, 246, 0.2); }
+.incognito-mode headerbar:backdrop > clamp { color: @#868d9e; }
 
 .incognito-mode actionbar { background: #212b42; }
 
@@ -150,9 +156,11 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 
 .automation-mode headerbar { background: #db8100 linear-gradient(to top, #f08d00, #fa9300); box-shadow: 
inset 0 1px rgba(255, 240, 219, 0.07); border-color: #ffb64d; }
 
+.automation-mode headerbar > clamp { color: @#fff4e5; }
+
 .automation-mode headerbar:backdrop { background-image: image(#ff9c0f); border-color: #eb8c05; box-shadow: 
inset 0 1px rgba(255, 240, 219, 0.07); }
 
-.automation-mode headerbar #title-box-container { color: rgba(255, 244, 229, 0.2); }
+.automation-mode headerbar:backdrop > clamp { color: @#ffc87a; }
 
 .automation-mode actionbar { background: #ff9c0f; }
 
@@ -269,22 +277,16 @@ 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; }
 
-.main-notebook tab:not(.reorderable-page) { min-width: 16px; }
+.main-notebook tab { min-width: 16px; }
 
 .main-notebook header.top tab, .main-notebook header.bottom tab { border-style: none solid; }
 
 .main-notebook header.left tab, .main-notebook header.right tab { border-style: solid none; }
 
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):hover { border-color: rgba(27, 27, 27, 
0.3); background-color: rgba(53, 53, 53, 0.2); }
-
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):backdrop { border-color: transparent; 
background-color: transparent; }
-
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):checked { border-color: rgba(27, 27, 
27, 0.5); background-color: rgba(53, 53, 53, 0.5); }
-
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):checked:hover { background-color: 
rgba(53, 53, 53, 0.7); }
-
-window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):backdrop:checked { border-color: 
#202020; background-color: #353535; }
-
 .tab-attention { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#1f76e1), 
to(transparent)); }
 
 #title-box-container { color: alpha(@theme_fg_color,0.2); }
+
+#title-box-container > clamp { color: @theme_fg_color; }
+
+#title-box-container > clamp:backdrop { color: @theme_unfocused_fg_color; }
diff --git a/src/resources/themes/elementary.css b/src/resources/themes/elementary.css
index cd3b9b670..a8e2ac6ef 100644
--- a/src/resources/themes/elementary.css
+++ b/src/resources/themes/elementary.css
@@ -8,6 +8,10 @@
 
 #title-box-container { color: alpha(@theme_fg_color,0.5); transition: background 200ms ease-out; }
 
+#title-box-container > clamp { color: @theme_fg_color; }
+
+#title-box-container > clamp:backdrop { color: @theme_unfocused_fg_color; }
+
 .incognito-mode #title-box-container { background: -gtk-icontheme("user-not-tracked-symbolic") 16px 0/64px 
64px no-repeat; }
 
 .incognito-mode #title-box-container:backdrop { background-image: cross-fade(50% 
-gtk-icontheme("user-not-tracked-symbolic"), image(transparent)); }
@@ -94,7 +98,7 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 
 .entry_icon.starred { color: @BANANA_500; }
 
-.main-notebook tab:not(.reorderable-page) { min-width: 18px; }
+.main-notebook tab { min-width: 30px; }
 
 dzlsuggestionpopover > revealer > box { margin: 12px; border: none; background: @theme_base_color; 
border-radius: 3px; box-shadow: 0 0 0 1px alpha(#000,0.2), 0 3px 6px alpha(#000,0.16), 0 3px 6px 
alpha(#000,0.23); }
 
@@ -110,6 +114,10 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 
 #title-box-container { color: @text_shadow_color; }
 
+#title-box-container > clamp { color: @theme_fg_color; }
+
+#title-box-container > clamp:backdrop { color: @theme_unfocused_fg_color; }
+
 .bookmark-tag-widget image { -gtk-icon-shadow: none; }
 
 .bookmark-tag-widget-selected { background-color: @colorAccent; }
diff --git a/src/resources/themes/shared.css b/src/resources/themes/shared.css
index b28538adb..af4d66b9c 100644
--- a/src/resources/themes/shared.css
+++ b/src/resources/themes/shared.css
@@ -8,6 +8,10 @@
 
 #title-box-container { color: alpha(@theme_fg_color,0.5); transition: background 200ms ease-out; }
 
+#title-box-container > clamp { color: @theme_fg_color; }
+
+#title-box-container > clamp:backdrop { color: @theme_unfocused_fg_color; }
+
 .incognito-mode #title-box-container { background: -gtk-icontheme("user-not-tracked-symbolic") 16px 0/64px 
64px no-repeat; }
 
 .incognito-mode #title-box-container:backdrop { background-image: cross-fade(50% 
-gtk-icontheme("user-not-tracked-symbolic"), image(transparent)); }


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