button style: add pressed state
This commit is contained in:
parent
7483f8924c
commit
a0f98bbf0b
2 changed files with 4 additions and 0 deletions
BIN
images/button_pressed.png
Normal file
BIN
images/button_pressed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 873 B |
|
@ -2251,6 +2251,10 @@ div#auxDlg a {
|
||||||
color : #4684ff;
|
color : #4684ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button:active {
|
||||||
|
background-image : url("images/button_pressed.png");
|
||||||
|
}
|
||||||
|
|
||||||
button, select {
|
button, select {
|
||||||
background-color : transparent;
|
background-color : transparent;
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x;
|
||||||
|
|
Loading…
Reference in a new issue