mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
inadvertent error prevention on .row
Add a 5px border on .row settings section
This commit is contained in:
parent
240789f787
commit
4389b80640
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user