diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-15 22:31:32 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-15 22:31:32 +0000 |
commit | 24d3490dcbe92683d30f018bf29b1ced23265fcc (patch) | |
tree | d35927aebfa46f264fe5a6c7ecdda3c68307a956 /admin/template/goto/theme/roma/theme.css | |
parent | dfd8048f5c7b241fc6c7e073f1d0d166e774b718 (diff) |
Your coral is not the right colour code (to be confirmed)
merge -c2986 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@2987 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/theme/roma/theme.css')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 6 |
1 files changed, 3 insertions, 3 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; } |