diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-11 21:05:31 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-11 21:05:31 +0000 |
commit | 720bd28e3460345eebfdb499c5bd24c9d1c045b0 (patch) | |
tree | e35ca879b7bfb5f0d44e3524c6be620ac9faa5d0 /admin/template/goto/theme | |
parent | 1b230ad50c67b265ec27119fa6580ed962fa178d (diff) |
- Quicksearch and Links review
git-svn-id: http://piwigo.org/svn/branches/2.0@2966 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 68a41a44f..d47cf1d3c 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -74,10 +74,14 @@ label { cursor:pointer } a.Piwigo { font-family: verdana, arial, helvetica, sans-serif !important; font-size: 11px; font-weight: normal; letter-spacing: 0; - color : #f36; text-decoration: none; border: 0; color: #f36; } + color : #FF3300; text-decoration: none; border: 0; } +a.Piwigo:hover { + border-bottom: 1px solid #FF3363; +} + *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } a { color:#f70; border-width: 0; } -a:hover, a:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; } +a:hover, a:active { color: #f30; border-bottom: 1px solid #FF3363; cursor: pointer; } .content .navigationBar {color:#666;} ul.actions, .content form#waiting {text-align:center;} h2 { display:block; font-size:28px; letter-spacing:-1px; |