diff options
Diffstat (limited to 'template/yoga/theme')
-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; } |