summaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.css
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r--apps/files/css/files.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 318c34bad2e..8696d5f7707 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -378,8 +378,7 @@ table td {
table th.column-name {
position: relative;
- width: 9999px;
- /* not really sure why this works better than 100% … table styling */
+ width: 9999px; /* not really sure why this works better than 100% … table styling */
padding: 0;
}
@@ -437,8 +436,7 @@ table.multiselect thead th {
table.multiselect .column-name {
position: relative;
- width: 9999px;
- /* when we use 100%, the styling breaks on mobile … table styling */
+ width: 9999px; /* when we use 100%, the styling breaks on mobile … table styling */
}
table.multiselect .column-mtime > a {
@@ -455,8 +453,7 @@ table td.fileaction {
table td.filename a.name,
table td.filename p.name {
display: flex;
- position: relative;
- /* Firefox needs to explicitly have this default set … */
+ position: relative; /* Firefox needs to explicitly have this default set … */
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 50px;
@@ -934,8 +931,7 @@ table.dragshadow td.size {
padding: 0;
margin: 0;
background-color: var(--color-main-background-translucent);
- z-index: 62;
- /* must be above the filelist sticky header and texteditor menubar */
+ z-index: 62; /* must be above the filelist sticky header and texteditor menubar */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;