diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-15 22:29:39 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-15 22:29:39 +0000 |
commit | a8590e3d5a52da986bdfe8330c4eff170e4480fa (patch) | |
tree | 23ec03ae798c424b92dad7c4ad4f0e6b3a140f34 | |
parent | 9c084c3a919f77e312a03b8a904fdcd7466fbc96 (diff) |
Your coral is not the right colour code (to be confirmed)
git-svn-id: http://piwigo.org/svn/branches/2.0@2986 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 6 | ||||
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index b2173a926..6d762a48d 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -78,9 +78,9 @@ label { cursor:pointer } a.Piwigo { font-family: verdana, arial, helvetica, sans-serif !important; font-size: 11px; font-weight: normal; letter-spacing: 0; - color : #FF3300; text-decoration: none; border: 0; } -a.Piwigo:hover { - border-bottom: 1px solid #FF3363; + color : #F33; text-decoration: none; border: 0; } +a.Piwigo:hover span.Piwigo { + border-bottom: 1px solid #FF3363; color: #F30; } *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index f88f8051e..d0b78d624 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -325,9 +325,9 @@ A:hover, A:active { a.Piwigo { font-family: verdana, arial, helvetica, sans-serif !important; font-size: 11px; font-weight: normal; letter-spacing: 0; - color : #FF3300; text-decoration: none; border: 0; } -a.Piwigo:hover { - border-bottom: 1px solid #FF3363; + color : #F33; text-decoration: none; border: 0; } +a.Piwigo:hover span.Piwigo { + border-bottom: 1px solid #FF3363; color: #F30; } #theImage A, .illustration A, A.navThumb, A.navThumb { border-bottom-width: 0; |