aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/roma
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2013-05-08 05:23:07 +0000
committerrvelices <rv-github@modusoptimus.com>2013-05-08 05:23:07 +0000
commit3234bb5bc9c3f13faa14ae1716f67b7ffca9db99 (patch)
tree8744a4b507bddc219f4d51410f470edaf73edeaf /admin/themes/roma
parentcb0aec202dea252586759429218bca8f2b31aa93 (diff)
admin theme links use text-decoration on hovering instead of border-bottom (css simpler, no box sizing issues on hover ...)
git-svn-id: http://piwigo.org/svn/trunk@22541 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma')
-rw-r--r--admin/themes/roma/theme.css5
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; }