diff options
| -rw-r--r-- | css/userChrome.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/css/userChrome.css b/css/userChrome.css index ad6f3ef..86f4b69 100644 --- a/css/userChrome.css +++ b/css/userChrome.css @@ -38,4 +38,25 @@ * ~~~ sidebar */ #sidebar-main { background-color: var(--autumn-color-background) !important; + + /* new tab button */ + toolbarbutton { + border-radius: 4px !important; + } +} + +/* + * ~~~ tabs */ +tab { + + /* background */ + .tab-background { + border-radius: 4px !important; + } +} + +/* + * ~~~ tab groups */ +tab-group .tab-group-label { + border-radius: 2px !important; } |
