mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #2106 - Follow-up: Additional Un-prefixing
This commit is contained in:
parent
f1f8c53ed6
commit
1a5b3dcae6
52 changed files with 152 additions and 152 deletions
|
|
@ -29,7 +29,7 @@
|
|||
margin: 0;
|
||||
ime-mode: disabled;
|
||||
cursor: default;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.datetime-separator {
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
.datetime-input[readonly],
|
||||
.datetime-input[disabled] {
|
||||
color: GrayText;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.datetime-reset-button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue