apps.css 59 KB

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