This commit is contained in:
McShelby 2022-04-03 19:36:52 +00:00
parent 1fc631ac92
commit 178d27368c
310 changed files with 6468 additions and 6470 deletions

View file

@ -285,6 +285,5 @@ button,
input[type="submit"] {
cursor: pointer;
user-select: none;
vertical-align: middle;
white-space: nowrap;
border: inherit; }

View file

@ -1367,7 +1367,6 @@ option {
-ms-user-select: none !important;
-webkit-user-select: none !important;
user-select: none !important;
vertical-align: middle !important;
white-space: nowrap !important;
}