Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r--core/css/styles.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index 30757b233ee..3220a7ad884 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -195,7 +195,7 @@ body {
/* CONTENT ------------------------------------------------------------------ */
-#controls {
+.files-controls {
box-sizing: border-box;
position: -webkit-sticky;
position: sticky;
@@ -214,7 +214,7 @@ body {
/* position controls for apps with app-navigation */
-.viewer-mode #app-navigation + #app-content #controls {
+.viewer-mode #app-navigation + #app-content .files-controls {
left: 0;
}
@@ -222,7 +222,7 @@ body {
box-sizing: border-box;
}
-#controls .actions {
+.files-controls .actions {
> div,
& {
> .button, button {