mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
Hide arrows for input
This commit is contained in:
@@ -30,6 +30,12 @@ customElements.define('developer-tooling', class extends HTMLElement {
|
||||
#change-port-show {
|
||||
display: none;
|
||||
}
|
||||
/* hide up/down arrow for input type=number */
|
||||
input::-webkit-outer-spin-button,
|
||||
input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user