diff options
Diffstat (limited to 'core/css/inputs.scss')
-rw-r--r-- | core/css/inputs.scss | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 832ccdebaa6..42de33b0be8 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -44,6 +44,7 @@ textarea, border: 1px solid nc-lighten($color-main-text, 86%); outline: none; border-radius: 3px; + cursor: text; &:not(:disabled):not(.primary) { &:hover, &:focus, @@ -297,21 +298,6 @@ input { } } } -#app-settings-content { - input { - &[type='checkbox'], - &[type='radio'] { - &.radio, - &.checkbox { - + label { - display: inline-block; - width: 100%; - padding: 5px 0; - } - } - } - } -} /* Select2 overriding. Merged to core with vendor stylesheet */ .select2-drop { |