diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/userChrome.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/userChrome.css b/css/userChrome.css index de73fb5..ad6f3ef 100644 --- a/css/userChrome.css +++ b/css/userChrome.css @@ -27,6 +27,11 @@ * ~~~ toolbar */ #PersonalToolbar { background-color: var(--autumn-color-background) !important; + + /* bookmarks */ + #PlacesToolbar toolbarbutton { + border-radius: 4px !important; + } } /* |
