2017-01-25 16:13:28 +03:00
|
|
|
/**
|
|
|
|
* @copyright Copyright (c) 2016, John Molakvoæ <skjnldsv@protonmail.com>
|
|
|
|
* @copyright Copyright (c) 2016, Lukas Reschke <lukas@statuscode.ch>
|
|
|
|
* @copyright Copyright (c) 2016, Robin Appelman <robin@icewind.nl>
|
|
|
|
* @copyright Copyright (c) 2016, Julius Haertl <jus@bitgrid.net>
|
|
|
|
* @copyright Copyright (c) 2016, Joas Schilling <coding@schilljs.com>
|
|
|
|
* @copyright Copyright (c) 2016, Morris Jobke <hey@morrisjobke.de>
|
|
|
|
* @copyright Copyright (c) 2016, Christoph Wurst <christoph@winzerhof-wurst.at>
|
|
|
|
* @copyright Copyright (c) 2016, Raghu Nayyar <hey@raghunayyar.com>
|
2017-03-26 19:31:55 +03:00
|
|
|
* @copyright Copyright (c) 2011-2017, Jan-Christoph Borchardt <hey@jancborchardt.net>
|
2020-02-29 05:43:42 +03:00
|
|
|
* @copyright Copyright (c) 2019-2020, Gary Kim <gary@garykim.dev>
|
2017-01-25 16:13:28 +03:00
|
|
|
*
|
|
|
|
* @license GNU AGPL version 3 or any later version
|
|
|
|
*
|
|
|
|
*/
|
2016-12-22 13:17:58 +03:00
|
|
|
|
|
|
|
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
|
|
|
font-weight: inherit;
|
|
|
|
font-size: 100%;
|
|
|
|
font-family: inherit;
|
|
|
|
vertical-align: baseline;
|
|
|
|
cursor: default;
|
2019-07-30 17:39:37 +03:00
|
|
|
scrollbar-color: var(--color-border-dark) transparent;
|
|
|
|
scrollbar-width: thin;
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
article, aside, dialog, figure, footer, header, hgroup, nav, section {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
line-height: 1.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: separate;
|
|
|
|
border-spacing: 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
caption, th, td {
|
|
|
|
text-align: left;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
table, td, th {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
border: 0;
|
2018-06-03 12:25:10 +03:00
|
|
|
color: var(--color-main-text);
|
2016-12-22 13:17:58 +03:00
|
|
|
text-decoration: none;
|
|
|
|
cursor: pointer;
|
|
|
|
* {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2019-03-20 00:24:16 +03:00
|
|
|
}
|
2016-12-22 13:17:58 +03:00
|
|
|
|
2019-03-20 00:24:16 +03:00
|
|
|
a.external {
|
|
|
|
margin: 0 3px;
|
|
|
|
text-decoration: underline;
|
2018-01-02 13:20:15 +03:00
|
|
|
}
|
|
|
|
|
2016-12-22 13:17:58 +03:00
|
|
|
input {
|
|
|
|
cursor: pointer;
|
|
|
|
* {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
select, .button span, label {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2018-06-03 12:25:10 +03:00
|
|
|
background-color: var(--color-main-background);
|
2018-10-02 00:29:46 +03:00
|
|
|
font-weight: normal;
|
2019-10-01 12:31:39 +03:00
|
|
|
/* bring the default font size up to 14px */
|
|
|
|
font-size: .875em;
|
2016-12-22 13:17:58 +03:00
|
|
|
line-height: 1.6em;
|
2018-06-14 10:25:19 +03:00
|
|
|
font-family: var(--font-face);
|
2018-06-03 12:25:10 +03:00
|
|
|
color: var(--color-main-text);
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.two-factor-header {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.two-factor-provider {
|
|
|
|
text-align: center;
|
|
|
|
width: 258px !important;
|
|
|
|
display: inline-block;
|
|
|
|
margin-bottom: 0 !important;
|
2018-06-05 17:06:01 +03:00
|
|
|
background-color: var(--color-background-darker) !important;
|
2016-12-22 13:17:58 +03:00
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.two-factor-link {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 12px;
|
2018-06-05 17:06:01 +03:00
|
|
|
color: var(--color-text-lighter);
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.float-spinner {
|
|
|
|
height: 32px;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#nojavascript {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
2020-02-29 05:43:42 +03:00
|
|
|
left: 0;
|
2016-12-22 13:17:58 +03:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 9000;
|
|
|
|
text-align: center;
|
2018-06-05 17:06:01 +03:00
|
|
|
background-color: var(--color-background-darker);
|
2018-06-03 12:25:10 +03:00
|
|
|
color: var(--color-primary-text);
|
2016-12-22 13:17:58 +03:00
|
|
|
line-height: 125%;
|
|
|
|
font-size: 24px;
|
|
|
|
div {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
width: 50%;
|
|
|
|
top: 35%;
|
|
|
|
margin: 0px auto;
|
|
|
|
}
|
|
|
|
a {
|
2018-06-03 12:25:10 +03:00
|
|
|
color: var(--color-primary-text);
|
|
|
|
border-bottom: 2px dotted var(--color-main-background);
|
2016-12-22 13:17:58 +03:00
|
|
|
&:hover, &:focus {
|
2018-06-03 22:06:27 +03:00
|
|
|
color: var(--color-primary-text-dark);
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* SCROLLING */
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
2019-07-30 17:39:37 +03:00
|
|
|
width: 6px;
|
2017-06-08 20:27:32 +03:00
|
|
|
height: 5px;
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track-piece {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
2019-07-30 17:39:37 +03:00
|
|
|
background: var(--color-border-dark);
|
2018-06-03 12:25:10 +03:00
|
|
|
border-radius: var(--border-radius);
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
|
2019-07-30 17:39:37 +03:00
|
|
|
|
2019-06-21 17:37:34 +03:00
|
|
|
/* SELECTION */
|
|
|
|
|
|
|
|
::selection {
|
|
|
|
background-color: var(--color-primary-element);
|
|
|
|
color: var(--color-primary-text);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2016-12-22 13:17:58 +03:00
|
|
|
/* CONTENT ------------------------------------------------------------------ */
|
|
|
|
|
|
|
|
#controls {
|
|
|
|
box-sizing: border-box;
|
2018-08-19 12:54:37 +03:00
|
|
|
@include position('sticky');
|
2016-12-22 13:17:58 +03:00
|
|
|
height: 44px;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2018-10-12 21:43:27 +03:00
|
|
|
background-color: var(--color-main-background-translucent);
|
2020-01-24 13:49:37 +03:00
|
|
|
z-index: 61; /* must be above the filelist sticky header */
|
2016-12-22 13:17:58 +03:00
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
2017-12-13 16:49:11 +03:00
|
|
|
display: flex;
|
2018-07-24 13:08:31 +03:00
|
|
|
top: $header-height;
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/* position controls for apps with app-navigation */
|
|
|
|
|
|
|
|
.viewer-mode #app-navigation + #app-content #controls {
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
2017-10-16 19:00:56 +03:00
|
|
|
#app-navigation * {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2018-03-22 11:43:42 +03:00
|
|
|
#controls .actions {
|
2018-03-07 12:29:09 +03:00
|
|
|
> div,
|
|
|
|
& {
|
|
|
|
> .button, button {
|
2016-12-22 13:17:58 +03:00
|
|
|
box-sizing: border-box;
|
|
|
|
display: inline-block;
|
2018-03-22 11:43:42 +03:00
|
|
|
display: flex;
|
2016-12-22 13:17:58 +03:00
|
|
|
height: 36px;
|
2018-03-22 11:43:42 +03:00
|
|
|
width: 36px;
|
2018-11-05 19:27:09 +03:00
|
|
|
padding: 9px; // width - border - icon width = 18px
|
2018-03-22 11:43:42 +03:00
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
2018-03-07 12:29:09 +03:00
|
|
|
.button.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-06-18 14:12:03 +03:00
|
|
|
/* EMPTY CONTENT DISPLAY ------------------------------------------------------------ */
|
|
|
|
|
|
|
|
#emptycontent,
|
|
|
|
.emptycontent {
|
2018-06-03 22:06:27 +03:00
|
|
|
color: var(--color-text-maxcontrast);
|
2016-12-22 13:17:58 +03:00
|
|
|
text-align: center;
|
|
|
|
margin-top: 30vh;
|
|
|
|
width: 100%;
|
2018-06-18 14:12:03 +03:00
|
|
|
#app-sidebar & {
|
|
|
|
margin-top: 10vh;
|
|
|
|
}
|
|
|
|
.emptycontent-search {
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
[class^='icon-'],
|
|
|
|
[class*='icon-'] {
|
|
|
|
background-size: 64px;
|
|
|
|
height: 64px;
|
|
|
|
width: 64px;
|
|
|
|
margin: 0 auto 15px;
|
|
|
|
&:not([class^='icon-loading']),
|
|
|
|
&:not([class*='icon-loading']) {
|
|
|
|
opacity: .4;
|
|
|
|
}
|
|
|
|
}
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/* LOG IN & INSTALLATION ------------------------------------------------------------ */
|
|
|
|
|
|
|
|
#datadirContent label {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* strengthify wrapper */
|
|
|
|
|
|
|
|
/* General new input field look */
|
|
|
|
|
|
|
|
/* Nicely grouping input field sets */
|
|
|
|
|
|
|
|
.grouptop, .groupmiddle, .groupbottom {
|
|
|
|
position: relative;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Show password toggle */
|
|
|
|
|
|
|
|
#show, #dbpassword {
|
|
|
|
position: absolute;
|
|
|
|
right: 1em;
|
|
|
|
top: .8em;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#show + label, #dbpassword + label {
|
|
|
|
right: 21px;
|
|
|
|
top: 15px !important;
|
|
|
|
margin: -14px !important;
|
|
|
|
padding: 14px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#show:checked + label, #dbpassword:checked + label, #personal-show:checked + label {
|
|
|
|
opacity: .8;
|
|
|
|
}
|
|
|
|
|
|
|
|
#show + label, #dbpassword + label, #personal-show + label {
|
|
|
|
position: absolute !important;
|
|
|
|
height: 20px;
|
|
|
|
width: 24px;
|
2019-01-16 16:49:03 +03:00
|
|
|
background-image: var(--icon-toggle-000);
|
2016-12-22 13:17:58 +03:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
opacity: .3;
|
|
|
|
}
|
|
|
|
|
2019-01-25 14:00:16 +03:00
|
|
|
/* Feedback for keyboard focus and mouse hover */
|
|
|
|
#show,
|
|
|
|
#dbpassword,
|
|
|
|
#personal-show {
|
|
|
|
&:focus + label {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
+ label:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-22 13:17:58 +03:00
|
|
|
#show + label:before, #dbpassword + label:before, #personal-show + label:before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pass2, input[name='personal-password-clone'] {
|
2017-01-21 21:19:34 +03:00
|
|
|
padding-right: 30px;
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
|
2017-01-25 14:05:43 +03:00
|
|
|
.personal-show-container {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
2016-12-22 13:17:58 +03:00
|
|
|
#personal-show + label {
|
|
|
|
display: block;
|
2017-01-25 14:05:43 +03:00
|
|
|
right: 0;
|
2019-01-25 14:00:16 +03:00
|
|
|
margin-top: -43px;
|
|
|
|
margin-right: -4px;
|
2019-01-16 16:49:03 +03:00
|
|
|
padding: 22px;
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Warnings and errors are the same */
|
|
|
|
|
|
|
|
#body-user .warning, #body-settings .warning {
|
|
|
|
margin-top: 8px;
|
|
|
|
padding: 5px;
|
2018-06-03 12:25:10 +03:00
|
|
|
border-radius: var(--border-radius);
|
2019-01-18 14:07:10 +03:00
|
|
|
color: var(--color-primary-text);
|
|
|
|
background-color: var(--color-warning);
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.warning {
|
|
|
|
legend, a {
|
2018-06-03 12:25:10 +03:00
|
|
|
color: var(--color-primary-text) !important;
|
2018-10-02 00:29:46 +03:00
|
|
|
font-weight: bold !important;
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-10-05 15:12:23 +03:00
|
|
|
.error:not(.toastify) {
|
2016-12-22 13:17:58 +03:00
|
|
|
a {
|
2020-10-05 15:12:23 +03:00
|
|
|
color: white !important;
|
2018-10-02 00:29:46 +03:00
|
|
|
font-weight: bold !important;
|
2016-12-22 13:17:58 +03:00
|
|
|
&.button {
|
2018-06-03 22:06:27 +03:00
|
|
|
color: var(--color-text-lighter) !important;
|
2016-12-22 13:17:58 +03:00
|
|
|
display: inline-block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
pre {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.error-wide {
|
|
|
|
width: 700px;
|
|
|
|
margin-left: -200px !important;
|
|
|
|
.button {
|
|
|
|
color: black !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.warning-input {
|
2018-06-03 12:25:10 +03:00
|
|
|
border-color: var(--color-error) !important;
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
/* fixes for update page TODO should be fixed some time in a proper way */
|
|
|
|
/* this is just for an error while updating the ownCloud instance */
|
|
|
|
|
|
|
|
/* Alternative Logins */
|
|
|
|
|
|
|
|
#alternative-logins {
|
|
|
|
legend {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
height: 40px;
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Log in and install button */
|
|
|
|
|
|
|
|
#remember_login {
|
|
|
|
margin: 18px 5px 0 16px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Sticky footer */
|
|
|
|
|
|
|
|
/* round profile photos */
|
|
|
|
|
|
|
|
.avatar, .avatardiv {
|
|
|
|
border-radius: 50%;
|
|
|
|
flex-shrink: 0;
|
2019-12-20 14:11:54 +03:00
|
|
|
&> img {
|
2016-12-22 13:17:58 +03:00
|
|
|
border-radius: 50%;
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
td.avatar {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notification-container {
|
2018-08-27 16:24:51 +03:00
|
|
|
left: 50%;
|
|
|
|
max-width: 60%;
|
2018-08-03 16:07:55 +03:00
|
|
|
position: fixed;
|
2016-12-22 13:17:58 +03:00
|
|
|
top: 0;
|
|
|
|
text-align: center;
|
2018-08-27 16:24:51 +03:00
|
|
|
transform: translateX(-50%);
|
2018-08-03 16:07:55 +03:00
|
|
|
z-index: 8000;
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#notification {
|
|
|
|
margin: 0 auto;
|
|
|
|
z-index: 8000;
|
2018-06-03 12:25:10 +03:00
|
|
|
background-color: var(--color-main-background);
|
2016-12-22 13:17:58 +03:00
|
|
|
border: 0;
|
|
|
|
padding: 1px 8px;
|
|
|
|
display: none;
|
|
|
|
position: relative;
|
|
|
|
top: 0;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
opacity: .9;
|
|
|
|
span {
|
|
|
|
cursor: pointer;
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
|
|
|
max-height: 100px;
|
|
|
|
.row {
|
|
|
|
position: relative;
|
|
|
|
.close {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
&.closeable {
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
tr .action:not(.permanent), .selectedActions a {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
|
|
|
&:hover .action, &:focus .action, .action.permanent {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.selectedActions a {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr .action {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-action {
|
|
|
|
opacity: .8;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
|
|
|
&:hover .action:hover, &:focus .action:focus {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.selectedActions a {
|
|
|
|
&:hover, &:focus {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-action {
|
|
|
|
&:hover, &:focus {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
tbody tr {
|
|
|
|
&:hover, &:focus, &:active {
|
2018-06-03 22:06:27 +03:00
|
|
|
background-color: var(--color-background-dark);
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
|
|
|
font-family: 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono', monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pager {
|
|
|
|
list-style: none;
|
|
|
|
float: right;
|
|
|
|
display: inline;
|
|
|
|
margin: .7em 13em 0 0;
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-icon-circle-triangle-e {
|
|
|
|
background-image: url('../img/actions/play-next.svg?v=1');
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-icon-circle-triangle-w {
|
|
|
|
background-image: url('../img/actions/play-previous.svg?v=1');
|
|
|
|
}
|
|
|
|
|
2017-07-13 16:15:29 +03:00
|
|
|
/* ---- jQuery UI datepicker ---- */
|
|
|
|
.ui-widget.ui-datepicker {
|
|
|
|
margin-top: 10px;
|
2017-07-14 16:14:25 +03:00
|
|
|
padding: 4px 8px;
|
2017-07-17 12:08:40 +03:00
|
|
|
width: auto;
|
2018-06-03 12:25:10 +03:00
|
|
|
border-radius: var(--border-radius);
|
2017-08-25 15:03:18 +03:00
|
|
|
border: none;
|
2018-08-02 23:40:52 +03:00
|
|
|
z-index: 1600 !important; // above sidebar
|
2017-07-13 16:15:29 +03:00
|
|
|
|
|
|
|
.ui-state-default,
|
|
|
|
.ui-widget-content .ui-state-default,
|
|
|
|
.ui-widget-header .ui-state-default {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
background: inherit;
|
|
|
|
}
|
|
|
|
.ui-widget-header {
|
2017-07-17 12:08:40 +03:00
|
|
|
padding: 7px;
|
2017-07-13 16:15:29 +03:00
|
|
|
font-size: 13px;
|
2017-07-17 12:08:40 +03:00
|
|
|
border: none;
|
2018-06-03 12:25:10 +03:00
|
|
|
background-color: var(--color-main-background);
|
|
|
|
color: var(--color-main-text);
|
2017-07-13 16:15:29 +03:00
|
|
|
|
|
|
|
.ui-datepicker-title {
|
|
|
|
line-height: 1;
|
2018-10-02 00:29:46 +03:00
|
|
|
font-weight: normal;
|
2017-07-13 16:15:29 +03:00
|
|
|
}
|
|
|
|
.ui-icon {
|
|
|
|
opacity: .5;
|
|
|
|
|
2017-07-17 12:08:40 +03:00
|
|
|
&.ui-icon-circle-triangle-e {
|
|
|
|
background: url("../img/actions/arrow-right.svg") center center no-repeat;
|
|
|
|
}
|
|
|
|
&.ui-icon-circle-triangle-w {
|
|
|
|
background: url("../img/actions/arrow-left.svg") center center no-repeat;
|
|
|
|
}
|
|
|
|
}
|
2017-07-13 16:15:29 +03:00
|
|
|
.ui-state-hover .ui-icon {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ui-datepicker-calendar {
|
2017-07-14 16:05:41 +03:00
|
|
|
th {
|
|
|
|
font-weight: normal;
|
2018-06-03 22:06:27 +03:00
|
|
|
color: var(--color-text-lighter);
|
2017-07-21 10:12:38 +03:00
|
|
|
opacity: .8;
|
2018-03-01 23:44:01 +03:00
|
|
|
width: 26px;
|
|
|
|
padding: 2px;
|
2017-07-14 16:05:41 +03:00
|
|
|
}
|
|
|
|
tr:hover {
|
|
|
|
background-color: inherit;
|
2017-07-13 16:15:29 +03:00
|
|
|
}
|
|
|
|
td {
|
2017-07-14 16:05:41 +03:00
|
|
|
&.ui-datepicker-today a:not(.ui-state-hover) {
|
2018-06-03 22:06:27 +03:00
|
|
|
background-color: var(--color-background-darker);
|
2017-07-13 16:15:29 +03:00
|
|
|
}
|
|
|
|
|
2017-07-17 12:08:40 +03:00
|
|
|
&.ui-datepicker-current-day a.ui-state-active,
|
2017-07-14 16:05:41 +03:00
|
|
|
.ui-state-hover,
|
|
|
|
.ui-state-focus {
|
2018-06-03 12:25:10 +03:00
|
|
|
background-color: var(--color-primary);
|
|
|
|
color: var(--color-primary-text);
|
2017-07-14 16:05:41 +03:00
|
|
|
font-weight: bold;
|
2017-07-13 16:15:29 +03:00
|
|
|
}
|
2017-07-17 12:08:40 +03:00
|
|
|
|
2017-12-13 13:10:52 +03:00
|
|
|
&.ui-datepicker-week-end:not(.ui-state-disabled) :not(.ui-state-hover),
|
2017-07-17 12:08:40 +03:00
|
|
|
.ui-priority-secondary:not(.ui-state-hover) {
|
2018-06-03 22:06:27 +03:00
|
|
|
color: var(--color-text-lighter);
|
2017-07-21 10:12:38 +03:00
|
|
|
opacity: .8;
|
2017-07-17 12:08:40 +03:00
|
|
|
}
|
2017-07-13 16:15:29 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-22 13:17:58 +03:00
|
|
|
.ui-datepicker-prev, .ui-datepicker-next {
|
2018-06-03 22:06:27 +03:00
|
|
|
border: var(--color-border-dark);
|
2018-06-03 12:25:10 +03:00
|
|
|
background: var(--color-main-background);
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
|
2017-11-03 17:00:36 +03:00
|
|
|
|
|
|
|
/* ---- jQuery UI timepicker ---- */
|
|
|
|
.ui-widget.ui-timepicker {
|
|
|
|
margin-top: 10px !important;
|
|
|
|
width: auto !important;
|
2018-06-03 12:25:10 +03:00
|
|
|
border-radius: var(--border-radius);
|
2018-08-15 17:44:10 +03:00
|
|
|
z-index: 1600 !important;
|
2017-11-03 17:00:36 +03:00
|
|
|
|
|
|
|
.ui-widget-content {
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-state-default,
|
|
|
|
.ui-widget-content .ui-state-default,
|
|
|
|
.ui-widget-header .ui-state-default {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
background: inherit;
|
|
|
|
}
|
|
|
|
.ui-widget-header {
|
|
|
|
padding: 7px;
|
|
|
|
font-size: 13px;
|
|
|
|
border: none;
|
2018-06-03 12:25:10 +03:00
|
|
|
background-color: var(--color-main-background);
|
|
|
|
color: var(--color-main-text);
|
2017-11-03 17:00:36 +03:00
|
|
|
|
|
|
|
.ui-timepicker-title {
|
|
|
|
line-height: 1;
|
2018-10-02 00:29:46 +03:00
|
|
|
font-weight: normal;
|
2017-11-03 17:00:36 +03:00
|
|
|
}
|
|
|
|
}
|
2017-12-13 13:10:52 +03:00
|
|
|
/* AM/PM fix */
|
2017-12-20 12:37:33 +03:00
|
|
|
table.ui-timepicker tr .ui-timepicker-hour-cell:first-child {
|
|
|
|
margin-left: 30px;
|
2017-12-13 13:10:52 +03:00
|
|
|
}
|
2017-11-03 17:00:36 +03:00
|
|
|
.ui-timepicker-table {
|
|
|
|
th {
|
|
|
|
font-weight: normal;
|
2018-06-03 22:06:27 +03:00
|
|
|
color: var(--color-text-lighter);
|
2017-11-03 17:00:36 +03:00
|
|
|
opacity: .8;
|
2017-12-20 12:37:33 +03:00
|
|
|
&.periods {
|
|
|
|
padding: 0;
|
|
|
|
width: 30px;
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
2017-11-03 17:00:36 +03:00
|
|
|
}
|
|
|
|
tr:hover {
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
&.ui-timepicker-hour-cell a.ui-state-active,
|
|
|
|
&.ui-timepicker-minute-cell a.ui-state-active,
|
|
|
|
.ui-state-hover,
|
|
|
|
.ui-state-focus {
|
2018-06-03 12:25:10 +03:00
|
|
|
background-color: var(--color-primary);
|
|
|
|
color: var(--color-primary-text);
|
2017-11-03 17:00:36 +03:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.ui-timepicker-minutes:not(.ui-state-hover) {
|
2018-06-03 22:06:27 +03:00
|
|
|
color: var(--color-text-lighter);
|
2017-11-03 17:00:36 +03:00
|
|
|
}
|
2017-11-03 18:26:13 +03:00
|
|
|
|
|
|
|
&.ui-timepicker-hours {
|
2018-06-03 12:25:10 +03:00
|
|
|
border-right: 1px solid var(--color-border);
|
2017-11-03 18:26:13 +03:00
|
|
|
}
|
2017-11-03 17:00:36 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-12-13 13:10:52 +03:00
|
|
|
/* ---- jQuery UI datepicker & timepicker global rules ---- */
|
|
|
|
.ui-widget.ui-datepicker .ui-datepicker-calendar,
|
|
|
|
.ui-widget.ui-timepicker table.ui-timepicker {
|
|
|
|
tr {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
justify-content: space-between;
|
|
|
|
td {
|
2018-03-01 23:44:01 +03:00
|
|
|
flex: 1 1 auto;
|
2017-12-13 13:10:52 +03:00
|
|
|
margin: 0;
|
|
|
|
padding: 2px;
|
2018-03-01 23:44:01 +03:00
|
|
|
height: 26px;
|
|
|
|
width: 26px;
|
2017-12-13 13:10:52 +03:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
> * {
|
|
|
|
border-radius: 50%;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: normal;
|
2018-06-03 12:25:10 +03:00
|
|
|
color: var(--color-main-text);
|
2017-12-13 13:10:52 +03:00
|
|
|
display: block;
|
|
|
|
line-height: 18px;
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
padding: 3px;
|
|
|
|
font-size: .9em;
|
2017-11-03 18:26:13 +03:00
|
|
|
}
|
2017-11-03 17:00:36 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-22 13:17:58 +03:00
|
|
|
/* ---- DIALOGS ---- */
|
|
|
|
#oc-dialog-filepicker-content {
|
2018-10-23 11:38:00 +03:00
|
|
|
position: relative;
|
2020-03-27 15:31:50 +03:00
|
|
|
display: flex;
|
|
|
|
flex-direction:column;
|
2018-10-23 11:38:00 +03:00
|
|
|
|
2016-12-22 13:17:58 +03:00
|
|
|
.dirtree {
|
2017-11-07 17:34:11 +03:00
|
|
|
flex-wrap: wrap;
|
2018-10-01 22:19:48 +03:00
|
|
|
padding-left: 12px;
|
2018-12-22 13:31:32 +03:00
|
|
|
padding-right: 0px;
|
2018-10-23 11:38:00 +03:00
|
|
|
box-sizing: border-box;
|
2018-10-01 22:19:48 +03:00
|
|
|
|
2016-12-22 13:17:58 +03:00
|
|
|
div:first-child a {
|
2019-01-17 12:59:50 +03:00
|
|
|
background-image: var(--icon-home-000);
|
2016-12-22 13:17:58 +03:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: left center;
|
|
|
|
}
|
|
|
|
span {
|
|
|
|
&:not(:last-child) {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
&:last-child {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
&:not(:last-child)::after {
|
|
|
|
content: '>';
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-10-23 11:38:00 +03:00
|
|
|
|
|
|
|
/* Grid view toggle */
|
|
|
|
#picker-view-toggle {
|
|
|
|
position: absolute;
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 22px;
|
|
|
|
opacity: .5;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
2019-01-16 16:49:03 +03:00
|
|
|
|
2018-10-23 17:49:56 +03:00
|
|
|
// keyboard focus
|
|
|
|
#picker-showgridview:focus + #picker-view-toggle {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
2019-01-16 16:49:03 +03:00
|
|
|
|
2018-12-14 14:35:15 +03:00
|
|
|
.actions.creatable {
|
|
|
|
flex-wrap: wrap;
|
|
|
|
padding: 0px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: inline-flex;
|
|
|
|
float: none;
|
2018-12-22 13:31:32 +03:00
|
|
|
max-height: 36px;
|
|
|
|
max-width: 36px;
|
2018-12-14 14:35:15 +03:00
|
|
|
background-color: var(--color-background-dark);
|
|
|
|
border: 1px solid var(--color-border-dark);
|
|
|
|
border-radius: var(--border-radius-pill);
|
2019-09-05 13:41:02 +03:00
|
|
|
position: relative;
|
2020-03-27 15:31:50 +03:00
|
|
|
left: 15px;
|
|
|
|
top:3px;
|
|
|
|
order:1;
|
2019-01-16 16:49:03 +03:00
|
|
|
|
2018-12-14 14:35:15 +03:00
|
|
|
.icon.icon-add{
|
|
|
|
background-image: var(--icon-add-000);
|
|
|
|
background-size: 16px 16px;
|
2019-03-22 12:36:19 +03:00
|
|
|
width: 34px;
|
|
|
|
height: 34px;
|
2019-01-16 16:49:03 +03:00
|
|
|
margin: 0px;
|
2019-03-22 12:36:19 +03:00
|
|
|
opacity: 0.5;
|
2018-12-14 14:35:15 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2018-12-22 13:31:32 +03:00
|
|
|
width: 36px;
|
2018-12-14 14:35:15 +03:00
|
|
|
padding: 0px;
|
|
|
|
position: static;
|
|
|
|
}
|
2018-12-20 16:34:26 +03:00
|
|
|
|
|
|
|
.menu {
|
|
|
|
top:100%;
|
|
|
|
margin:10px;
|
2019-03-22 12:36:19 +03:00
|
|
|
margin-left: 1px;
|
2018-12-20 16:34:26 +03:00
|
|
|
form {
|
|
|
|
display:flex;
|
|
|
|
margin:10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-12-14 14:35:15 +03:00
|
|
|
}
|
2018-10-23 11:38:00 +03:00
|
|
|
|
2016-12-22 13:17:58 +03:00
|
|
|
.filelist-container {
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: inline-block;
|
|
|
|
overflow-y: auto;
|
2020-03-27 15:31:50 +03:00
|
|
|
flex: 1;
|
|
|
|
/*height: 100%;*/
|
2018-10-01 22:23:10 +03:00
|
|
|
/* overflow under the button row */
|
2016-12-22 13:17:58 +03:00
|
|
|
width: 100%;
|
2018-10-01 22:23:10 +03:00
|
|
|
overflow-x: hidden;
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
.emptycontent {
|
2019-02-27 18:24:05 +03:00
|
|
|
color: var(--color-text-maxcontrast);
|
2016-12-22 13:17:58 +03:00
|
|
|
text-align: center;
|
|
|
|
margin-top: 80px;
|
|
|
|
width: 100%;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.filelist {
|
2018-06-03 12:25:10 +03:00
|
|
|
background-color: var(--color-main-background);
|
2016-12-22 13:17:58 +03:00
|
|
|
width: 100%;
|
|
|
|
}
|
2018-11-29 16:05:10 +03:00
|
|
|
#picker-filestable.filelist {
|
2016-12-22 13:17:58 +03:00
|
|
|
/* prevent the filepicker to overflow */
|
|
|
|
min-width: initial;
|
|
|
|
margin-bottom: 50px;
|
2018-11-08 15:30:39 +03:00
|
|
|
thead {
|
|
|
|
tr {
|
|
|
|
border-bottom: 1px solid var(--color-border);
|
|
|
|
background-color: var(--color-main-background);
|
|
|
|
th {
|
2018-11-16 16:50:40 +03:00
|
|
|
width: 80%;
|
2018-11-08 15:30:39 +03:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
th .columntitle {
|
|
|
|
display: block;
|
|
|
|
padding: 15px;
|
|
|
|
height: 50px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
th .columntitle.name {
|
|
|
|
padding-left: 5px;
|
|
|
|
margin-left: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
th .sort-indicator {
|
|
|
|
width: 10px;
|
|
|
|
height: 8px;
|
|
|
|
margin-left: 5px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
opacity: .3;
|
|
|
|
}
|
|
|
|
.sort-indicator.hidden,
|
|
|
|
th:hover .sort-indicator.hidden,
|
|
|
|
th:focus .sort-indicator.hidden {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
th:hover .sort-indicator.hidden,
|
|
|
|
th:focus .sort-indicator.hidden {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
2016-12-22 13:17:58 +03:00
|
|
|
td {
|
|
|
|
padding: 14px;
|
2018-06-03 12:25:10 +03:00
|
|
|
border-bottom: 1px solid var(--color-border);
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
tr:last-child td {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
.filename {
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
background-size: 32px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
padding-left: 51px;
|
|
|
|
background-position: 7px 7px;
|
|
|
|
cursor: pointer;
|
2019-03-30 12:28:42 +03:00
|
|
|
// avoid taking full width
|
|
|
|
max-width: 0;
|
|
|
|
.filename-parts {
|
|
|
|
display: flex;
|
|
|
|
&__first {
|
|
|
|
overflow: hidden;
|
2019-09-23 20:54:42 +03:00
|
|
|
white-space: pre;
|
2019-03-30 12:28:42 +03:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
2019-10-25 04:52:31 +03:00
|
|
|
&__last {
|
|
|
|
white-space: pre;
|
|
|
|
}
|
2019-03-30 12:28:42 +03:00
|
|
|
}
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
.filesize, .date {
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
.filesize {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2018-10-23 11:04:03 +03:00
|
|
|
&.view-grid {
|
|
|
|
$grid-size: 120px;
|
|
|
|
$grid-pad: 10px;
|
2018-10-31 02:02:26 +03:00
|
|
|
$name-height: 30px;
|
2018-10-23 11:04:03 +03:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
tbody {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: repeat(auto-fill, $grid-size);
|
|
|
|
justify-content: space-around;
|
|
|
|
row-gap: 15px;
|
|
|
|
margin: 15px 0;
|
|
|
|
|
|
|
|
tr {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
border-radius: var(--border-radius);
|
|
|
|
padding: $grid-pad;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
width: $grid-size - 2 * $grid-pad;
|
|
|
|
|
2018-10-31 08:52:11 +03:00
|
|
|
|
2018-10-23 11:04:03 +03:00
|
|
|
td {
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
2018-10-31 02:02:26 +03:00
|
|
|
text-align: center;
|
2018-10-31 08:52:11 +03:00
|
|
|
border-radius: var(--border-radius);
|
2018-10-23 11:04:03 +03:00
|
|
|
|
|
|
|
&.filename {
|
|
|
|
padding: #{$grid-size - 2 * $grid-pad} 0 0 0;
|
|
|
|
background-position: center top;
|
|
|
|
background-size: contain;
|
|
|
|
line-height: $name-height;
|
2018-11-29 16:05:10 +03:00
|
|
|
max-width: none;
|
2019-03-30 12:28:42 +03:00
|
|
|
.filename-parts {
|
|
|
|
justify-content: center;
|
|
|
|
}
|
2018-10-23 11:04:03 +03:00
|
|
|
}
|
|
|
|
&.filesize {
|
2018-10-31 02:02:26 +03:00
|
|
|
line-height: $name-height / 3;
|
|
|
|
width: 100%;
|
2018-10-23 11:04:03 +03:00
|
|
|
}
|
|
|
|
&.date {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
.filepicker_element_selected {
|
2018-10-23 11:04:03 +03:00
|
|
|
background-color: var(--color-background-darker);
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-dialog {
|
|
|
|
position: fixed !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.ui-icon {
|
|
|
|
float: left;
|
|
|
|
margin: 3px 7px 30px 0;
|
|
|
|
}
|
|
|
|
|
2017-01-24 09:47:14 +03:00
|
|
|
/* ---- CONTACTS MENU ---- */
|
|
|
|
|
|
|
|
#contactsmenu {
|
|
|
|
.menutoggle {
|
|
|
|
background-size: 16px 16px;
|
|
|
|
padding: 14px;
|
|
|
|
cursor: pointer;
|
2018-07-20 13:18:11 +03:00
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus,
|
|
|
|
&:active {
|
|
|
|
opacity: 1 !important;
|
|
|
|
}
|
2017-01-24 09:47:14 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-01-08 17:22:44 +03:00
|
|
|
#header .header-right > div#contactsmenu > .menu {
|
2020-01-10 15:44:13 +03:00
|
|
|
/* show 2.5 to 4.5 entries depending on the screen height */
|
|
|
|
height: calc(100vh - 50px * 3);
|
|
|
|
max-height: calc(50px * 4.5 + 50px);
|
|
|
|
min-height: calc(50px * 3.5);
|
2017-01-24 09:47:14 +03:00
|
|
|
width: 350px;
|
|
|
|
|
|
|
|
.emptycontent {
|
|
|
|
margin-top: 5vh !important;
|
|
|
|
margin-bottom: 2vh;
|
2017-04-25 11:05:49 +03:00
|
|
|
.icon-loading,
|
2017-01-24 09:47:14 +03:00
|
|
|
.icon-search {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
2020-01-08 17:22:44 +03:00
|
|
|
/* fixed max height of the parent container without the search input */
|
2020-01-10 15:44:13 +03:00
|
|
|
height: calc(100vh - 50px * 3 - 50px);
|
|
|
|
max-height: calc(50px * 4.5);
|
|
|
|
min-height: calc(50px * 3.5 - 50px);
|
2017-01-24 09:47:14 +03:00
|
|
|
overflow-y: auto;
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
padding: 12px 0;
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.contact {
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
align-items: center;
|
|
|
|
padding: 3px 3px 3px 10px;
|
2018-06-03 12:25:10 +03:00
|
|
|
border-bottom: 1px solid var(--color-border);
|
2017-01-24 09:47:14 +03:00
|
|
|
|
|
|
|
:last-of-type {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
height: 32px;
|
|
|
|
width: 32px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.body {
|
|
|
|
flex-grow: 1;
|
|
|
|
padding-left: 8px;
|
|
|
|
|
|
|
|
div {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-name, .last-message {
|
|
|
|
/* TODO: don't use fixed width */
|
|
|
|
max-width: 204px;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
.last-message {
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-action, .second-action, .other-actions {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
padding: 14px;
|
|
|
|
opacity: .5;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* actions menu */
|
|
|
|
.menu {
|
|
|
|
top: 47px;
|
|
|
|
margin-right: 13px;
|
|
|
|
}
|
|
|
|
.popovermenu::after {
|
|
|
|
right: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#contactsmenu-search {
|
|
|
|
width: calc(100% - 16px);
|
|
|
|
margin: 8px;
|
2017-11-27 15:31:22 +03:00
|
|
|
height: 34px;
|
2017-01-24 09:47:14 +03:00
|
|
|
}
|
|
|
|
|
2016-12-22 13:17:58 +03:00
|
|
|
/* ---- TOOLTIPS ---- */
|
|
|
|
|
|
|
|
.extra-data {
|
|
|
|
padding-right: 5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ---- TAGS ---- */
|
|
|
|
|
|
|
|
#tagsdialog {
|
|
|
|
.content {
|
|
|
|
width: 100%;
|
|
|
|
height: 280px;
|
|
|
|
}
|
|
|
|
.scrollarea {
|
|
|
|
overflow: auto;
|
2018-06-03 22:06:27 +03:00
|
|
|
border: 1px solid var(--color-background-darker);
|
2016-12-22 13:17:58 +03:00
|
|
|
width: 100%;
|
|
|
|
height: 240px;
|
|
|
|
}
|
|
|
|
.bottombuttons {
|
|
|
|
width: 100%;
|
|
|
|
height: 30px;
|
|
|
|
* {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.taglist li {
|
2018-06-03 22:06:27 +03:00
|
|
|
background: var(--color-background-dark);
|
2016-12-22 13:17:58 +03:00
|
|
|
padding: .3em .8em;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
-webkit-transition: background-color 500ms;
|
|
|
|
transition: background-color 500ms;
|
|
|
|
&:hover, &:active {
|
2018-06-03 22:06:27 +03:00
|
|
|
background: var(--color-background-darker);
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.addinput {
|
|
|
|
width: 90%;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* ---- BREADCRUMB ---- */
|
2017-11-07 17:12:11 +03:00
|
|
|
.breadcrumb {
|
2017-11-03 14:53:21 +03:00
|
|
|
display: inline-flex;
|
|
|
|
}
|
2016-12-22 13:17:58 +03:00
|
|
|
div.crumb {
|
2017-11-03 14:53:21 +03:00
|
|
|
display: inline-flex;
|
2016-12-22 13:17:58 +03:00
|
|
|
background-image: url('../img/breadcrumb.svg?v=1');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: right center;
|
|
|
|
height: 44px;
|
|
|
|
background-size: auto 24px;
|
2017-11-04 11:37:21 +03:00
|
|
|
flex: 0 0 auto;
|
2017-11-04 15:02:15 +03:00
|
|
|
order: 1;
|
2017-11-07 17:12:11 +03:00
|
|
|
padding-right: 7px;
|
2017-11-04 15:02:15 +03:00
|
|
|
&.crumbmenu {
|
|
|
|
order: 2;
|
|
|
|
position: relative;
|
|
|
|
a {
|
|
|
|
opacity: 0.5
|
|
|
|
}
|
2017-11-08 21:03:32 +03:00
|
|
|
&.canDropChildren,
|
|
|
|
&.canDrop {
|
|
|
|
.popovermenu {
|
|
|
|
display: block;
|
|
|
|
}
|
2017-11-08 18:56:58 +03:00
|
|
|
}
|
2017-11-04 15:02:15 +03:00
|
|
|
// Fix because of the display flex
|
|
|
|
.popovermenu {
|
|
|
|
top: 100%;
|
|
|
|
margin-right: 3px;
|
2017-11-08 15:39:39 +03:00
|
|
|
ul {
|
|
|
|
max-height: 345px;
|
2017-11-09 20:46:08 +03:00
|
|
|
overflow-y: auto;
|
|
|
|
overflow-x: hidden;
|
|
|
|
padding-right: 5px;
|
2017-11-08 18:56:58 +03:00
|
|
|
li.canDrop span:first-child {
|
|
|
|
background-image: url('../img/filetypes/folder-drag-accept.svg?v=1') !important;
|
|
|
|
}
|
2017-11-08 15:39:39 +03:00
|
|
|
}
|
2017-11-04 19:47:38 +03:00
|
|
|
.in-breadcrumb {
|
|
|
|
display: none;
|
|
|
|
}
|
2017-11-04 15:02:15 +03:00
|
|
|
}
|
|
|
|
}
|
2016-12-22 13:17:58 +03:00
|
|
|
&.hidden {
|
|
|
|
display: none;
|
2017-11-04 15:02:15 +03:00
|
|
|
~ .crumb {
|
|
|
|
order: 3;
|
|
|
|
}
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
2017-11-04 15:02:15 +03:00
|
|
|
> a,
|
2017-11-04 11:37:21 +03:00
|
|
|
> span {
|
2016-12-22 13:17:58 +03:00
|
|
|
position: relative;
|
2017-11-07 17:12:11 +03:00
|
|
|
padding: 12px;
|
2017-11-04 15:02:15 +03:00
|
|
|
opacity: 0.5;
|
2017-11-03 14:53:21 +03:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
2017-11-08 18:00:40 +03:00
|
|
|
flex: 0 0 auto;
|
2018-10-01 22:19:48 +03:00
|
|
|
// Some sane max-width for each folder name
|
|
|
|
max-width: 200px;
|
|
|
|
|
2019-10-05 10:53:07 +03:00
|
|
|
&.icon-home,
|
|
|
|
&.icon-delete {
|
2017-11-04 19:47:38 +03:00
|
|
|
// Hide home text
|
|
|
|
text-indent: -9999px;
|
|
|
|
}
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
2017-11-04 15:02:15 +03:00
|
|
|
> a[class^='icon-'] {
|
|
|
|
padding: 0;
|
|
|
|
width: 44px;
|
|
|
|
}
|
2017-11-04 11:37:21 +03:00
|
|
|
&:not(:first-child) a {
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
2017-11-04 11:37:21 +03:00
|
|
|
&:last-child {
|
2018-10-02 00:29:46 +03:00
|
|
|
font-weight: bold;
|
2016-12-22 13:17:58 +03:00
|
|
|
margin-right: 10px;
|
2017-11-07 17:22:35 +03:00
|
|
|
// Allow multiple span next to the main 'a'
|
|
|
|
a ~ span {
|
|
|
|
padding-left: 0;
|
2017-11-04 11:37:21 +03:00
|
|
|
}
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
&:hover, &:focus, a:focus, &:active {
|
2018-07-20 21:51:28 +03:00
|
|
|
opacity: 1;
|
|
|
|
|
2017-11-04 15:02:15 +03:00
|
|
|
> a,
|
|
|
|
> span {
|
|
|
|
opacity: .7;
|
|
|
|
}
|
2016-12-22 13:17:58 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* some feedback for hover/tap on breadcrumbs */
|
|
|
|
|
|
|
|
.appear {
|
|
|
|
opacity: 1;
|
|
|
|
-webkit-transition: opacity 500ms ease 0s;
|
|
|
|
-moz-transition: opacity 500ms ease 0s;
|
|
|
|
-ms-transition: opacity 500ms ease 0s;
|
|
|
|
-o-transition: opacity 500ms ease 0s;
|
|
|
|
transition: opacity 500ms ease 0s;
|
|
|
|
&.transparent {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* LEGACY FIX only - do not use fieldsets for settings */
|
|
|
|
|
|
|
|
fieldset {
|
|
|
|
&.warning legend, &.update legend {
|
|
|
|
top: 18px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
&.warning legend + p, &.update legend + p {
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* for IE10 */
|
|
|
|
@-ms-viewport {
|
|
|
|
width: device-width;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* hidden input type=file field */
|
|
|
|
|
|
|
|
.hiddenuploadfield {
|
2017-02-21 22:09:20 +03:00
|
|
|
display: none;
|
2016-12-22 13:17:58 +03:00
|
|
|
width: 0;
|
|
|
|
height: 0;
|
|
|
|
opacity: 0;
|
|
|
|
}
|