From ff7e537e2b4bceaef241096a377d12af4b917c43 Mon Sep 17 00:00:00 2001 From: nikrou Date: Fri, 19 Mar 2010 20:52:08 +0000 Subject: remove outline for tabsheet (it's ugly) git-svn-id: http://piwigo.org/svn/trunk@5194 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/roma/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/themes/roma') diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index af9e47e2a..0b8c02a7c 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -118,7 +118,7 @@ top:-2px; white-space:nowrap; margin: 0 0 0 -5px; padding-left:10px; width:100%; } .tabsheet li { background:#222222; float:left; margin:0 6px 0 0; overflow:hidden; text-align:right; border:1px solid #ff3363; border-bottom:none; position:relative; top:11px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px;} .tabsheet a { -color:#666; display:block; font-size:11px; border:0; +outline:none; color:#666; display:block; font-size:11px; border:0; font-weight:bold; overflow:hidden; padding:6px; text-align:right; text-decoration:none; margin: 0; } .tabsheet a:first-letter { text-transform:capitalize; } -- cgit v1.2.3