diff options
author | darkalemanbr <[email protected]> | 2017-03-18 11:00:10 -0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-23 15:27:17 +0100 |
commit | 2dbf00b38161dcd994ff62c3553ab7aab13d0ef4 (patch) | |
tree | a4d13f69290da2699fca1f8f6c42f6ada05206d7 /desktop-themes/BlackMATE/README | |
parent | 1f8ed54a425337a18dceaf6e2290409b42055513 (diff) | |
download | mate-themes-2dbf00b38161dcd994ff62c3553ab7aab13d0ef4.tar.bz2 mate-themes-2dbf00b38161dcd994ff62c3553ab7aab13d0ef4.tar.xz |
Fixed URL colors for Firefox search suggestions
By default, FF uses #0000EE for the URLs (and separator) for the search suggestions and it looks bad, so I changed it to #2EB8E6 (same as GtkWidget::link-color).
Diffstat (limited to 'desktop-themes/BlackMATE/README')
-rw-r--r-- | desktop-themes/BlackMATE/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/README b/desktop-themes/BlackMATE/README index a7fedb65..2449a534 100644 --- a/desktop-themes/BlackMATE/README +++ b/desktop-themes/BlackMATE/README @@ -31,6 +31,16 @@ a:visited[class="symlink"] { } /*------------- end -------------*/ +Also, create '~/.mozilla/firefox/<YOUR_PROFILE>/chrome/userChrome.css' and paste these lines in it: + +/*------------ start ------------*/ + +.autocomplete-richlistbox richlistitem .ac-url, +.autocomplete-richlistbox richlistitem .ac-separator { + color: #2EB8E6 !important; +} +/*------------- end -------------*/ + Seamonkey ========== Do the same thing for Seamonkey. The difference is just your profile folder, which is inside '~/.mozilla/seamonkey/'. |