1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-04 18:24:22 +00:00

Fixed small style issue with files table

This commit is contained in:
Magnus Walbeck 2017-03-03 00:40:14 +01:00
parent a8e6987d0a
commit 9627b06d07
3 changed files with 3 additions and 3 deletions

View file

@ -312,7 +312,7 @@ input.newAddressBookInput {
}
.name:focus {
background-color: $background-dark;
background-color: inherit;
}
}

View file

@ -823,7 +823,7 @@ input.newAddressBookInput {
#filestable tbody tr.externalErroredRow {
background-color: #da4453; }
#filestable tbody .name:focus {
background-color: #232629; }
background-color: inherit; }
#filestable.multiselect {
top: 93px; }

File diff suppressed because one or more lines are too long