diff options
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 { |