diff options
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 1389938a325..9f8a33956e0 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -903,6 +903,15 @@ kbd { } } } + /* css hack, only first not hidden*/ + &:not(.hidden):not([style*='display: none']) { + &:first-of-type input { + margin-top: 10px; + } + &:last-of-type input { + margin-bottom: 10px; + } + } > button { padding: 0; span { |