diff options
author | Iglou.eu <contact@iglou.eu> | 2019-02-01 21:14:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-01 21:14:06 +0100 |
commit | 4389b80640bc162fd934b2e00307f1854cfb0c75 (patch) | |
tree | 3fc8dc7ebd9bda0194ece8c8f2b0902393f5dc14 /settings/css | |
parent | 240789f787e3c1548ddfdf1cf0c76d618adb77ea (diff) | |
download | nextcloud-server-4389b80640bc162fd934b2e00307f1854cfb0c75.tar.gz nextcloud-server-4389b80640bc162fd934b2e00307f1854cfb0c75.zip |
inadvertent error prevention on .row
Add a 5px border on .row settings section
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 6691f53a20e..5f1bc1af7e4 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -1505,6 +1505,9 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { input:not([type='submit']):not(:focus):not(:active) { border-color: var(--color-border) !important; } + &:not(#grid-header) { + box-shadow: 5px 0 0 var(--color-primary-element) inset; + } } > div, > form { |