diff options
author | rub <rub@piwigo.org> | 2007-03-17 21:49:57 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-03-17 21:49:57 +0000 |
commit | d4c1e505c549c597d07f276ca66559b9056968cb (patch) | |
tree | 5869debe43aba8dd3b8b3f0e86a4e37307c98946 /template/yoga | |
parent | ea27482987c7a5e2ccca59dfe6b295e180b077a6 (diff) |
Change the hover color of image border on clean mail.
git-svn-id: http://piwigo.org/svn/trunk@1918 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/clear/mail-css.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/theme/clear/mail-css.tpl b/template/yoga/theme/clear/mail-css.tpl index e88f6685d..8f6398b5e 100644 --- a/template/yoga/theme/clear/mail-css.tpl +++ b/template/yoga/theme/clear/mail-css.tpl @@ -9,6 +9,6 @@ body{background-color:#fff; color:#696969;} color: #333;} h2 { background-color: #ddd;} img { margin: 16px; border: 16px solid #aaa; -moz-border-radius: 4px; border-radius: 4px 4px; } -img:hover { padding: 15px; border: 1px solid yellow; -moz-border-radius: 4px; border-radius: 4px 4px; } +img:hover { padding: 15px; border: 1px solid yellow;background-color:#faebd7; -moz-border-radius: 4px; border-radius: 4px 4px; } a { color: #369; background: transparent; } a:hover { color: #ddd; } |