diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-08-31 10:40:11 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2022-09-01 14:15:42 +0200 |
commit | d6bd98d3c5ff09abd48d9aff4960638c34f9d58b (patch) | |
tree | 853f76977f4c323b2c535e53adfc572dca95b3ac /core/css/styles.css | |
parent | 7cc814093e1d61606a8f7efc6fffc92e425e5b4e (diff) | |
download | nextcloud-server-d6bd98d3c5ff09abd48d9aff4960638c34f9d58b.tar.gz nextcloud-server-d6bd98d3c5ff09abd48d9aff4960638c34f9d58b.zip |
Bump bundled files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index a2f1b75896d..be023cba16f 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -203,47 +203,10 @@ body { } /* CONTENT ------------------------------------------------------------------ */ -.files-controls { - box-sizing: border-box; - position: -webkit-sticky; - position: sticky; - height: 54px; - padding: 0; - margin: 0; - background-color: var(--color-main-background-translucent); - 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; - user-select: none; - display: flex; - top: 50px; -} - -/* position controls for apps with app-navigation */ -.viewer-mode #app-navigation + #app-content .files-controls { - left: 0; -} - #app-navigation * { box-sizing: border-box; } -.files-controls .actions > div > .button, .files-controls .actions > div button, .files-controls .actions > .button, .files-controls .actions button { - box-sizing: border-box; - display: inline-block; - display: flex; - height: 44px; - width: 44px; - padding: 9px; - align-items: center; - justify-content: center; -} -.files-controls .actions > div .button.hidden, .files-controls .actions .button.hidden { - display: none; -} - /* EMPTY CONTENT DISPLAY ------------------------------------------------------------ */ #emptycontent, .emptycontent { |