aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/userChrome.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/css/userChrome.css b/css/userChrome.css
index bc10a22..919c8a1 100644
--- a/css/userChrome.css
+++ b/css/userChrome.css
@@ -31,6 +31,19 @@
.urlbar-background {
background-color: var(--autumn-color-background-surface) !important;
border: none !important;
+ border-radius: 4px !important;
+ }
+
+ .urlbar-input-container {
+
+ #trust-icon-container,
+ #identity-box box {
+ border-radius: 4px !important;
+ }
+
+ .page-action-buttons > toolbarbutton {
+ border-radius: 4px !important;
+ }
}
}
}