mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 10:42:59 +02:00
bug fixed: an ugly outline (blue on Safari) was displayed when clicking on the admin section menu on roma theme
git-svn-id: http://piwigo.org/svn/trunk@5172 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -151,7 +151,7 @@ width: 207px; border:0; margin: 0; padding: 0; display: block; min-height:35px;
|
||||
#menubar dl.first {
|
||||
background:transparent url(images/menubar-top.png) no-repeat scroll left 1px; }
|
||||
#menubar dt { margin: 0; display: block; background: none; left:10px; font-weight:bold;
|
||||
position:relative; padding: 5px 1px 4px 5px; top:-10px; font-size: 13px; color: #666; }
|
||||
position:relative; padding: 5px 1px 4px 5px; top:-10px; font-size: 13px; color: #666; outline:none;}
|
||||
#menubar dt span { background-color: #111; cursor:pointer; }
|
||||
#menubar li { margin: 0 0 0 6px; }
|
||||
#menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; }
|
||||
|
||||
Reference in New Issue
Block a user