mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
This commit is contained in:
@@ -56,6 +56,13 @@
|
||||
@include tab-focus;
|
||||
}
|
||||
}
|
||||
&.disabled,
|
||||
&[disabled],
|
||||
fieldset[disabled] & {
|
||||
cursor: $cursor-disabled;
|
||||
@include opacity(.65);
|
||||
@include box-shadow(none);
|
||||
}
|
||||
}
|
||||
input[type="text"], input[type="number"] {
|
||||
line-height: normal;
|
||||
|
||||
Reference in New Issue
Block a user