diff options
author | nikrou <nikrou@piwigo.org> | 2010-03-19 20:52:08 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-03-19 20:52:08 +0000 |
commit | ff7e537e2b4bceaef241096a377d12af4b917c43 (patch) | |
tree | 54e4e5ab5eaf7ed394c059c3a5ae9e4320ae3bb4 | |
parent | 7c6d4d7a0e4fbefa5895190a082397c350beddc3 (diff) |
remove outline for tabsheet (it's ugly)
git-svn-id: http://piwigo.org/svn/trunk@5194 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 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; } |