input[type="reset"],
input[type="submit"] {
cursor: pointer;
- -webkit-appearance: button;
+ -webkit-appearance: button; /* nonstandard, should remove in future */
+ appearance: button;
word-break: break-all;
}
}
input[type="search"] {
- -webkit-appearance: textfield;
+ -webkit-appearance: textfield; /* nonstandard, should remove in future */
+ appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
- -webkit-appearance: none;
+ -webkit-appearance: none; /* nonstandard, should remove in future */
+ appearance: none;
}
textarea {
.cbi-select select,
.cbi-select select:focus {
- -webkit-appearance: none;
+ -webkit-appearance: none; /* nonstandard, should remove in future */
appearance: none;
outline: none;
border: none;
input[type="radio"] {
--bd-color: var(--border-color-high);
--fg-color: var(--text-color-high);
-
+ -webkit-appearance: none; /* nonstandard, should remove in future */
appearance: none;
- -webkit-appearance: none;
width: 14px;
height: 14px;
color: var(--fg-color);