diff options
| author | Rob Peters <makitso@gmail.com> | 2010-04-08 20:42:43 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-04-08 20:42:43 +0000 |
| commit | f703820da102308064a470c2d744123b689a0c1f (patch) | |
| tree | 8b2543fbcb465a484542dbe28997b3a83c9bff76 /themes/colors/css/mercury.css | |
| parent | 493debe5b6650c76bf672475d2b444f8ec9dd8bc (diff) | |
| download | webtrees-f703820da102308064a470c2d744123b689a0c1f.tar.gz webtrees-f703820da102308064a470c2d744123b689a0c1f.tar.bz2 webtrees-f703820da102308064a470c2d744123b689a0c1f.zip | |
Fix the firefox problem of a red border on link for RTL
Diffstat (limited to 'themes/colors/css/mercury.css')
| -rw-r--r-- | themes/colors/css/mercury.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css index e628029cba..1f49758079 100644 --- a/themes/colors/css/mercury.css +++ b/themes/colors/css/mercury.css @@ -54,7 +54,7 @@ color: #707070; background:#a9adbc; } -.menuitem_hover a:hover{ +.menuitem_hover a:hover, .menuitem_hover_rtl a:hover{ color: #a9adbc; } /* Define Base Color */ |
