aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/files.scss
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/css/files.scss')
-rw-r--r--apps/files/css/files.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 8a38509b42f..0fffc964a72 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -391,9 +391,9 @@ table tr[data-has-preview='true'] .thumbnail {
border: 1px solid var(--color-border);
}
-table td.filename input.filename {
- width: 70%;
- margin-left: 48px;
+table:not(.view-grid) td.filename input.filename {
+ width: 70% !important;
+ margin-left: 48px !important;
cursor: text;
}
table td.filename form {
@@ -559,7 +559,6 @@ table td.selection {
/* fix position of bubble pointer for Files app */
.bubble,
#app-navigation .app-navigation-entry-menu {
- border-top-right-radius: 3px;
min-width: 100px;
}
@@ -806,7 +805,7 @@ table.dragshadow td.size {
/* Center triangle */
&::after {
- left: 57px !important;
+ left: 61px !important;
}
}
@@ -1149,6 +1148,7 @@ table.dragshadow td.size {
input.filename {
width: 100%;
margin-left: 0;
+ cursor: text;
}
}
}