diff options
-rw-r--r-- | apps/files/css/files.css | 3 | ||||
-rw-r--r-- | core/css/styles.css | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 3eec7ba9054..9163f860cb3 100644 --- a/apps/files/css/files.css +++ b/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; diff --git a/core/css/styles.css b/core/css/styles.css index ab4c727c744..d959aec0361 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -250,8 +250,7 @@ input[type="submit"].enabled { width: 100%; padding: 0; margin: 0; - background-color: rgba(235, 235, 235, .85); - border-bottom: 1px solid #e7e7e7; + background-color: rgba(255, 255, 255, .95); z-index: 50; -webkit-user-select: none; -moz-user-select: none; |