diff options
Diffstat (limited to 'data/css')
-rw-r--r-- | data/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/css/style.css b/data/css/style.css index 4af58e9c4..f59344f6f 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -322,6 +322,13 @@ body { opacity: 0.4; } +.tabwidth-dropdown { padding: 15px; } +input[type="number"]::-webkit-outer-spin-button, +input[type="number"]::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} +input[type="number"] { -moz-appearance: textfield; } /* highlighting theme */ .hll { background-color: #ffffcc } |