diff options
author | plegall <plg@piwigo.org> | 2010-03-17 23:03:18 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-17 23:03:18 +0000 |
commit | 3c6ef3d16d9746767647e88e0ba083e37855e03c (patch) | |
tree | b0d2519221cea9da5692a67052b2214259334851 /admin/themes | |
parent | fa6820cd716026afdb321d1a8faf3f63e4d4291c (diff) |
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
Diffstat (limited to 'admin/themes')
-rw-r--r-- | admin/themes/roma/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index e38a098bc..f5797bc3a 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -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; } |