diff options
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index df23f415129..c0701fb18b8 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -250,7 +250,7 @@ table thead th { background-color: #fff; } table.multiselect thead th { - background-color: rgba(248,248,248,.8); /* #f8f8f8 like other hover style */ + background-color: rgba(255, 255, 255, 0.95); /* like controls bar */ color: #000; font-weight: bold; border-bottom: 0; |