summaryrefslogtreecommitdiff
path: root/src/resources/themes/HighContrastInverse.css
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2020-07-30 23:55:30 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2020-07-31 00:00:18 +0500
commit9da51412bc6fa1be83dcd73ba6c21735fecddeaa (patch)
treeb5a122e2c62facd86a8f7580a9cb78f94c1dc34c /src/resources/themes/HighContrastInverse.css
parent8bb240df2cfbcb66ef8c17c7f40d87ee891b52fc (diff)
downloadepiphany-9da51412bc6fa1be83dcd73ba6c21735fecddeaa.tar.gz
Move incognito eye into a separate widget
This allows it to be on the left for mobile and maybe reduces theme breakages, but who knows.
Diffstat (limited to 'src/resources/themes/HighContrastInverse.css')
-rw-r--r--src/resources/themes/HighContrastInverse.css18
1 files changed, 14 insertions, 4 deletions
diff --git a/src/resources/themes/HighContrastInverse.css b/src/resources/themes/HighContrastInverse.css
index 2e64834b5..60091ff52 100644
--- a/src/resources/themes/HighContrastInverse.css
+++ b/src/resources/themes/HighContrastInverse.css
@@ -6,7 +6,11 @@
.floating-bar:backdrop { background-color: @theme_unfocused_base_color; border-color: @unfocused_borders; }
-.incognito-mode headerbar { background-image: -gtk-icontheme("user-not-tracked-symbolic"); background-repeat: no-repeat; background-position: 157px 0; background-size: 64px 64px; color: rgba(0, 0, 0, 0.35); }
+#title-box-container { color: alpha(@theme_fg_color,0.5); transition: background 200ms ease-out; }
+
+.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)); }
.automation-mode headerbar { background-color: #ff9600; color: rgba(0, 0, 0, 0.35); }
@@ -74,9 +78,11 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
.incognito-mode { /*************************** Check and Radio buttons * */ }
-.incognito-mode headerbar { background: #101520 -gtk-icontheme("user-not-tracked-symbolic") 180px 0/64px 64px no-repeat, linear-gradient(to top, #171d2e, #1a2235); box-shadow: inset 0 1px rgba(231, 234, 243, 0.07); border-color: #36456b; color: rgba(238, 240, 246, 0.2); }
+.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:backdrop { background-image: image(#212b42); border-color: #171d2e; box-shadow: inset 0 1px rgba(231, 234, 243, 0.07); }
-.incognito-mode headerbar:backdrop { background-image: cross-fade(50% -gtk-icontheme("user-not-tracked-symbolic"), image(transparent)), 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 actionbar { background: #212b42; }
@@ -144,10 +150,12 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
.automation-mode { /*************************** Check and Radio buttons * */ }
-.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; color: rgba(255, 244, 229, 0.2); }
+.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: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 actionbar { background: #ff9c0f; }
.automation-mode actionbar > revealer > box { border-color: #ffcb80; }
@@ -280,3 +288,5 @@ window:not(.incognito-mode) .main-notebook tab:not(.reorderable-page):checked:ho
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); }