mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-06 09:56:36 +00:00
Edited and fixed UI
This commit is contained in:
23
src/toolkit/content/widgets/infobar-css.patch
Normal file
23
src/toolkit/content/widgets/infobar-css.patch
Normal file
@@ -0,0 +1,23 @@
|
||||
diff --git a/toolkit/content/widgets/infobar.css b/toolkit/content/widgets/infobar.css
|
||||
index ee811818b524d41af2c89ac034083592dac333fb..c943f2a5a168120666132a34e71b86d608b1045e 100644
|
||||
--- a/toolkit/content/widgets/infobar.css
|
||||
+++ b/toolkit/content/widgets/infobar.css
|
||||
@@ -97,3 +97,18 @@ strong {
|
||||
:host([type=system]) .content {
|
||||
margin-inline-start: 0;
|
||||
}
|
||||
+
|
||||
+/**
|
||||
+ * Zen Override
|
||||
+ */
|
||||
+:host(.infobar) {
|
||||
+ --info-bar-background-color: transparent !important;
|
||||
+ margin: 0;
|
||||
+ border: 0;
|
||||
+ border-top: 1px solid var(--arrowpanel-border-color);
|
||||
+
|
||||
+ &::before {
|
||||
+ border-start-start-radius: 0px;
|
||||
+ border-end-start-radius: 0px;
|
||||
+ }
|
||||
+}
|
Reference in New Issue
Block a user