diff options
Diffstat (limited to 'admin/themes/roma')
-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 238148a4b..8c875414c 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -114,7 +114,7 @@ border:1px solid #111111; border-bottom:1px solid #ff3363; background-color:#111 .tabsheet { display:table; white-space:nowrap; padding-left:10px; margin:0; width:auto; font-family:verdana,arial,helvetica,sans-serif; font-size:8px; list-style-type:none; list-style-image:none; text-decoration:none; } -.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;-webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;} +.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;-webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;border-radius:5px 5px 0 0;} .tabsheet a { outline:none; color:#666; display:block; font-size:11px; border:0; font-weight:bold; overflow:hidden; padding:6px; |