diff options
Diffstat (limited to 'admin/themes/roma/theme.css')
-rw-r--r-- | admin/themes/roma/theme.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index c6c20f71c..12524480c 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -106,8 +106,8 @@ a.Piwigo:hover span.Piwigo { *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } */ -a { color:#f70; border-width: 0; } -a:hover, a:active { color: #f33; border-bottom: 1px solid #FF3363; cursor: pointer; } +a { color:#f70; } +a:hover, a:active { color: #f33; cursor: pointer; } .content .navigationBar {color:#666;} ul.actions, .content form#waiting {text-align:center;} @@ -160,7 +160,6 @@ position:relative; padding: 5px 1px 4px 5px; top:-8px; font-size: 13px; color: # #menubar ul { color: #333; margin:0 9px 0 9px; line-height: 16px; list-style-type: square; list-style-position: inside; padding: 0; } #menubar ul.scroll { overflow-y:auto; max-height:500px;} -#menubar li a:hover {border:none; text-decoration:underline;} /* jQuery tooltips */ .cluetip-outer { border-color: #666; color: #666; background-color: #222; } |