Change the hover color of image border on clean mail.
git-svn-id: http://piwigo.org/svn/trunk@1918 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
ea27482987
commit
d4c1e505c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue