From f18985e15331c09085ddbdd66f6ea6a702fe3f4a Mon Sep 17 00:00:00 2001 From: vdigital Date: Thu, 2 Oct 2008 18:59:46 +0000 Subject: Identification menu was broken. Links are bordered on over except admin menu. git-svn-id: http://piwigo.org/svn/trunk@2640 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/theme/roma/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin') diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index fce55d465..3d6710510 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -80,8 +80,8 @@ a.Piwigo { font-size: 11px; font-weight: normal; letter-spacing: 0; color : #f36; text-decoration: none; border: 0; color: #f36; } *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } -a { color:#f70; border: 0px solid #f70; } -a:hover, a:active { color: #f33; border: 0px solid #FF3363; cursor: pointer; } +a { color:#f70; border-width: 0; } +a:hover, a:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; } h2 { display:block; font-size:28px; letter-spacing:-1px; margin:0 20px; height:95px; overflow:hidden; padding:0; position:absolute; -- cgit v1.2.3