aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-27 11:53:06 +0000
committervdigital <vdigital@piwigo.org>2008-09-27 11:53:06 +0000
commit0b94d2741f3a37e8199f08555e72451847945c3b (patch)
treef0498226d2ed1b6780094d92a136f53181880e90 /template
parent6b77adbbbba56e459cbb1742f6987df249f6b645 (diff)
buttonButterfly 2 - Last Graphic and CSS feedback (focus on buttons)
git-svn-id: http://piwigo.org/svn/trunk@2609 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/theme/Sylvia/theme.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index ca9b33977..ffc420f63 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -75,7 +75,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; outline: none; border-color: #f70; }
-A:hover, A:active { color: #f33; border-color: #FF3363; outline: none; cursor: pointer; }
-
+A, INPUT.rateButton { color:#f70; border-color: #f70; }
+A:hover, A:active { color: #f33; border-color: #FF3363; cursor: pointer; }
+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