diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-29 22:05:17 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-29 22:05:17 +0000 |
commit | b596647c2ae9552a3e637f4a86cfaee4098e26b7 (patch) | |
tree | 74c66557cb4135b1b4b59585b396e2fbd0edb803 /template/yoga/theme | |
parent | f233e3452efac75f02741b3e178fb86ec2577027 (diff) |
Link borders removed: with Stripy agreement.
git-svn-id: http://piwigo.org/svn/trunk@2626 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 04c6bce42..4f29ca988 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -79,7 +79,7 @@ border: 1px solid #666; /* thumbnails border color and style */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } .content UL.thumbnails SPAN.wrap2:hover { color: #666; background-color: #111; border:1px solid #ff3363; /* thumbnails border color when mouse cursor is over it */ } -A, INPUT.rateButton { color:#f70; border-color: #f70; } -A:hover, A:active { color: #f33; border-color: #FF3363; cursor: pointer; } +A, INPUT.rateButton { color:#f70; border: 0px solid #f70; } +A:hover, A:active { color: #f33; border: 0px solid #FF3363; cursor: pointer; } *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } #debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
\ No newline at end of file |