From b596647c2ae9552a3e637f4a86cfaee4098e26b7 Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 29 Sep 2008 22:05:17 +0000 Subject: Link borders removed: with Stripy agreement. git-svn-id: http://piwigo.org/svn/trunk@2626 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/theme/roma/theme.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'admin/template/goto/theme/roma') diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index a7db0baac..fce55d465 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-color: #f70; } -a:hover, a:active { color: #f33; border-color: #FF3363; cursor: pointer; } +a { color:#f70; border: 0px solid #f70; } +a:hover, a:active { color: #f33; border: 0px solid #FF3363; cursor: pointer; } h2 { display:block; font-size:28px; letter-spacing:-1px; margin:0 20px; height:95px; overflow:hidden; padding:0; position:absolute; @@ -123,7 +123,7 @@ padding:0; width:207px; z-index:99; text-align: left; } scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111; scrollbar-arrow-color: #ff3333; } #menubar .selected a { color: #f70; } -#menubar .selected a:hover { color: #f36; border-bottom: 1px solid #f33;} +#menubar .selected a:hover { color: #f36; border-bottom: 0px solid #f33;} #menubar dd { background: transparent url(images/menubar-detail.png) repeat-y top left; margin: 10px 0 0 0; padding: 0; height:232px; } @@ -136,7 +136,7 @@ background:transparent url(images/menubar-top.png) no-repeat scroll left 1px; } position:relative; padding: 5px 1px 4px 5px; top:-10px; font-size: 13px; color: #666; } #menubar dt span { background-color: #111; cursor:pointer; } #menubar a { text-decoration:none; font-size: 12px; -color: #F70; border-bottom: 1px dotted #F70;} +color: #F70; border-bottom: 0px dotted #F70;} #menubar li { margin: 0 0 0 6px; } #menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; } #menubar li.external:hover { list-style-image:url(images/external_active.png); } -- cgit v1.2.3