apps.css 61 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687
  1. @charset "UTF-8";
  2. /**
  3. * @copyright Copyright (c) 2018, John Molakvoæ (skjnldsv@protonmail.com)
  4. *
  5. * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  6. *
  7. * @license GNU AGPL version 3 or any later version
  8. *
  9. * This program is free software: you can redistribute it and/or modify
  10. * it under the terms of the GNU Affero General Public License as
  11. * published by the Free Software Foundation, either version 3 of the
  12. * License, or (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU Affero General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU Affero General Public License
  20. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. *
  22. */
  23. /**
  24. * @copyright Copyright (c) 2016-2017, John Molakvoæ <skjnldsv@protonmail.com>
  25. * @copyright Copyright (c) 2016, Julius Haertl <jus@bitgrid.net>
  26. * @copyright Copyright (c) 2016, Morris Jobke <hey@morrisjobke.de>
  27. * @copyright Copyright (c) 2016, pgys <info@pexlab.space>
  28. * @copyright Copyright (c) 2016, Lukas Reschke <lukas@statuscode.ch>
  29. * @copyright Copyright (c) 2016, Stefan Weil <sw@weilnetz.de>
  30. * @copyright Copyright (c) 2016, Roeland Jago Douma <rullzer@owncloud.com>
  31. * @copyright Copyright (c) 2016, jowi <sjw@gmx.ch>
  32. * @copyright Copyright (c) 2015, Hendrik Leppelsack <hendrik@leppelsack.de>
  33. * @copyright Copyright (c) 2015, Thomas Müller <thomas.mueller@tmit.eu>
  34. * @copyright Copyright (c) 2015, Vincent Petry <pvince81@owncloud.com>
  35. * @copyright Copyright (c) 2014-2017, Jan-Christoph Borchardt <hey@jancborchardt.net>
  36. *
  37. * @license GNU AGPL version 3 or any later version
  38. *
  39. */
  40. /**
  41. * @copyright Copyright (c) 2018, John Molakvoæ (skjnldsv@protonmail.com)
  42. *
  43. * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  44. *
  45. * @license GNU AGPL version 3 or any later version
  46. *
  47. * This program is free software: you can redistribute it and/or modify
  48. * it under the terms of the GNU Affero General Public License as
  49. * published by the Free Software Foundation, either version 3 of the
  50. * License, or (at your option) any later version.
  51. *
  52. * This program is distributed in the hope that it will be useful,
  53. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  54. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  55. * GNU Affero General Public License for more details.
  56. *
  57. * You should have received a copy of the GNU Affero General Public License
  58. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  59. *
  60. */
  61. /**
  62. * @see core/src/icons.js
  63. */
  64. /**
  65. * SVG COLOR API
  66. *
  67. * @param string $icon the icon filename
  68. * @param string $dir the icon folder within /core/img if $core or app name
  69. * @param string $color the desired color in hexadecimal
  70. * @param int $version the version of the file
  71. * @param bool [$core] search icon in core
  72. *
  73. * @returns A background image with the url to the set to the requested icon.
  74. */
  75. :root {
  76. --body-container-margin: calc(var(--default-grid-baseline) * 2);
  77. /* - 2px is required for making it look nice */
  78. --body-container-radius: calc(var(--default-clickable-area) / 2 + var(--default-grid-baseline) * 2 - 2px);
  79. --body-height: calc(100% - env(safe-area-inset-bottom) - 50px - var(--body-container-margin));
  80. }
  81. @media screen and (max-width: 1024px) {
  82. :root {
  83. --body-container-margin: 0px;
  84. --body-container-radius: 0px;
  85. }
  86. }
  87. html {
  88. width: 100%;
  89. height: 100%;
  90. position: absolute;
  91. background-color: var(--color-main-background-plain, var(--color-main-background));
  92. background-image: var(--image-main-background);
  93. background-size: cover;
  94. background-position: center;
  95. }
  96. body {
  97. background-color: var(--color-main-background-plain, var(--color-main-background));
  98. background-image: var(--image-main-background);
  99. background-size: cover;
  100. background-position: center;
  101. position: fixed;
  102. width: 100%;
  103. height: calc(100vh - env(safe-area-inset-bottom));
  104. }
  105. /* BASE STYLING ------------------------------------------------------------ */
  106. h2 {
  107. font-weight: bold;
  108. font-size: 20px;
  109. margin-bottom: 12px;
  110. line-height: 30px;
  111. color: var(--color-text-light);
  112. }
  113. h3 {
  114. font-size: 16px;
  115. margin: 12px 0;
  116. color: var(--color-text-light);
  117. }
  118. h4 {
  119. font-size: 14px;
  120. }
  121. /* do not use italic typeface style, instead lighter color */
  122. em {
  123. font-style: normal;
  124. color: var(--color-text-lighter);
  125. }
  126. dl {
  127. padding: 12px 0;
  128. }
  129. dt,
  130. dd {
  131. display: inline-block;
  132. padding: 12px;
  133. padding-left: 0;
  134. }
  135. dt {
  136. width: 130px;
  137. white-space: nowrap;
  138. text-align: right;
  139. }
  140. kbd {
  141. padding: 4px 10px;
  142. border: 1px solid #ccc;
  143. box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  144. border-radius: var(--border-radius);
  145. display: inline-block;
  146. white-space: nowrap;
  147. }
  148. /* APP STYLING ------------------------------------------------------------ */
  149. #content[class*=app-] * {
  150. box-sizing: border-box;
  151. }
  152. /* APP-NAVIGATION ------------------------------------------------------------ */
  153. /* Navigation: folder like structure */
  154. #app-navigation:not(.vue) {
  155. --border-radius-pill: calc(var(--default-clickable-area) / 2);
  156. width: 300px;
  157. z-index: 500;
  158. overflow-y: auto;
  159. overflow-x: hidden;
  160. background-color: var(--color-main-background-blur);
  161. backdrop-filter: var(--filter-background-blur);
  162. -webkit-backdrop-filter: var(--filter-background-blur);
  163. -webkit-user-select: none;
  164. position: sticky;
  165. height: 100%;
  166. -moz-user-select: none;
  167. -ms-user-select: none;
  168. user-select: none;
  169. display: flex;
  170. flex-direction: column;
  171. flex-grow: 0;
  172. flex-shrink: 0;
  173. /* 'New' button */
  174. /**
  175. * Button styling for menu, edit and undo
  176. */
  177. /**
  178. * Collapsible menus
  179. */
  180. /**
  181. * App navigation utils, buttons and counters for drop down menu
  182. */
  183. /**
  184. * Editable entries
  185. */
  186. /**
  187. * Deleted entries with undo button
  188. */
  189. /**
  190. * Common rules for animation of undo and edit entries
  191. */
  192. /**
  193. * drag and drop
  194. */
  195. }
  196. #app-navigation:not(.vue) .app-navigation-new {
  197. display: block;
  198. padding: calc(var(--default-grid-baseline) * 2);
  199. }
  200. #app-navigation:not(.vue) .app-navigation-new button {
  201. display: inline-block;
  202. width: 100%;
  203. padding: 10px;
  204. padding-left: 34px;
  205. background-position: 10px center;
  206. text-align: left;
  207. margin: 0;
  208. }
  209. #app-navigation:not(.vue) li {
  210. position: relative;
  211. }
  212. #app-navigation:not(.vue) > ul {
  213. position: relative;
  214. height: 100%;
  215. width: 100%;
  216. overflow-x: hidden;
  217. overflow-y: auto;
  218. box-sizing: border-box;
  219. display: flex;
  220. flex-direction: column;
  221. padding: calc(var(--default-grid-baseline) * 2);
  222. padding-bottom: 0;
  223. /* Menu and submenu */
  224. }
  225. #app-navigation:not(.vue) > ul:last-child {
  226. padding-bottom: calc(var(--default-grid-baseline) * 2);
  227. }
  228. #app-navigation:not(.vue) > ul > li {
  229. display: inline-flex;
  230. flex-wrap: wrap;
  231. order: 1;
  232. flex-shrink: 0;
  233. margin: 0;
  234. margin-bottom: 3px;
  235. width: 100%;
  236. border-radius: var(--border-radius-pill);
  237. /* Pinned-to-bottom entries */
  238. /* align loader */
  239. /* hide deletion/collapse of subitems */
  240. /* Second level nesting for lists */
  241. }
  242. #app-navigation:not(.vue) > ul > li.pinned {
  243. order: 2;
  244. }
  245. #app-navigation:not(.vue) > ul > li.pinned.first-pinned {
  246. margin-top: auto !important;
  247. }
  248. #app-navigation:not(.vue) > ul > li > .app-navigation-entry-deleted {
  249. /* Ugly hack for overriding the main entry link */
  250. padding-left: 44px !important;
  251. }
  252. #app-navigation:not(.vue) > ul > li > .app-navigation-entry-edit {
  253. /* Ugly hack for overriding the main entry link */
  254. /* align the input correctly with the link text
  255. 44px-6px padding for the input */
  256. padding-left: 38px !important;
  257. }
  258. #app-navigation:not(.vue) > ul > li a:hover,
  259. #app-navigation:not(.vue) > ul > li a:hover > a,
  260. #app-navigation:not(.vue) > ul > li a:focus,
  261. #app-navigation:not(.vue) > ul > li a:focus > a {
  262. background-color: var(--color-background-hover);
  263. }
  264. #app-navigation:not(.vue) > ul > li a:focus-visible {
  265. box-shadow: var(--color-primary) inset 0 0 0 2px;
  266. outline: none;
  267. }
  268. #app-navigation:not(.vue) > ul > li.active,
  269. #app-navigation:not(.vue) > ul > li.active > a,
  270. #app-navigation:not(.vue) > ul > li a:active,
  271. #app-navigation:not(.vue) > ul > li a:active > a,
  272. #app-navigation:not(.vue) > ul > li a.selected,
  273. #app-navigation:not(.vue) > ul > li a.selected > a,
  274. #app-navigation:not(.vue) > ul > li a.active,
  275. #app-navigation:not(.vue) > ul > li a.active > a {
  276. background-color: var(--color-primary-light);
  277. }
  278. #app-navigation:not(.vue) > ul > li.icon-loading-small:after {
  279. left: 22px;
  280. top: 22px;
  281. }
  282. #app-navigation:not(.vue) > ul > li.deleted > ul, #app-navigation:not(.vue) > ul > li.collapsible:not(.open) > ul {
  283. display: none;
  284. }
  285. #app-navigation:not(.vue) > ul > li.app-navigation-caption {
  286. font-weight: bold;
  287. line-height: 44px;
  288. padding: 0 44px;
  289. white-space: nowrap;
  290. text-overflow: ellipsis;
  291. box-shadow: none !important;
  292. user-select: none;
  293. pointer-events: none;
  294. }
  295. #app-navigation:not(.vue) > ul > li.app-navigation-caption:not(:first-child) {
  296. margin-top: 22px;
  297. }
  298. #app-navigation:not(.vue) > ul > li > ul {
  299. flex: 0 1 auto;
  300. width: 100%;
  301. position: relative;
  302. }
  303. #app-navigation:not(.vue) > ul > li > ul > li {
  304. display: inline-flex;
  305. flex-wrap: wrap;
  306. padding-left: 44px;
  307. width: 100%;
  308. margin-bottom: 3px;
  309. /* align loader */
  310. }
  311. #app-navigation:not(.vue) > ul > li > ul > li:hover,
  312. #app-navigation:not(.vue) > ul > li > ul > li:hover > a, #app-navigation:not(.vue) > ul > li > ul > li:focus,
  313. #app-navigation:not(.vue) > ul > li > ul > li:focus > a {
  314. border-radius: var(--border-radius-pill);
  315. background-color: var(--color-background-hover);
  316. }
  317. #app-navigation:not(.vue) > ul > li > ul > li.active,
  318. #app-navigation:not(.vue) > ul > li > ul > li.active > a,
  319. #app-navigation:not(.vue) > ul > li > ul > li a.selected,
  320. #app-navigation:not(.vue) > ul > li > ul > li a.selected > a {
  321. border-radius: var(--border-radius-pill);
  322. background-color: var(--color-primary-light);
  323. }
  324. #app-navigation:not(.vue) > ul > li > ul > li.icon-loading-small:after {
  325. left: 22px;
  326. /* 44px / 2 */
  327. }
  328. #app-navigation:not(.vue) > ul > li > ul > li > .app-navigation-entry-deleted {
  329. /* margin to keep active indicator visible */
  330. margin-left: 4px;
  331. padding-left: 84px;
  332. }
  333. #app-navigation:not(.vue) > ul > li > ul > li > .app-navigation-entry-edit {
  334. /* margin to keep active indicator visible */
  335. margin-left: 4px;
  336. /* align the input correctly with the link text
  337. 44px+44px-4px-6px padding for the input */
  338. padding-left: 78px !important;
  339. }
  340. #app-navigation:not(.vue) > ul > li,
  341. #app-navigation:not(.vue) > ul > li > ul > li {
  342. position: relative;
  343. box-sizing: border-box;
  344. /* hide icons if loading */
  345. /* Main entry link */
  346. /* Bullet icon */
  347. /* popover fix the flex positionning of the li parent */
  348. /* show edit/undo field if editing/deleted */
  349. }
  350. #app-navigation:not(.vue) > ul > li.icon-loading-small > a,
  351. #app-navigation:not(.vue) > ul > li.icon-loading-small > .app-navigation-entry-bullet,
  352. #app-navigation:not(.vue) > ul > li > ul > li.icon-loading-small > a,
  353. #app-navigation:not(.vue) > ul > li > ul > li.icon-loading-small > .app-navigation-entry-bullet {
  354. /* hide icon or bullet if loading state*/
  355. background: transparent !important;
  356. }
  357. #app-navigation:not(.vue) > ul > li > a,
  358. #app-navigation:not(.vue) > ul > li > ul > li > a {
  359. background-size: 16px 16px;
  360. background-position: 14px center;
  361. background-repeat: no-repeat;
  362. display: block;
  363. justify-content: space-between;
  364. line-height: 44px;
  365. min-height: 44px;
  366. padding: 0 12px 0 14px;
  367. overflow: hidden;
  368. box-sizing: border-box;
  369. white-space: nowrap;
  370. text-overflow: ellipsis;
  371. border-radius: var(--border-radius-pill);
  372. color: var(--color-main-text);
  373. flex: 1 1 0px;
  374. z-index: 100;
  375. /* above the bullet to allow click*/
  376. /* TODO: forbid using img as icon in menu? */
  377. /* counter can also be inside the link */
  378. }
  379. #app-navigation:not(.vue) > ul > li > a.svg,
  380. #app-navigation:not(.vue) > ul > li > ul > li > a.svg {
  381. padding: 0 12px 0 44px;
  382. }
  383. #app-navigation:not(.vue) > ul > li > a.svg :focus-visible,
  384. #app-navigation:not(.vue) > ul > li > ul > li > a.svg :focus-visible {
  385. padding: 0 8px 0 42px;
  386. }
  387. #app-navigation:not(.vue) > ul > li > a:first-child img,
  388. #app-navigation:not(.vue) > ul > li > ul > li > a:first-child img {
  389. margin-right: 11px;
  390. width: 16px;
  391. height: 16px;
  392. filter: var(--background-invert-if-dark);
  393. }
  394. #app-navigation:not(.vue) > ul > li > a > .app-navigation-entry-utils,
  395. #app-navigation:not(.vue) > ul > li > ul > li > a > .app-navigation-entry-utils {
  396. display: inline-block;
  397. float: right;
  398. }
  399. #app-navigation:not(.vue) > ul > li > a > .app-navigation-entry-utils .app-navigation-entry-utils-counter,
  400. #app-navigation:not(.vue) > ul > li > ul > li > a > .app-navigation-entry-utils .app-navigation-entry-utils-counter {
  401. padding-right: 0 !important;
  402. }
  403. #app-navigation:not(.vue) > ul > li > .app-navigation-entry-bullet,
  404. #app-navigation:not(.vue) > ul > li > ul > li > .app-navigation-entry-bullet {
  405. position: absolute;
  406. display: block;
  407. margin: 16px;
  408. width: 12px;
  409. height: 12px;
  410. border: none;
  411. border-radius: 50%;
  412. cursor: pointer;
  413. transition: background 100ms ease-in-out;
  414. }
  415. #app-navigation:not(.vue) > ul > li > .app-navigation-entry-bullet + a,
  416. #app-navigation:not(.vue) > ul > li > ul > li > .app-navigation-entry-bullet + a {
  417. /* hide icon if bullet, can't have both */
  418. background: transparent !important;
  419. }
  420. #app-navigation:not(.vue) > ul > li > .app-navigation-entry-menu,
  421. #app-navigation:not(.vue) > ul > li > ul > li > .app-navigation-entry-menu {
  422. top: 44px;
  423. }
  424. #app-navigation:not(.vue) > ul > li.editing .app-navigation-entry-edit,
  425. #app-navigation:not(.vue) > ul > li > ul > li.editing .app-navigation-entry-edit {
  426. opacity: 1;
  427. z-index: 250;
  428. }
  429. #app-navigation:not(.vue) > ul > li.deleted .app-navigation-entry-deleted,
  430. #app-navigation:not(.vue) > ul > li > ul > li.deleted .app-navigation-entry-deleted {
  431. transform: translateX(0);
  432. z-index: 250;
  433. }
  434. #app-navigation:not(.vue).hidden {
  435. display: none;
  436. }
  437. #app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-menu-button > button,
  438. #app-navigation:not(.vue) .app-navigation-entry-deleted .app-navigation-entry-deleted-button {
  439. border: 0;
  440. opacity: 0.5;
  441. background-color: transparent;
  442. background-repeat: no-repeat;
  443. background-position: center;
  444. }
  445. #app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-menu-button > button:hover, #app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-menu-button > button:focus,
  446. #app-navigation:not(.vue) .app-navigation-entry-deleted .app-navigation-entry-deleted-button:hover,
  447. #app-navigation:not(.vue) .app-navigation-entry-deleted .app-navigation-entry-deleted-button:focus {
  448. background-color: transparent;
  449. opacity: 1;
  450. }
  451. #app-navigation:not(.vue) .collapsible {
  452. /* Fallback for old collapse button.
  453. TODO: to be removed. Leaved here for retro compatibility */
  454. /* force padding on link no matter if 'a' has an icon class */
  455. }
  456. #app-navigation:not(.vue) .collapsible .collapse {
  457. opacity: 0;
  458. position: absolute;
  459. width: 44px;
  460. height: 44px;
  461. margin: 0;
  462. z-index: 110;
  463. /* Needed for IE11; otherwise the button appears to the right of the
  464. * link. */
  465. left: 0;
  466. }
  467. #app-navigation:not(.vue) .collapsible .collapse:focus-visible {
  468. opacity: 1;
  469. border-width: 0;
  470. box-shadow: inset 0 0 0 2px var(--color-primary);
  471. background: none;
  472. }
  473. #app-navigation:not(.vue) .collapsible:before {
  474. position: absolute;
  475. height: 44px;
  476. width: 44px;
  477. margin: 0;
  478. padding: 0;
  479. background: none;
  480. /* $dir is the app name, so we add this to the icon var to avoid conflicts between apps */
  481. background-image: var(--icon-triangle-s-dark);
  482. background-size: 16px;
  483. background-repeat: no-repeat;
  484. background-position: center;
  485. border: none;
  486. border-radius: 0;
  487. outline: none !important;
  488. box-shadow: none;
  489. content: " ";
  490. opacity: 0;
  491. -webkit-transform: rotate(-90deg);
  492. -ms-transform: rotate(-90deg);
  493. transform: rotate(-90deg);
  494. z-index: 105;
  495. border-radius: 50%;
  496. transition: opacity 100ms ease-in-out;
  497. }
  498. #app-navigation:not(.vue) .collapsible > a:first-child {
  499. padding-left: 44px;
  500. }
  501. #app-navigation:not(.vue) .collapsible:hover:before, #app-navigation:not(.vue) .collapsible:focus:before {
  502. opacity: 1;
  503. }
  504. #app-navigation:not(.vue) .collapsible:hover > a, #app-navigation:not(.vue) .collapsible:focus > a {
  505. background-image: none;
  506. }
  507. #app-navigation:not(.vue) .collapsible:hover > .app-navigation-entry-bullet, #app-navigation:not(.vue) .collapsible:focus > .app-navigation-entry-bullet {
  508. background: transparent !important;
  509. }
  510. #app-navigation:not(.vue) .collapsible.open:before {
  511. -webkit-transform: rotate(0);
  512. -ms-transform: rotate(0);
  513. transform: rotate(0);
  514. }
  515. #app-navigation:not(.vue) .app-navigation-entry-utils {
  516. flex: 0 1 auto;
  517. }
  518. #app-navigation:not(.vue) .app-navigation-entry-utils ul {
  519. display: flex !important;
  520. align-items: center;
  521. justify-content: flex-end;
  522. }
  523. #app-navigation:not(.vue) .app-navigation-entry-utils li {
  524. width: 44px !important;
  525. height: 44px;
  526. }
  527. #app-navigation:not(.vue) .app-navigation-entry-utils button {
  528. height: 100%;
  529. width: 100%;
  530. margin: 0;
  531. box-shadow: none;
  532. }
  533. #app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-menu-button {
  534. /* Prevent bg img override if an icon class is set */
  535. }
  536. #app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-menu-button button:not([class^=icon-]):not([class*=" icon-"]) {
  537. /* $dir is the app name, so we add this to the icon var to avoid conflicts between apps */
  538. background-image: var(--icon-more-dark);
  539. }
  540. #app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-menu-button:hover button, #app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-menu-button:focus button {
  541. background-color: transparent;
  542. opacity: 1;
  543. }
  544. #app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-counter {
  545. overflow: hidden;
  546. text-align: right;
  547. font-size: 9pt;
  548. line-height: 44px;
  549. padding: 0 12px;
  550. /* Same padding as all li > a in the app-navigation */
  551. }
  552. #app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-counter.highlighted {
  553. padding: 0;
  554. text-align: center;
  555. }
  556. #app-navigation:not(.vue) .app-navigation-entry-utils .app-navigation-entry-utils-counter.highlighted span {
  557. padding: 2px 5px;
  558. border-radius: 10px;
  559. background-color: var(--color-primary);
  560. color: var(--color-primary-text);
  561. }
  562. #app-navigation:not(.vue) .app-navigation-entry-edit {
  563. padding-left: 5px;
  564. padding-right: 5px;
  565. display: block;
  566. width: calc(100% - 1px);
  567. /* Avoid border overlapping */
  568. transition: opacity 250ms ease-in-out;
  569. opacity: 0;
  570. position: absolute;
  571. background-color: var(--color-main-background);
  572. z-index: -1;
  573. }
  574. #app-navigation:not(.vue) .app-navigation-entry-edit form,
  575. #app-navigation:not(.vue) .app-navigation-entry-edit div {
  576. display: inline-flex;
  577. width: 100%;
  578. }
  579. #app-navigation:not(.vue) .app-navigation-entry-edit input {
  580. padding: 5px;
  581. margin-right: 0;
  582. height: 38px;
  583. }
  584. #app-navigation:not(.vue) .app-navigation-entry-edit input:hover, #app-navigation:not(.vue) .app-navigation-entry-edit input:focus {
  585. /* overlapp borders */
  586. z-index: 1;
  587. }
  588. #app-navigation:not(.vue) .app-navigation-entry-edit input[type=text] {
  589. width: 100%;
  590. min-width: 0;
  591. /* firefox hack: override auto */
  592. border-bottom-right-radius: 0;
  593. border-top-right-radius: 0;
  594. }
  595. #app-navigation:not(.vue) .app-navigation-entry-edit button,
  596. #app-navigation:not(.vue) .app-navigation-entry-edit input:not([type=text]) {
  597. width: 36px;
  598. height: 38px;
  599. flex: 0 0 36px;
  600. }
  601. #app-navigation:not(.vue) .app-navigation-entry-edit button:not(:last-child),
  602. #app-navigation:not(.vue) .app-navigation-entry-edit input:not([type=text]):not(:last-child) {
  603. border-radius: 0 !important;
  604. }
  605. #app-navigation:not(.vue) .app-navigation-entry-edit button:not(:first-child),
  606. #app-navigation:not(.vue) .app-navigation-entry-edit input:not([type=text]):not(:first-child) {
  607. margin-left: -1px;
  608. }
  609. #app-navigation:not(.vue) .app-navigation-entry-edit button:last-child,
  610. #app-navigation:not(.vue) .app-navigation-entry-edit input:not([type=text]):last-child {
  611. border-bottom-right-radius: var(--border-radius);
  612. border-top-right-radius: var(--border-radius);
  613. border-bottom-left-radius: 0;
  614. border-top-left-radius: 0;
  615. }
  616. #app-navigation:not(.vue) .app-navigation-entry-deleted {
  617. display: inline-flex;
  618. padding-left: 44px;
  619. transform: translateX(300px);
  620. }
  621. #app-navigation:not(.vue) .app-navigation-entry-deleted .app-navigation-entry-deleted-description {
  622. position: relative;
  623. white-space: nowrap;
  624. text-overflow: ellipsis;
  625. overflow: hidden;
  626. flex: 1 1 0px;
  627. line-height: 44px;
  628. }
  629. #app-navigation:not(.vue) .app-navigation-entry-deleted .app-navigation-entry-deleted-button {
  630. margin: 0;
  631. height: 44px;
  632. width: 44px;
  633. line-height: 44px;
  634. }
  635. #app-navigation:not(.vue) .app-navigation-entry-deleted .app-navigation-entry-deleted-button:hover, #app-navigation:not(.vue) .app-navigation-entry-deleted .app-navigation-entry-deleted-button:focus {
  636. opacity: 1;
  637. }
  638. #app-navigation:not(.vue) .app-navigation-entry-edit,
  639. #app-navigation:not(.vue) .app-navigation-entry-deleted {
  640. width: calc(100% - 1px);
  641. /* Avoid border overlapping */
  642. transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, z-index 250ms ease-in-out;
  643. position: absolute;
  644. left: 0;
  645. background-color: var(--color-main-background);
  646. box-sizing: border-box;
  647. }
  648. #app-navigation:not(.vue) .drag-and-drop {
  649. -webkit-transition: padding-bottom 500ms ease 0s;
  650. transition: padding-bottom 500ms ease 0s;
  651. padding-bottom: 40px;
  652. }
  653. #app-navigation:not(.vue) .error {
  654. color: var(--color-error);
  655. }
  656. #app-navigation:not(.vue) .app-navigation-entry-utils ul,
  657. #app-navigation:not(.vue) .app-navigation-entry-menu ul {
  658. list-style-type: none;
  659. }
  660. /* CONTENT --------------------------------------------------------- */
  661. #content {
  662. box-sizing: border-box;
  663. position: static;
  664. margin: var(--body-container-margin);
  665. margin-top: 50px;
  666. padding: 0;
  667. display: flex;
  668. width: calc(100% - var(--body-container-margin) * 2);
  669. height: var(--body-height);
  670. border-radius: var(--body-container-radius);
  671. overflow: hidden;
  672. }
  673. #content:not(.with-sidebar--full) {
  674. position: fixed;
  675. }
  676. @media only screen and (max-width: 1024px) {
  677. #content {
  678. border-top-left-radius: var(--border-radius-large);
  679. border-top-right-radius: var(--border-radius-large);
  680. }
  681. #app-navigation {
  682. border-top-left-radius: var(--border-radius-large);
  683. }
  684. #app-sidebar {
  685. border-top-right-radius: var(--border-radius-large);
  686. }
  687. }
  688. /* APP-CONTENT AND WRAPPER ------------------------------------------ */
  689. /* Part where the content will be loaded into */
  690. /**
  691. * !Important. We are defining the minimum requirement we want for flex
  692. * Just before the mobile breakpoint we have variables.$breakpoint-mobile (1024px) - variables.$navigation-width
  693. * -> 468px. In that case we want 200px for the list and 268px for the content
  694. */
  695. #app-content {
  696. z-index: 1000;
  697. background-color: var(--color-main-background);
  698. flex-basis: 100vw;
  699. overflow: auto;
  700. position: initial;
  701. height: 100%;
  702. /* margin if navigation element is here */
  703. /* no top border for first settings item */
  704. /* if app-content-list is present */
  705. }
  706. #app-content > .section:first-child {
  707. border-top: none;
  708. }
  709. #app-content #app-content-wrapper {
  710. display: flex;
  711. position: relative;
  712. align-items: stretch;
  713. /* make sure we have at least full height for loaders or such
  714. no need for list/details since we have a flex stretch */
  715. min-height: 100%;
  716. /* CONTENT DETAILS AFTER LIST*/
  717. }
  718. #app-content #app-content-wrapper .app-content-details {
  719. /* grow full width */
  720. flex: 1 1 524px;
  721. }
  722. #app-content #app-content-wrapper .app-content-details #app-navigation-toggle-back {
  723. display: none;
  724. }
  725. /* APP-SIDEBAR ------------------------------------------------------------ */
  726. /*
  727. Sidebar: a sidebar to be used within #content
  728. #app-content will be shrinked properly
  729. */
  730. #app-sidebar {
  731. width: 27vw;
  732. min-width: 300px;
  733. max-width: 500px;
  734. display: block;
  735. position: -webkit-sticky;
  736. position: sticky;
  737. top: 50px;
  738. right: 0;
  739. overflow-y: auto;
  740. overflow-x: hidden;
  741. z-index: 1500;
  742. opacity: 0.7px;
  743. height: calc(100vh - 50px);
  744. background: var(--color-main-background);
  745. border-left: 1px solid var(--color-border);
  746. flex-shrink: 0;
  747. }
  748. #app-sidebar.disappear {
  749. display: none;
  750. }
  751. /* APP-SETTINGS ------------------------------------------------------------ */
  752. /* settings area */
  753. #app-settings {
  754. margin-top: auto;
  755. }
  756. #app-settings.open #app-settings-content, #app-settings.opened #app-settings-content {
  757. display: block;
  758. }
  759. #app-settings-content {
  760. display: none;
  761. padding: calc(var(--default-grid-baseline) * 2);
  762. padding-top: 0;
  763. padding-left: calc(var(--default-grid-baseline) * 4);
  764. /* restrict height of settings and make scrollable */
  765. max-height: 300px;
  766. overflow-y: auto;
  767. box-sizing: border-box;
  768. /* display input fields at full width */
  769. }
  770. #app-settings-content input[type=text] {
  771. width: 93%;
  772. }
  773. #app-settings-content .info-text {
  774. padding: 5px 0 7px 22px;
  775. color: var(--color-text-lighter);
  776. }
  777. #app-settings-content input[type=checkbox].radio + label, #app-settings-content input[type=checkbox].checkbox + label, #app-settings-content input[type=radio].radio + label, #app-settings-content input[type=radio].checkbox + label {
  778. display: inline-block;
  779. width: 100%;
  780. padding: 5px 0;
  781. }
  782. #app-settings-header {
  783. box-sizing: border-box;
  784. background-color: transparent;
  785. overflow: hidden;
  786. border-radius: calc(var(--default-clickable-area) / 2);
  787. padding: calc(var(--default-grid-baseline) * 2);
  788. padding-top: 0;
  789. }
  790. #app-settings-header .settings-button {
  791. display: flex;
  792. align-items: center;
  793. height: 44px;
  794. width: 100%;
  795. padding: 0;
  796. margin: 0;
  797. background-color: transparent;
  798. box-shadow: none;
  799. border: 0;
  800. border-radius: calc(var(--default-clickable-area) / 2);
  801. text-align: left;
  802. font-weight: normal;
  803. font-size: 100%;
  804. opacity: 0.8;
  805. /* like app-navigation a */
  806. color: var(--color-main-text);
  807. }
  808. #app-settings-header .settings-button.opened {
  809. border-top: solid 1px var(--color-border);
  810. background-color: var(--color-main-background);
  811. margin-top: 8px;
  812. }
  813. #app-settings-header .settings-button:hover, #app-settings-header .settings-button:focus {
  814. background-color: var(--color-background-hover);
  815. }
  816. #app-settings-header .settings-button::before {
  817. background-image: var(--icon-settings-dark);
  818. background-position: 14px center;
  819. background-repeat: no-repeat;
  820. content: "";
  821. width: 44px;
  822. height: 44px;
  823. top: 0;
  824. left: 0;
  825. display: block;
  826. }
  827. #app-settings-header .settings-button:focus-visible {
  828. box-shadow: 0 0 0 2px inset var(--color-primary) !important;
  829. background-position: 12px center;
  830. }
  831. /* GENERAL SECTION ------------------------------------------------------------ */
  832. .section {
  833. display: block;
  834. padding: 30px;
  835. margin-bottom: 24px;
  836. /* slight position correction of checkboxes and radio buttons */
  837. }
  838. .section.hidden {
  839. display: none !important;
  840. }
  841. .section input[type=checkbox], .section input[type=radio] {
  842. vertical-align: -2px;
  843. margin-right: 4px;
  844. }
  845. .sub-section {
  846. position: relative;
  847. margin-top: 10px;
  848. margin-left: 27px;
  849. margin-bottom: 10px;
  850. }
  851. .appear {
  852. opacity: 1;
  853. -webkit-transition: opacity 500ms ease 0s;
  854. -moz-transition: opacity 500ms ease 0s;
  855. -ms-transition: opacity 500ms ease 0s;
  856. -o-transition: opacity 500ms ease 0s;
  857. transition: opacity 500ms ease 0s;
  858. }
  859. .appear.transparent {
  860. opacity: 0;
  861. }
  862. /* TABS ------------------------------------------------------------ */
  863. .tabHeaders {
  864. display: flex;
  865. margin-bottom: 16px;
  866. }
  867. .tabHeaders .tabHeader {
  868. display: flex;
  869. flex-direction: column;
  870. flex-grow: 1;
  871. text-align: center;
  872. white-space: nowrap;
  873. overflow: hidden;
  874. text-overflow: ellipsis;
  875. cursor: pointer;
  876. color: var(--color-text-lighter);
  877. margin-bottom: 1px;
  878. padding: 5px;
  879. /* Use same amount as sidebar padding */
  880. }
  881. .tabHeaders .tabHeader.hidden {
  882. display: none;
  883. }
  884. .tabHeaders .tabHeader:first-child {
  885. padding-left: 15px;
  886. }
  887. .tabHeaders .tabHeader:last-child {
  888. padding-right: 15px;
  889. }
  890. .tabHeaders .tabHeader .icon {
  891. display: inline-block;
  892. width: 100%;
  893. height: 16px;
  894. background-size: 16px;
  895. vertical-align: middle;
  896. margin-top: -2px;
  897. margin-right: 3px;
  898. opacity: 0.7;
  899. cursor: pointer;
  900. }
  901. .tabHeaders .tabHeader a {
  902. color: var(--color-text-lighter);
  903. margin-bottom: 1px;
  904. overflow: hidden;
  905. text-overflow: ellipsis;
  906. }
  907. .tabHeaders .tabHeader.selected {
  908. font-weight: bold;
  909. }
  910. .tabHeaders .tabHeader.selected, .tabHeaders .tabHeader:hover, .tabHeaders .tabHeader:focus {
  911. margin-bottom: 0px;
  912. color: var(--color-main-text);
  913. border-bottom: 1px solid var(--color-text-lighter);
  914. }
  915. .tabsContainer {
  916. clear: left;
  917. }
  918. .tabsContainer .tab {
  919. padding: 0 15px 15px;
  920. }
  921. /* POPOVER MENU ------------------------------------------------------------ */
  922. .ie .bubble, .ie .bubble:after,
  923. .ie .popovermenu, .ie .popovermenu:after,
  924. .ie #app-navigation .app-navigation-entry-menu,
  925. .ie #app-navigation .app-navigation-entry-menu:after,
  926. .edge .bubble,
  927. .edge .bubble:after,
  928. .edge .popovermenu,
  929. .edge .popovermenu:after,
  930. .edge #app-navigation .app-navigation-entry-menu,
  931. .edge #app-navigation .app-navigation-entry-menu:after {
  932. border: 1px solid var(--color-border);
  933. }
  934. .bubble,
  935. .app-navigation-entry-menu,
  936. .popovermenu {
  937. position: absolute;
  938. background-color: var(--color-main-background);
  939. color: var(--color-main-text);
  940. border-radius: var(--border-radius-large);
  941. padding: 3px;
  942. z-index: 110;
  943. margin: 5px;
  944. margin-top: -5px;
  945. right: 0;
  946. filter: drop-shadow(0 1px 3px var(--color-box-shadow));
  947. display: none;
  948. will-change: filter;
  949. /* Center the popover */
  950. /* Align the popover to the left */
  951. }
  952. .bubble:after,
  953. .app-navigation-entry-menu:after,
  954. .popovermenu:after {
  955. bottom: 100%;
  956. right: 7px;
  957. /* change this to adjust the arrow position */
  958. border: solid transparent;
  959. content: " ";
  960. height: 0;
  961. width: 0;
  962. position: absolute;
  963. pointer-events: none;
  964. border-bottom-color: var(--color-main-background);
  965. border-width: 9px;
  966. }
  967. .bubble.menu-center,
  968. .app-navigation-entry-menu.menu-center,
  969. .popovermenu.menu-center {
  970. transform: translateX(50%);
  971. right: 50%;
  972. margin-right: 0;
  973. }
  974. .bubble.menu-center:after,
  975. .app-navigation-entry-menu.menu-center:after,
  976. .popovermenu.menu-center:after {
  977. right: 50%;
  978. transform: translateX(50%);
  979. }
  980. .bubble.menu-left,
  981. .app-navigation-entry-menu.menu-left,
  982. .popovermenu.menu-left {
  983. right: auto;
  984. left: 0;
  985. margin-right: 0;
  986. }
  987. .bubble.menu-left:after,
  988. .app-navigation-entry-menu.menu-left:after,
  989. .popovermenu.menu-left:after {
  990. left: 6px;
  991. right: auto;
  992. }
  993. .bubble.open,
  994. .app-navigation-entry-menu.open,
  995. .popovermenu.open {
  996. display: block;
  997. }
  998. .bubble.contactsmenu-popover,
  999. .app-navigation-entry-menu.contactsmenu-popover,
  1000. .popovermenu.contactsmenu-popover {
  1001. margin: 0;
  1002. }
  1003. .bubble ul,
  1004. .app-navigation-entry-menu ul,
  1005. .popovermenu ul {
  1006. /* Overwrite #app-navigation > ul ul */
  1007. display: flex !important;
  1008. flex-direction: column;
  1009. }
  1010. .bubble li,
  1011. .app-navigation-entry-menu li,
  1012. .popovermenu li {
  1013. display: flex;
  1014. flex: 0 0 auto;
  1015. /* css hack, only first not hidden */
  1016. }
  1017. .bubble li.hidden,
  1018. .app-navigation-entry-menu li.hidden,
  1019. .popovermenu li.hidden {
  1020. display: none;
  1021. }
  1022. .bubble li > button,
  1023. .bubble li > a,
  1024. .bubble li > .menuitem,
  1025. .app-navigation-entry-menu li > button,
  1026. .app-navigation-entry-menu li > a,
  1027. .app-navigation-entry-menu li > .menuitem,
  1028. .popovermenu li > button,
  1029. .popovermenu li > a,
  1030. .popovermenu li > .menuitem {
  1031. cursor: pointer;
  1032. line-height: 44px;
  1033. border: 0;
  1034. border-radius: var(--border-radius-large);
  1035. background-color: transparent;
  1036. display: flex;
  1037. align-items: flex-start;
  1038. height: auto;
  1039. margin: 0;
  1040. font-weight: normal;
  1041. box-shadow: none;
  1042. width: 100%;
  1043. color: var(--color-main-text);
  1044. white-space: nowrap;
  1045. /* prevent .action class to break the design */
  1046. /* Add padding if contains icon+text */
  1047. /* DEPRECATED! old img in popover fallback
  1048. * TODO: to remove */
  1049. /* checkbox/radio fixes */
  1050. /* no margin if hidden span before */
  1051. /* Inputs inside popover supports text, submit & reset */
  1052. }
  1053. .bubble li > button span[class^=icon-],
  1054. .bubble li > button span[class*=" icon-"], .bubble li > button[class^=icon-], .bubble li > button[class*=" icon-"],
  1055. .bubble li > a span[class^=icon-],
  1056. .bubble li > a span[class*=" icon-"],
  1057. .bubble li > a[class^=icon-],
  1058. .bubble li > a[class*=" icon-"],
  1059. .bubble li > .menuitem span[class^=icon-],
  1060. .bubble li > .menuitem span[class*=" icon-"],
  1061. .bubble li > .menuitem[class^=icon-],
  1062. .bubble li > .menuitem[class*=" icon-"],
  1063. .app-navigation-entry-menu li > button span[class^=icon-],
  1064. .app-navigation-entry-menu li > button span[class*=" icon-"],
  1065. .app-navigation-entry-menu li > button[class^=icon-],
  1066. .app-navigation-entry-menu li > button[class*=" icon-"],
  1067. .app-navigation-entry-menu li > a span[class^=icon-],
  1068. .app-navigation-entry-menu li > a span[class*=" icon-"],
  1069. .app-navigation-entry-menu li > a[class^=icon-],
  1070. .app-navigation-entry-menu li > a[class*=" icon-"],
  1071. .app-navigation-entry-menu li > .menuitem span[class^=icon-],
  1072. .app-navigation-entry-menu li > .menuitem span[class*=" icon-"],
  1073. .app-navigation-entry-menu li > .menuitem[class^=icon-],
  1074. .app-navigation-entry-menu li > .menuitem[class*=" icon-"],
  1075. .popovermenu li > button span[class^=icon-],
  1076. .popovermenu li > button span[class*=" icon-"],
  1077. .popovermenu li > button[class^=icon-],
  1078. .popovermenu li > button[class*=" icon-"],
  1079. .popovermenu li > a span[class^=icon-],
  1080. .popovermenu li > a span[class*=" icon-"],
  1081. .popovermenu li > a[class^=icon-],
  1082. .popovermenu li > a[class*=" icon-"],
  1083. .popovermenu li > .menuitem span[class^=icon-],
  1084. .popovermenu li > .menuitem span[class*=" icon-"],
  1085. .popovermenu li > .menuitem[class^=icon-],
  1086. .popovermenu li > .menuitem[class*=" icon-"] {
  1087. min-width: 0;
  1088. /* Overwrite icons*/
  1089. min-height: 0;
  1090. background-position: 14px center;
  1091. background-size: 16px;
  1092. }
  1093. .bubble li > button span[class^=icon-],
  1094. .bubble li > button span[class*=" icon-"],
  1095. .bubble li > a span[class^=icon-],
  1096. .bubble li > a span[class*=" icon-"],
  1097. .bubble li > .menuitem span[class^=icon-],
  1098. .bubble li > .menuitem span[class*=" icon-"],
  1099. .app-navigation-entry-menu li > button span[class^=icon-],
  1100. .app-navigation-entry-menu li > button span[class*=" icon-"],
  1101. .app-navigation-entry-menu li > a span[class^=icon-],
  1102. .app-navigation-entry-menu li > a span[class*=" icon-"],
  1103. .app-navigation-entry-menu li > .menuitem span[class^=icon-],
  1104. .app-navigation-entry-menu li > .menuitem span[class*=" icon-"],
  1105. .popovermenu li > button span[class^=icon-],
  1106. .popovermenu li > button span[class*=" icon-"],
  1107. .popovermenu li > a span[class^=icon-],
  1108. .popovermenu li > a span[class*=" icon-"],
  1109. .popovermenu li > .menuitem span[class^=icon-],
  1110. .popovermenu li > .menuitem span[class*=" icon-"] {
  1111. /* Keep padding to define the width to
  1112. assure correct position of a possible text */
  1113. padding: 22px 0 22px 44px;
  1114. }
  1115. .bubble li > button:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child,
  1116. .bubble li > button:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child,
  1117. .bubble li > button:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child,
  1118. .bubble li > a:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child,
  1119. .bubble li > a:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child,
  1120. .bubble li > a:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child,
  1121. .bubble li > .menuitem:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child,
  1122. .bubble li > .menuitem:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child,
  1123. .bubble li > .menuitem:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child,
  1124. .app-navigation-entry-menu li > button:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child,
  1125. .app-navigation-entry-menu li > button:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child,
  1126. .app-navigation-entry-menu li > button:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child,
  1127. .app-navigation-entry-menu li > a:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child,
  1128. .app-navigation-entry-menu li > a:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child,
  1129. .app-navigation-entry-menu li > a:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child,
  1130. .app-navigation-entry-menu li > .menuitem:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child,
  1131. .app-navigation-entry-menu li > .menuitem:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child,
  1132. .app-navigation-entry-menu li > .menuitem:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child,
  1133. .popovermenu li > button:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child,
  1134. .popovermenu li > button:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child,
  1135. .popovermenu li > button:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child,
  1136. .popovermenu li > a:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child,
  1137. .popovermenu li > a:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child,
  1138. .popovermenu li > a:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child,
  1139. .popovermenu li > .menuitem:not([class^=icon-]):not([class*=icon-]) > span:not([class^=icon-]):not([class*=icon-]):first-child,
  1140. .popovermenu li > .menuitem:not([class^=icon-]):not([class*=icon-]) > input:not([class^=icon-]):not([class*=icon-]):first-child,
  1141. .popovermenu li > .menuitem:not([class^=icon-]):not([class*=icon-]) > form:not([class^=icon-]):not([class*=icon-]):first-child {
  1142. margin-left: 44px;
  1143. }
  1144. .bubble li > button[class^=icon-], .bubble li > button[class*=" icon-"],
  1145. .bubble li > a[class^=icon-],
  1146. .bubble li > a[class*=" icon-"],
  1147. .bubble li > .menuitem[class^=icon-],
  1148. .bubble li > .menuitem[class*=" icon-"],
  1149. .app-navigation-entry-menu li > button[class^=icon-],
  1150. .app-navigation-entry-menu li > button[class*=" icon-"],
  1151. .app-navigation-entry-menu li > a[class^=icon-],
  1152. .app-navigation-entry-menu li > a[class*=" icon-"],
  1153. .app-navigation-entry-menu li > .menuitem[class^=icon-],
  1154. .app-navigation-entry-menu li > .menuitem[class*=" icon-"],
  1155. .popovermenu li > button[class^=icon-],
  1156. .popovermenu li > button[class*=" icon-"],
  1157. .popovermenu li > a[class^=icon-],
  1158. .popovermenu li > a[class*=" icon-"],
  1159. .popovermenu li > .menuitem[class^=icon-],
  1160. .popovermenu li > .menuitem[class*=" icon-"] {
  1161. padding: 0 14px 0 44px !important;
  1162. }
  1163. .bubble li > button:hover, .bubble li > button:focus,
  1164. .bubble li > a:hover,
  1165. .bubble li > a:focus,
  1166. .bubble li > .menuitem:hover,
  1167. .bubble li > .menuitem:focus,
  1168. .app-navigation-entry-menu li > button:hover,
  1169. .app-navigation-entry-menu li > button:focus,
  1170. .app-navigation-entry-menu li > a:hover,
  1171. .app-navigation-entry-menu li > a:focus,
  1172. .app-navigation-entry-menu li > .menuitem:hover,
  1173. .app-navigation-entry-menu li > .menuitem:focus,
  1174. .popovermenu li > button:hover,
  1175. .popovermenu li > button:focus,
  1176. .popovermenu li > a:hover,
  1177. .popovermenu li > a:focus,
  1178. .popovermenu li > .menuitem:hover,
  1179. .popovermenu li > .menuitem:focus {
  1180. background-color: var(--color-background-hover);
  1181. }
  1182. .bubble li > button:focus, .bubble li > button:focus-visible,
  1183. .bubble li > a:focus,
  1184. .bubble li > a:focus-visible,
  1185. .bubble li > .menuitem:focus,
  1186. .bubble li > .menuitem:focus-visible,
  1187. .app-navigation-entry-menu li > button:focus,
  1188. .app-navigation-entry-menu li > button:focus-visible,
  1189. .app-navigation-entry-menu li > a:focus,
  1190. .app-navigation-entry-menu li > a:focus-visible,
  1191. .app-navigation-entry-menu li > .menuitem:focus,
  1192. .app-navigation-entry-menu li > .menuitem:focus-visible,
  1193. .popovermenu li > button:focus,
  1194. .popovermenu li > button:focus-visible,
  1195. .popovermenu li > a:focus,
  1196. .popovermenu li > a:focus-visible,
  1197. .popovermenu li > .menuitem:focus,
  1198. .popovermenu li > .menuitem:focus-visible {
  1199. box-shadow: 0 0 0 2px var(--color-primary-element);
  1200. }
  1201. .bubble li > button.active,
  1202. .bubble li > a.active,
  1203. .bubble li > .menuitem.active,
  1204. .app-navigation-entry-menu li > button.active,
  1205. .app-navigation-entry-menu li > a.active,
  1206. .app-navigation-entry-menu li > .menuitem.active,
  1207. .popovermenu li > button.active,
  1208. .popovermenu li > a.active,
  1209. .popovermenu li > .menuitem.active {
  1210. border-radius: var(--border-radius-pill);
  1211. background-color: var(--color-primary-light);
  1212. }
  1213. .bubble li > button.action,
  1214. .bubble li > a.action,
  1215. .bubble li > .menuitem.action,
  1216. .app-navigation-entry-menu li > button.action,
  1217. .app-navigation-entry-menu li > a.action,
  1218. .app-navigation-entry-menu li > .menuitem.action,
  1219. .popovermenu li > button.action,
  1220. .popovermenu li > a.action,
  1221. .popovermenu li > .menuitem.action {
  1222. padding: inherit !important;
  1223. }
  1224. .bubble li > button > span,
  1225. .bubble li > a > span,
  1226. .bubble li > .menuitem > span,
  1227. .app-navigation-entry-menu li > button > span,
  1228. .app-navigation-entry-menu li > a > span,
  1229. .app-navigation-entry-menu li > .menuitem > span,
  1230. .popovermenu li > button > span,
  1231. .popovermenu li > a > span,
  1232. .popovermenu li > .menuitem > span {
  1233. cursor: pointer;
  1234. white-space: nowrap;
  1235. }
  1236. .bubble li > button > p,
  1237. .bubble li > a > p,
  1238. .bubble li > .menuitem > p,
  1239. .app-navigation-entry-menu li > button > p,
  1240. .app-navigation-entry-menu li > a > p,
  1241. .app-navigation-entry-menu li > .menuitem > p,
  1242. .popovermenu li > button > p,
  1243. .popovermenu li > a > p,
  1244. .popovermenu li > .menuitem > p {
  1245. width: 150px;
  1246. line-height: 1.6em;
  1247. padding: 8px 0;
  1248. white-space: normal;
  1249. }
  1250. .bubble li > button > select,
  1251. .bubble li > a > select,
  1252. .bubble li > .menuitem > select,
  1253. .app-navigation-entry-menu li > button > select,
  1254. .app-navigation-entry-menu li > a > select,
  1255. .app-navigation-entry-menu li > .menuitem > select,
  1256. .popovermenu li > button > select,
  1257. .popovermenu li > a > select,
  1258. .popovermenu li > .menuitem > select {
  1259. margin: 0;
  1260. margin-left: 6px;
  1261. }
  1262. .bubble li > button:not(:empty),
  1263. .bubble li > a:not(:empty),
  1264. .bubble li > .menuitem:not(:empty),
  1265. .app-navigation-entry-menu li > button:not(:empty),
  1266. .app-navigation-entry-menu li > a:not(:empty),
  1267. .app-navigation-entry-menu li > .menuitem:not(:empty),
  1268. .popovermenu li > button:not(:empty),
  1269. .popovermenu li > a:not(:empty),
  1270. .popovermenu li > .menuitem:not(:empty) {
  1271. padding-right: 14px !important;
  1272. }
  1273. .bubble li > button > img,
  1274. .bubble li > a > img,
  1275. .bubble li > .menuitem > img,
  1276. .app-navigation-entry-menu li > button > img,
  1277. .app-navigation-entry-menu li > a > img,
  1278. .app-navigation-entry-menu li > .menuitem > img,
  1279. .popovermenu li > button > img,
  1280. .popovermenu li > a > img,
  1281. .popovermenu li > .menuitem > img {
  1282. width: 16px;
  1283. padding: 14px;
  1284. }
  1285. .bubble li > button > input.radio + label,
  1286. .bubble li > button > input.checkbox + label,
  1287. .bubble li > a > input.radio + label,
  1288. .bubble li > a > input.checkbox + label,
  1289. .bubble li > .menuitem > input.radio + label,
  1290. .bubble li > .menuitem > input.checkbox + label,
  1291. .app-navigation-entry-menu li > button > input.radio + label,
  1292. .app-navigation-entry-menu li > button > input.checkbox + label,
  1293. .app-navigation-entry-menu li > a > input.radio + label,
  1294. .app-navigation-entry-menu li > a > input.checkbox + label,
  1295. .app-navigation-entry-menu li > .menuitem > input.radio + label,
  1296. .app-navigation-entry-menu li > .menuitem > input.checkbox + label,
  1297. .popovermenu li > button > input.radio + label,
  1298. .popovermenu li > button > input.checkbox + label,
  1299. .popovermenu li > a > input.radio + label,
  1300. .popovermenu li > a > input.checkbox + label,
  1301. .popovermenu li > .menuitem > input.radio + label,
  1302. .popovermenu li > .menuitem > input.checkbox + label {
  1303. padding: 0 !important;
  1304. width: 100%;
  1305. }
  1306. .bubble li > button > input.checkbox + label::before,
  1307. .bubble li > a > input.checkbox + label::before,
  1308. .bubble li > .menuitem > input.checkbox + label::before,
  1309. .app-navigation-entry-menu li > button > input.checkbox + label::before,
  1310. .app-navigation-entry-menu li > a > input.checkbox + label::before,
  1311. .app-navigation-entry-menu li > .menuitem > input.checkbox + label::before,
  1312. .popovermenu li > button > input.checkbox + label::before,
  1313. .popovermenu li > a > input.checkbox + label::before,
  1314. .popovermenu li > .menuitem > input.checkbox + label::before {
  1315. margin: -2px 13px 0;
  1316. }
  1317. .bubble li > button > input.radio + label::before,
  1318. .bubble li > a > input.radio + label::before,
  1319. .bubble li > .menuitem > input.radio + label::before,
  1320. .app-navigation-entry-menu li > button > input.radio + label::before,
  1321. .app-navigation-entry-menu li > a > input.radio + label::before,
  1322. .app-navigation-entry-menu li > .menuitem > input.radio + label::before,
  1323. .popovermenu li > button > input.radio + label::before,
  1324. .popovermenu li > a > input.radio + label::before,
  1325. .popovermenu li > .menuitem > input.radio + label::before {
  1326. margin: -2px 12px 0;
  1327. }
  1328. .bubble li > button > input:not([type=radio]):not([type=checkbox]):not([type=image]),
  1329. .bubble li > a > input:not([type=radio]):not([type=checkbox]):not([type=image]),
  1330. .bubble li > .menuitem > input:not([type=radio]):not([type=checkbox]):not([type=image]),
  1331. .app-navigation-entry-menu li > button > input:not([type=radio]):not([type=checkbox]):not([type=image]),
  1332. .app-navigation-entry-menu li > a > input:not([type=radio]):not([type=checkbox]):not([type=image]),
  1333. .app-navigation-entry-menu li > .menuitem > input:not([type=radio]):not([type=checkbox]):not([type=image]),
  1334. .popovermenu li > button > input:not([type=radio]):not([type=checkbox]):not([type=image]),
  1335. .popovermenu li > a > input:not([type=radio]):not([type=checkbox]):not([type=image]),
  1336. .popovermenu li > .menuitem > input:not([type=radio]):not([type=checkbox]):not([type=image]) {
  1337. width: 150px;
  1338. }
  1339. .bubble li > button form,
  1340. .bubble li > a form,
  1341. .bubble li > .menuitem form,
  1342. .app-navigation-entry-menu li > button form,
  1343. .app-navigation-entry-menu li > a form,
  1344. .app-navigation-entry-menu li > .menuitem form,
  1345. .popovermenu li > button form,
  1346. .popovermenu li > a form,
  1347. .popovermenu li > .menuitem form {
  1348. display: flex;
  1349. flex: 1 1 auto;
  1350. /* put a small space between text and form
  1351. if there is an element before */
  1352. align-items: center;
  1353. }
  1354. .bubble li > button form:not(:first-child),
  1355. .bubble li > a form:not(:first-child),
  1356. .bubble li > .menuitem form:not(:first-child),
  1357. .app-navigation-entry-menu li > button form:not(:first-child),
  1358. .app-navigation-entry-menu li > a form:not(:first-child),
  1359. .app-navigation-entry-menu li > .menuitem form:not(:first-child),
  1360. .popovermenu li > button form:not(:first-child),
  1361. .popovermenu li > a form:not(:first-child),
  1362. .popovermenu li > .menuitem form:not(:first-child) {
  1363. margin-left: 5px;
  1364. }
  1365. .bubble li > button > span.hidden + form,
  1366. .bubble li > button > span[style*="display:none"] + form,
  1367. .bubble li > a > span.hidden + form,
  1368. .bubble li > a > span[style*="display:none"] + form,
  1369. .bubble li > .menuitem > span.hidden + form,
  1370. .bubble li > .menuitem > span[style*="display:none"] + form,
  1371. .app-navigation-entry-menu li > button > span.hidden + form,
  1372. .app-navigation-entry-menu li > button > span[style*="display:none"] + form,
  1373. .app-navigation-entry-menu li > a > span.hidden + form,
  1374. .app-navigation-entry-menu li > a > span[style*="display:none"] + form,
  1375. .app-navigation-entry-menu li > .menuitem > span.hidden + form,
  1376. .app-navigation-entry-menu li > .menuitem > span[style*="display:none"] + form,
  1377. .popovermenu li > button > span.hidden + form,
  1378. .popovermenu li > button > span[style*="display:none"] + form,
  1379. .popovermenu li > a > span.hidden + form,
  1380. .popovermenu li > a > span[style*="display:none"] + form,
  1381. .popovermenu li > .menuitem > span.hidden + form,
  1382. .popovermenu li > .menuitem > span[style*="display:none"] + form {
  1383. margin-left: 0;
  1384. }
  1385. .bubble li > button input,
  1386. .bubble li > a input,
  1387. .bubble li > .menuitem input,
  1388. .app-navigation-entry-menu li > button input,
  1389. .app-navigation-entry-menu li > a input,
  1390. .app-navigation-entry-menu li > .menuitem input,
  1391. .popovermenu li > button input,
  1392. .popovermenu li > a input,
  1393. .popovermenu li > .menuitem input {
  1394. min-width: 44px;
  1395. max-height: 40px;
  1396. /* twice the element margin-y */
  1397. margin: 2px 0;
  1398. flex: 1 1 auto;
  1399. }
  1400. .bubble li > button input:not(:first-child),
  1401. .bubble li > a input:not(:first-child),
  1402. .bubble li > .menuitem input:not(:first-child),
  1403. .app-navigation-entry-menu li > button input:not(:first-child),
  1404. .app-navigation-entry-menu li > a input:not(:first-child),
  1405. .app-navigation-entry-menu li > .menuitem input:not(:first-child),
  1406. .popovermenu li > button input:not(:first-child),
  1407. .popovermenu li > a input:not(:first-child),
  1408. .popovermenu li > .menuitem input:not(:first-child) {
  1409. margin-left: 5px;
  1410. }
  1411. .bubble li:not(.hidden):not([style*="display:none"]):first-of-type > button > form, .bubble li:not(.hidden):not([style*="display:none"]):first-of-type > button > input, .bubble li:not(.hidden):not([style*="display:none"]):first-of-type > a > form, .bubble li:not(.hidden):not([style*="display:none"]):first-of-type > a > input, .bubble li:not(.hidden):not([style*="display:none"]):first-of-type > .menuitem > form, .bubble li:not(.hidden):not([style*="display:none"]):first-of-type > .menuitem > input,
  1412. .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):first-of-type > button > form,
  1413. .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):first-of-type > button > input,
  1414. .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):first-of-type > a > form,
  1415. .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):first-of-type > a > input,
  1416. .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):first-of-type > .menuitem > form,
  1417. .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):first-of-type > .menuitem > input,
  1418. .popovermenu li:not(.hidden):not([style*="display:none"]):first-of-type > button > form,
  1419. .popovermenu li:not(.hidden):not([style*="display:none"]):first-of-type > button > input,
  1420. .popovermenu li:not(.hidden):not([style*="display:none"]):first-of-type > a > form,
  1421. .popovermenu li:not(.hidden):not([style*="display:none"]):first-of-type > a > input,
  1422. .popovermenu li:not(.hidden):not([style*="display:none"]):first-of-type > .menuitem > form,
  1423. .popovermenu li:not(.hidden):not([style*="display:none"]):first-of-type > .menuitem > input {
  1424. margin-top: 12px;
  1425. }
  1426. .bubble li:not(.hidden):not([style*="display:none"]):last-of-type > button > form, .bubble li:not(.hidden):not([style*="display:none"]):last-of-type > button > input, .bubble li:not(.hidden):not([style*="display:none"]):last-of-type > a > form, .bubble li:not(.hidden):not([style*="display:none"]):last-of-type > a > input, .bubble li:not(.hidden):not([style*="display:none"]):last-of-type > .menuitem > form, .bubble li:not(.hidden):not([style*="display:none"]):last-of-type > .menuitem > input,
  1427. .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):last-of-type > button > form,
  1428. .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):last-of-type > button > input,
  1429. .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):last-of-type > a > form,
  1430. .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):last-of-type > a > input,
  1431. .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):last-of-type > .menuitem > form,
  1432. .app-navigation-entry-menu li:not(.hidden):not([style*="display:none"]):last-of-type > .menuitem > input,
  1433. .popovermenu li:not(.hidden):not([style*="display:none"]):last-of-type > button > form,
  1434. .popovermenu li:not(.hidden):not([style*="display:none"]):last-of-type > button > input,
  1435. .popovermenu li:not(.hidden):not([style*="display:none"]):last-of-type > a > form,
  1436. .popovermenu li:not(.hidden):not([style*="display:none"]):last-of-type > a > input,
  1437. .popovermenu li:not(.hidden):not([style*="display:none"]):last-of-type > .menuitem > form,
  1438. .popovermenu li:not(.hidden):not([style*="display:none"]):last-of-type > .menuitem > input {
  1439. margin-bottom: 0px;
  1440. }
  1441. .bubble li > button,
  1442. .app-navigation-entry-menu li > button,
  1443. .popovermenu li > button {
  1444. padding: 0;
  1445. }
  1446. .bubble li > button span,
  1447. .app-navigation-entry-menu li > button span,
  1448. .popovermenu li > button span {
  1449. opacity: 1;
  1450. }
  1451. /* "app-*" descendants use border-box sizing, so the height of the icon must be
  1452. * set to the height of the item (as well as its width to make it squared). */
  1453. #content[class*=app-] .bubble li > button,
  1454. #content[class*=app-] .bubble li > a,
  1455. #content[class*=app-] .bubble li > .menuitem,
  1456. #content[class*=app-] .app-navigation-entry-menu li > button,
  1457. #content[class*=app-] .app-navigation-entry-menu li > a,
  1458. #content[class*=app-] .app-navigation-entry-menu li > .menuitem,
  1459. #content[class*=app-] .popovermenu li > button,
  1460. #content[class*=app-] .popovermenu li > a,
  1461. #content[class*=app-] .popovermenu li > .menuitem {
  1462. width: fit-content;
  1463. /* DEPRECATED! old img in popover fallback
  1464. * TODO: to remove */
  1465. }
  1466. #content[class*=app-] .bubble li > button > img,
  1467. #content[class*=app-] .bubble li > a > img,
  1468. #content[class*=app-] .bubble li > .menuitem > img,
  1469. #content[class*=app-] .app-navigation-entry-menu li > button > img,
  1470. #content[class*=app-] .app-navigation-entry-menu li > a > img,
  1471. #content[class*=app-] .app-navigation-entry-menu li > .menuitem > img,
  1472. #content[class*=app-] .popovermenu li > button > img,
  1473. #content[class*=app-] .popovermenu li > a > img,
  1474. #content[class*=app-] .popovermenu li > .menuitem > img {
  1475. width: 44px;
  1476. height: 44px;
  1477. }
  1478. /* CONTENT LIST ------------------------------------------------------------ */
  1479. .app-content-list {
  1480. position: -webkit-sticky;
  1481. position: relative;
  1482. top: 0;
  1483. border-right: 1px solid var(--color-border);
  1484. display: flex;
  1485. flex-direction: column;
  1486. transition: transform 250ms ease-in-out;
  1487. min-height: 100%;
  1488. max-height: 100%;
  1489. overflow-y: auto;
  1490. overflow-x: hidden;
  1491. flex: 1 1 200px;
  1492. min-width: 200px;
  1493. max-width: 300px;
  1494. /* Default item */
  1495. }
  1496. .app-content-list .app-content-list-item {
  1497. position: relative;
  1498. height: 68px;
  1499. cursor: pointer;
  1500. padding: 10px 7px;
  1501. display: flex;
  1502. flex-wrap: wrap;
  1503. align-items: center;
  1504. flex: 0 0 auto;
  1505. /* Icon fixes */
  1506. }
  1507. .app-content-list .app-content-list-item > [class^=icon-],
  1508. .app-content-list .app-content-list-item > [class*=" icon-"],
  1509. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-],
  1510. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"] {
  1511. order: 4;
  1512. width: 24px;
  1513. height: 24px;
  1514. margin: -7px;
  1515. padding: 22px;
  1516. opacity: 0.3;
  1517. cursor: pointer;
  1518. }
  1519. .app-content-list .app-content-list-item > [class^=icon-]:hover, .app-content-list .app-content-list-item > [class^=icon-]:focus,
  1520. .app-content-list .app-content-list-item > [class*=" icon-"]:hover,
  1521. .app-content-list .app-content-list-item > [class*=" icon-"]:focus,
  1522. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-]:hover,
  1523. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-]:focus,
  1524. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"]:hover,
  1525. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"]:focus {
  1526. opacity: 0.7;
  1527. }
  1528. .app-content-list .app-content-list-item > [class^=icon-][class^=icon-star], .app-content-list .app-content-list-item > [class^=icon-][class*=" icon-star"],
  1529. .app-content-list .app-content-list-item > [class*=" icon-"][class^=icon-star],
  1530. .app-content-list .app-content-list-item > [class*=" icon-"][class*=" icon-star"],
  1531. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-][class^=icon-star],
  1532. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-][class*=" icon-star"],
  1533. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"][class^=icon-star],
  1534. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"][class*=" icon-star"] {
  1535. opacity: 0.7;
  1536. }
  1537. .app-content-list .app-content-list-item > [class^=icon-][class^=icon-star]:hover, .app-content-list .app-content-list-item > [class^=icon-][class^=icon-star]:focus, .app-content-list .app-content-list-item > [class^=icon-][class*=" icon-star"]:hover, .app-content-list .app-content-list-item > [class^=icon-][class*=" icon-star"]:focus,
  1538. .app-content-list .app-content-list-item > [class*=" icon-"][class^=icon-star]:hover,
  1539. .app-content-list .app-content-list-item > [class*=" icon-"][class^=icon-star]:focus,
  1540. .app-content-list .app-content-list-item > [class*=" icon-"][class*=" icon-star"]:hover,
  1541. .app-content-list .app-content-list-item > [class*=" icon-"][class*=" icon-star"]:focus,
  1542. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-][class^=icon-star]:hover,
  1543. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-][class^=icon-star]:focus,
  1544. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-][class*=" icon-star"]:hover,
  1545. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-][class*=" icon-star"]:focus,
  1546. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"][class^=icon-star]:hover,
  1547. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"][class^=icon-star]:focus,
  1548. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"][class*=" icon-star"]:hover,
  1549. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"][class*=" icon-star"]:focus {
  1550. opacity: 1;
  1551. }
  1552. .app-content-list .app-content-list-item > [class^=icon-].icon-starred,
  1553. .app-content-list .app-content-list-item > [class*=" icon-"].icon-starred,
  1554. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class^=icon-].icon-starred,
  1555. .app-content-list .app-content-list-item > .app-content-list-item-menu > [class*=" icon-"].icon-starred {
  1556. opacity: 1;
  1557. }
  1558. .app-content-list .app-content-list-item:hover, .app-content-list .app-content-list-item:focus, .app-content-list .app-content-list-item.active {
  1559. background-color: var(--color-background-dark);
  1560. }
  1561. .app-content-list .app-content-list-item:hover .app-content-list-item-checkbox.checkbox + label, .app-content-list .app-content-list-item:focus .app-content-list-item-checkbox.checkbox + label, .app-content-list .app-content-list-item.active .app-content-list-item-checkbox.checkbox + label {
  1562. display: flex;
  1563. }
  1564. .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox + label,
  1565. .app-content-list .app-content-list-item .app-content-list-item-star {
  1566. position: absolute;
  1567. height: 40px;
  1568. width: 40px;
  1569. z-index: 50;
  1570. }
  1571. .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox:checked + label, .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox:hover + label, .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox:focus + label, .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox.active + label {
  1572. display: flex;
  1573. }
  1574. .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox:checked + label + .app-content-list-item-icon, .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox:hover + label + .app-content-list-item-icon, .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox:focus + label + .app-content-list-item-icon, .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox.active + label + .app-content-list-item-icon {
  1575. opacity: 0.7;
  1576. }
  1577. .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox + label {
  1578. top: 14px;
  1579. left: 7px;
  1580. display: none;
  1581. /* Hide the star, priority to the checkbox */
  1582. }
  1583. .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox + label::before {
  1584. margin: 0;
  1585. }
  1586. .app-content-list .app-content-list-item .app-content-list-item-checkbox.checkbox + label ~ .app-content-list-item-star {
  1587. display: none;
  1588. }
  1589. .app-content-list .app-content-list-item .app-content-list-item-star {
  1590. display: flex;
  1591. top: 10px;
  1592. left: 32px;
  1593. background-size: 16px;
  1594. height: 20px;
  1595. width: 20px;
  1596. margin: 0;
  1597. padding: 0;
  1598. }
  1599. .app-content-list .app-content-list-item .app-content-list-item-icon {
  1600. position: absolute;
  1601. display: inline-block;
  1602. height: 40px;
  1603. width: 40px;
  1604. line-height: 40px;
  1605. border-radius: 50%;
  1606. vertical-align: middle;
  1607. margin-right: 10px;
  1608. color: #fff;
  1609. text-align: center;
  1610. font-size: 1.5em;
  1611. text-transform: capitalize;
  1612. object-fit: cover;
  1613. user-select: none;
  1614. cursor: pointer;
  1615. top: 50%;
  1616. margin-top: -20px;
  1617. }
  1618. .app-content-list .app-content-list-item .app-content-list-item-line-one,
  1619. .app-content-list .app-content-list-item .app-content-list-item-line-two {
  1620. display: block;
  1621. padding-left: 50px;
  1622. white-space: nowrap;
  1623. overflow: hidden;
  1624. text-overflow: ellipsis;
  1625. order: 1;
  1626. flex: 1 1 0px;
  1627. padding-right: 10px;
  1628. cursor: pointer;
  1629. }
  1630. .app-content-list .app-content-list-item .app-content-list-item-line-two {
  1631. opacity: 0.5;
  1632. order: 3;
  1633. flex: 1 0;
  1634. flex-basis: calc(100% - 44px);
  1635. }
  1636. .app-content-list .app-content-list-item .app-content-list-item-details {
  1637. order: 2;
  1638. white-space: nowrap;
  1639. overflow: hidden;
  1640. text-overflow: ellipsis;
  1641. max-width: 100px;
  1642. opacity: 0.5;
  1643. font-size: 80%;
  1644. user-select: none;
  1645. }
  1646. .app-content-list .app-content-list-item .app-content-list-item-menu {
  1647. order: 4;
  1648. position: relative;
  1649. }
  1650. .app-content-list .app-content-list-item .app-content-list-item-menu .popovermenu {
  1651. margin: 0;
  1652. right: -2px;
  1653. }
  1654. .app-content-list.selection .app-content-list-item-checkbox.checkbox + label {
  1655. display: flex;
  1656. }
  1657. /*# sourceMappingURL=apps.css.map */