diff options
Diffstat (limited to 'core/css/inputs.scss')
-rw-r--r-- | core/css/inputs.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index ca7c4668ea5..19c0c32eae8 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -25,7 +25,7 @@ input, textarea, select, button, div[contenteditable=true], div[contenteditable= background-image: unset !important; } -$default-height: 44px; +$default-height: 36px; /* Simple selector to allow easy overriding */ select, @@ -45,6 +45,10 @@ div[contenteditable=false] { * color-text-maxcontrast disabled state */ +input:not([type="range"]) { + outline: none; +} + /* Default global values */ div.select2-drop .select2-search input, // TODO: REMOVE WHEN DROPPING SELECT2 input[type='submit'], |