mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 17:48:40 -04:00
make sure table header is white instead of slightly grey
This commit is contained in:
parent
2a1fcb1eb3
commit
2a9fb130ec
1 changed files with 3 additions and 0 deletions
|
|
@ -205,6 +205,9 @@ table.multiselect thead {
|
|||
left: 250px; /* sidebar */
|
||||
}
|
||||
|
||||
table thead th {
|
||||
background-color: #fff;
|
||||
}
|
||||
table.multiselect thead th {
|
||||
background-color: rgba(220,220,220,.8);
|
||||
color: #000;
|
||||
|
|
|
|||
Loading…
Reference in a new issue