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
This commit is contained in:
rvelices
2013-05-08 05:23:07 +00:00
parent cb0aec202d
commit 3234bb5bc9
5 changed files with 23 additions and 32 deletions
+2 -3
View File
@@ -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; }