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:
parent
a8e6987d0a
commit
9627b06d07
3 changed files with 3 additions and 3 deletions
|
@ -312,7 +312,7 @@ input.newAddressBookInput {
|
|||
}
|
||||
|
||||
.name:focus {
|
||||
background-color: $background-dark;
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue