aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/userChrome.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/userChrome.css b/css/userChrome.css
index a4f054b..de73fb5 100644
--- a/css/userChrome.css
+++ b/css/userChrome.css
@@ -15,6 +15,12 @@
* ~~~ navbar */
#nav-bar {
background-color: var(--autumn-color-background) !important;
+
+ /* buttons */
+ toolbarbutton > stack,
+ toolbarbutton > image {
+ border-radius: 4px !important;
+ }
}
/*