From 3c6ef3d16d9746767647e88e0ba083e37855e03c Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 17 Mar 2010 23:03:18 +0000 Subject: 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 --- admin/themes/roma/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/themes/roma/theme.css') 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; } -- cgit v1.2.3