button style: add pressed state

This commit is contained in:
Andrew Dolgov 2010-01-12 16:35:00 +03:00
parent 7483f8924c
commit a0f98bbf0b
2 changed files with 4 additions and 0 deletions

BIN
images/button_pressed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 873 B

View File

@ -2251,6 +2251,10 @@ div#auxDlg a {
color : #4684ff;
}
button:active {
background-image : url("images/button_pressed.png");
}
button, select {
background-color : transparent;
background-repeat : repeat-x;