summaryrefslogtreecommitdiff
path: root/src/resources/themes/shared.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/themes/shared.css')
-rw-r--r--src/resources/themes/shared.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/resources/themes/shared.css b/src/resources/themes/shared.css
index e0deee568..d9394994a 100644
--- a/src/resources/themes/shared.css
+++ b/src/resources/themes/shared.css
@@ -6,11 +6,7 @@
.floating-bar:backdrop { background-color: @theme_unfocused_base_color; border-color: @unfocused_borders; }
-#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; }
+#title-box-container { transition: background 200ms ease-out; }
.incognito-mode #title-box-container { background: -gtk-icontheme("user-not-tracked-symbolic") 16px 0/64px 64px no-repeat; }