diff options
| author | Lootyhoof <lootyhoofer@gmail.com> | 2018-11-20 23:09:53 +0000 |
|---|---|---|
| committer | Lootyhoof <lootyhoofer@gmail.com> | 2018-11-20 23:09:53 +0000 |
| commit | f239f50ab782875319a24b76f31f532fd39f1fb4 (patch) | |
| tree | 7768a3799ad3b619621afca8639b190d7798972f /src/chrome | |
| parent | e130d91e9b97fb05dcc43c015030887442a3a0e6 (diff) | |
Improve bookmark text legibility in personas
Diffstat (limited to 'src/chrome')
| -rw-r--r-- | src/chrome/browser/browser.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css index 6792839..ff768cd 100644 --- a/src/chrome/browser/browser.css +++ b/src/chrome/browser/browser.css | |||
| @@ -375,10 +375,14 @@ toolbarbutton.bookmark-item { | |||
| 375 | 375 | ||
| 376 | toolbarbutton.bookmark-item:hover { | 376 | toolbarbutton.bookmark-item:hover { |
| 377 | background-color: rgb(75,75,75); | 377 | background-color: rgb(75,75,75); |
| 378 | color: white; | ||
| 379 | text-shadow: none; | ||
| 378 | } | 380 | } |
| 379 | 381 | ||
| 380 | toolbarbutton.bookmark-item:hover:active { | 382 | toolbarbutton.bookmark-item:hover:active { |
| 381 | background-color: rgb(23,23,23); | 383 | background-color: rgb(23,23,23); |
| 384 | color: white; | ||
| 385 | text-shadow: none; | ||
| 382 | } | 386 | } |
| 383 | 387 | ||
| 384 | /* ::::: primary toolbar buttons ::::: */ | 388 | /* ::::: primary toolbar buttons ::::: */ |
