From d4c1e505c549c597d07f276ca66559b9056968cb Mon Sep 17 00:00:00 2001 From: rub Date: Sat, 17 Mar 2007 21:49:57 +0000 Subject: Change the hover color of image border on clean mail. git-svn-id: http://piwigo.org/svn/trunk@1918 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/clear/mail-css.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') 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; } -- cgit v1.2.3