Skip to content
This repository was archived by the owner on Dec 27, 2021. It is now read-only.

Commit 91418e6

Browse files
committed
1.5.1
1 parent a1f464c commit 91418e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/demo.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ small {
209209
width: 270px;
210210
text-align: right;
211211
}
212-
button {
212+
button:not([disabled]) {
213213
height: 32px;
214214
overflow: visible;
215215
margin: 3px 0 10px;
@@ -226,11 +226,11 @@ button {
226226
cursor: pointer;
227227
}
228228
button::-moz-focus-inner {padding:0;border:0;}
229-
button:hover {
229+
button:not([disabled]):hover {
230230
background-color: #E6E6E6;
231231
background-position: 0 -10px;
232232
}
233-
button:active {
233+
button:not([disabled]):active {
234234
background: #F5F5F5;
235235
box-shadow: inset 1px 1px 3px #DDD;
236236
}

0 commit comments

Comments
 (0)