make sure table header is white instead of slightly grey

remotes/origin/ldap_group_count
Jan-Christoph Borchardt 11 years ago
parent 2a1fcb1eb3
commit 2a9fb130ec
  1. 3
      apps/files/css/files.css

@ -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…
Cancel
Save