mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Product list: add border to disabled spinner buttons (#3359)
This commit is contained in:
committed by
GitHub
parent
9813e59210
commit
413fabd821
@@ -69,6 +69,14 @@ a.btn, button.btn {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
.input-item-count-dec[disabled],
|
||||
.input-item-count-inc[disabled],
|
||||
.input-item-count-dec[disabled]:hover,
|
||||
.input-item-count-inc[disabled]:hover {
|
||||
box-shadow: 0px 0px 0px 1px #cccccc inset;
|
||||
background: #eee;
|
||||
opacity: 1;
|
||||
}
|
||||
.input-item-count-dec {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
|
||||
Reference in New Issue
Block a user