diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-16 20:17:25 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-16 20:17:25 +0000 |
commit | 7c99518a39425d8442d7b751c4ed3c7a15c9aad4 (patch) | |
tree | c784c5822a93aa6e2d24ef8c85f894eb56c27973 /template/yoga/theme/Sylvia/theme.css | |
parent | 5011c661aea9f07b7b554d4d970b489f104be9cd (diff) |
#ff3300 replacement by #ff3333
merge -c2990 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@2991 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 37ca75a42..8d8ec4ac9 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -318,7 +318,7 @@ A, INPUT.rateButton { border-width: 0; } A:hover, A:active { - color:#f30; + color:#f33; border-bottom: 1px solid #FF3363; cursor: pointer; } @@ -327,7 +327,7 @@ a.Piwigo { font-size: 11px; font-weight: normal; letter-spacing: 0; color : #F33; text-decoration: none; border: 0; } a.Piwigo:hover span.Piwigo { - border-bottom: 1px solid #FF3363; color: #F30; + border-bottom: 1px solid #FF3363; } #theImage A, .illustration A, A.navThumb, A.navThumb { border-bottom-width: 0; |