ui.fancytree.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706
  1. /*!
  2. * Fancytree "Lion" skin.
  3. *
  4. * DON'T EDIT THE CSS FILE DIRECTLY, since it is automatically generated from
  5. * the LESS templates.
  6. */
  7. /*
  8. Lion colors:
  9. gray highlight bar: #D4D4D4
  10. blue highlight-bar and -border #3875D7
  11. */
  12. /*******************************************************************************
  13. * Common Styles for Fancytree Skins.
  14. *
  15. * This section is automatically generated from the `skin-common.less` template.
  16. ******************************************************************************/
  17. /*------------------------------------------------------------------------------
  18. * Helpers
  19. *----------------------------------------------------------------------------*/
  20. .fancytree-helper-hidden {
  21. display: none;
  22. }
  23. .fancytree-helper-indeterminate-cb {
  24. color: #777;
  25. }
  26. .fancytree-helper-disabled {
  27. color: #c0c0c0;
  28. }
  29. /* Helper to allow spinning loader icon with glyph-, ligature-, and SVG-icons. */
  30. .fancytree-helper-spin {
  31. -webkit-animation: spin 1000ms infinite linear;
  32. animation: spin 1000ms infinite linear;
  33. }
  34. @-webkit-keyframes spin {
  35. 0% {
  36. -webkit-transform: rotate(0deg);
  37. transform: rotate(0deg);
  38. }
  39. 100% {
  40. -webkit-transform: rotate(359deg);
  41. transform: rotate(359deg);
  42. }
  43. }
  44. @keyframes spin {
  45. 0% {
  46. -webkit-transform: rotate(0deg);
  47. transform: rotate(0deg);
  48. }
  49. 100% {
  50. -webkit-transform: rotate(359deg);
  51. transform: rotate(359deg);
  52. }
  53. }
  54. /*------------------------------------------------------------------------------
  55. * Container and UL / LI
  56. *----------------------------------------------------------------------------*/
  57. ul.fancytree-container {
  58. font-family: tahoma, arial, helvetica;
  59. font-size: 10pt;
  60. white-space: nowrap;
  61. padding: 3px;
  62. margin: 0;
  63. background-color: white;
  64. border: 1px dotted gray;
  65. min-height: 0%;
  66. position: relative;
  67. }
  68. ul.fancytree-container ul {
  69. padding: 0 0 0 16px;
  70. margin: 0;
  71. }
  72. ul.fancytree-container ul > li:before {
  73. content: none;
  74. }
  75. ul.fancytree-container li {
  76. list-style-image: none;
  77. list-style-position: outside;
  78. list-style-type: none;
  79. -moz-background-clip: border;
  80. -moz-background-inline-policy: continuous;
  81. -moz-background-origin: padding;
  82. background-attachment: scroll;
  83. background-color: transparent;
  84. background-position: 0px 0px;
  85. background-repeat: repeat-y;
  86. background-image: none;
  87. margin: 0;
  88. }
  89. ul.fancytree-container li.fancytree-lastsib {
  90. background-image: none;
  91. }
  92. .ui-fancytree-disabled ul.fancytree-container {
  93. opacity: 0.5;
  94. background-color: silver;
  95. }
  96. ul.fancytree-connectors.fancytree-container li {
  97. background-image: url("../skin-lion/vline.gif");
  98. background-position: 0 0;
  99. }
  100. ul.fancytree-container li.fancytree-lastsib,
  101. ul.fancytree-no-connector > li {
  102. background-image: none;
  103. }
  104. li.fancytree-animating {
  105. position: relative;
  106. }
  107. /*------------------------------------------------------------------------------
  108. * Common icon definitions
  109. *----------------------------------------------------------------------------*/
  110. span.fancytree-empty,
  111. span.fancytree-vline,
  112. span.fancytree-expander,
  113. span.fancytree-icon,
  114. span.fancytree-checkbox,
  115. span.fancytree-drag-helper-img,
  116. #fancytree-drop-marker {
  117. width: 16px;
  118. height: 16px;
  119. display: inline-block;
  120. vertical-align: top;
  121. background-repeat: no-repeat;
  122. background-position: left;
  123. background-image: url("../skin-lion/icons.gif");
  124. background-position: 0px 0px;
  125. }
  126. span.fancytree-icon,
  127. span.fancytree-checkbox,
  128. span.fancytree-expander,
  129. span.fancytree-custom-icon {
  130. margin-top: 0px;
  131. }
  132. /* Used by icon option: */
  133. span.fancytree-custom-icon {
  134. width: 16px;
  135. height: 16px;
  136. display: inline-block;
  137. margin-left: 3px;
  138. background-position: 0px 0px;
  139. }
  140. /* Used by 'icon' node option: */
  141. img.fancytree-icon {
  142. width: 16px;
  143. height: 16px;
  144. margin-left: 3px;
  145. margin-top: 0px;
  146. vertical-align: top;
  147. border-style: none;
  148. }
  149. /*------------------------------------------------------------------------------
  150. * Expander icon
  151. *
  152. * Note: IE6 doesn't correctly evaluate multiples class names,
  153. * so we create combined class names that can be used in the CSS.
  154. *
  155. * Prefix: fancytree-exp-
  156. * 1st character: 'e': expanded, 'c': collapsed, 'n': no children
  157. * 2nd character (optional): 'd': lazy (Delayed)
  158. * 3rd character (optional): 'l': Last sibling
  159. *----------------------------------------------------------------------------*/
  160. span.fancytree-expander {
  161. cursor: pointer;
  162. }
  163. .fancytree-exp-n span.fancytree-expander,
  164. .fancytree-exp-nl span.fancytree-expander {
  165. background-image: none;
  166. cursor: default;
  167. }
  168. .fancytree-connectors .fancytree-exp-n span.fancytree-expander,
  169. .fancytree-connectors .fancytree-exp-nl span.fancytree-expander {
  170. background-image: url("../skin-lion/icons.gif");
  171. margin-top: 0;
  172. }
  173. .fancytree-connectors .fancytree-exp-n span.fancytree-expander,
  174. .fancytree-connectors .fancytree-exp-n span.fancytree-expander:hover {
  175. background-position: 0px -64px;
  176. }
  177. .fancytree-connectors .fancytree-exp-nl span.fancytree-expander,
  178. .fancytree-connectors .fancytree-exp-nl span.fancytree-expander:hover {
  179. background-position: -16px -64px;
  180. }
  181. .fancytree-exp-c span.fancytree-expander {
  182. background-position: 0px -80px;
  183. }
  184. .fancytree-exp-c span.fancytree-expander:hover {
  185. background-position: -16px -80px;
  186. }
  187. .fancytree-exp-cl span.fancytree-expander {
  188. background-position: 0px -96px;
  189. }
  190. .fancytree-exp-cl span.fancytree-expander:hover {
  191. background-position: -16px -96px;
  192. }
  193. .fancytree-exp-cd span.fancytree-expander {
  194. background-position: -64px -80px;
  195. }
  196. .fancytree-exp-cd span.fancytree-expander:hover {
  197. background-position: -80px -80px;
  198. }
  199. .fancytree-exp-cdl span.fancytree-expander {
  200. background-position: -64px -96px;
  201. }
  202. .fancytree-exp-cdl span.fancytree-expander:hover {
  203. background-position: -80px -96px;
  204. }
  205. .fancytree-exp-e span.fancytree-expander,
  206. .fancytree-exp-ed span.fancytree-expander {
  207. background-position: -32px -80px;
  208. }
  209. .fancytree-exp-e span.fancytree-expander:hover,
  210. .fancytree-exp-ed span.fancytree-expander:hover {
  211. background-position: -48px -80px;
  212. }
  213. .fancytree-exp-el span.fancytree-expander,
  214. .fancytree-exp-edl span.fancytree-expander {
  215. background-position: -32px -96px;
  216. }
  217. .fancytree-exp-el span.fancytree-expander:hover,
  218. .fancytree-exp-edl span.fancytree-expander:hover {
  219. background-position: -48px -96px;
  220. }
  221. /* Fade out expanders, when container is not hovered or active */
  222. .fancytree-fade-expander span.fancytree-expander {
  223. transition: opacity 1.5s;
  224. opacity: 0;
  225. }
  226. .fancytree-fade-expander:hover span.fancytree-expander,
  227. .fancytree-fade-expander.fancytree-treefocus span.fancytree-expander,
  228. .fancytree-fade-expander .fancytree-treefocus span.fancytree-expander,
  229. .fancytree-fade-expander [class*='fancytree-statusnode-'] span.fancytree-expander {
  230. transition: opacity 0.6s;
  231. opacity: 1;
  232. }
  233. /*------------------------------------------------------------------------------
  234. * Checkbox icon
  235. *----------------------------------------------------------------------------*/
  236. span.fancytree-checkbox {
  237. margin-left: 3px;
  238. background-position: 0px -32px;
  239. }
  240. span.fancytree-checkbox:hover {
  241. background-position: -16px -32px;
  242. }
  243. span.fancytree-checkbox.fancytree-radio {
  244. background-position: 0px -48px;
  245. }
  246. span.fancytree-checkbox.fancytree-radio:hover {
  247. background-position: -16px -48px;
  248. }
  249. .fancytree-partsel span.fancytree-checkbox {
  250. background-position: -64px -32px;
  251. }
  252. .fancytree-partsel span.fancytree-checkbox:hover {
  253. background-position: -80px -32px;
  254. }
  255. .fancytree-partsel span.fancytree-checkbox.fancytree-radio {
  256. background-position: -64px -48px;
  257. }
  258. .fancytree-partsel span.fancytree-checkbox.fancytree-radio:hover {
  259. background-position: -80px -48px;
  260. }
  261. .fancytree-selected span.fancytree-checkbox {
  262. background-position: -32px -32px;
  263. }
  264. .fancytree-selected span.fancytree-checkbox:hover {
  265. background-position: -48px -32px;
  266. }
  267. .fancytree-selected span.fancytree-checkbox.fancytree-radio {
  268. background-position: -32px -48px;
  269. }
  270. .fancytree-selected span.fancytree-checkbox.fancytree-radio:hover {
  271. background-position: -48px -48px;
  272. }
  273. .fancytree-unselectable span.fancytree-checkbox {
  274. opacity: 0.4;
  275. filter: alpha(opacity=40);
  276. }
  277. .fancytree-unselectable span.fancytree-checkbox:hover {
  278. background-position: 0px -32px;
  279. }
  280. .fancytree-unselectable.fancytree-partsel span.fancytree-checkbox:hover {
  281. background-position: -64px -32px;
  282. }
  283. .fancytree-unselectable.fancytree-selected span.fancytree-checkbox:hover {
  284. background-position: -32px -32px;
  285. }
  286. /*------------------------------------------------------------------------------
  287. * Node type icon
  288. * Note: IE6 doesn't correctly evaluate multiples class names,
  289. * so we create combined class names that can be used in the CSS.
  290. *
  291. * Prefix: fancytree-ico-
  292. * 1st character: 'e': expanded, 'c': collapsed
  293. * 2nd character (optional): 'f': folder
  294. *----------------------------------------------------------------------------*/
  295. span.fancytree-icon {
  296. margin-left: 3px;
  297. background-position: 0px 0px;
  298. }
  299. /* Documents */
  300. .fancytree-ico-c span.fancytree-icon:hover {
  301. background-position: -16px 0px;
  302. }
  303. .fancytree-has-children.fancytree-ico-c span.fancytree-icon {
  304. background-position: -32px 0px;
  305. }
  306. .fancytree-has-children.fancytree-ico-c span.fancytree-icon:hover {
  307. background-position: -48px 0px;
  308. }
  309. .fancytree-ico-e span.fancytree-icon {
  310. background-position: -64px 0px;
  311. }
  312. .fancytree-ico-e span.fancytree-icon:hover {
  313. background-position: -80px 0px;
  314. }
  315. /* Folders */
  316. .fancytree-ico-cf span.fancytree-icon {
  317. background-position: 0px -16px;
  318. }
  319. .fancytree-ico-cf span.fancytree-icon:hover {
  320. background-position: -16px -16px;
  321. }
  322. .fancytree-has-children.fancytree-ico-cf span.fancytree-icon {
  323. background-position: -32px -16px;
  324. }
  325. .fancytree-has-children.fancytree-ico-cf span.fancytree-icon:hover {
  326. background-position: -48px -16px;
  327. }
  328. .fancytree-ico-ef span.fancytree-icon {
  329. background-position: -64px -16px;
  330. }
  331. .fancytree-ico-ef span.fancytree-icon:hover {
  332. background-position: -80px -16px;
  333. }
  334. .fancytree-loading span.fancytree-expander,
  335. .fancytree-loading span.fancytree-expander:hover,
  336. .fancytree-statusnode-loading span.fancytree-icon,
  337. .fancytree-statusnode-loading span.fancytree-icon:hover {
  338. background-image: url("../skin-lion/loading.gif");
  339. background-position: 0px 0px;
  340. }
  341. /* Status node icons */
  342. .fancytree-statusnode-error span.fancytree-icon,
  343. .fancytree-statusnode-error span.fancytree-icon:hover {
  344. background-position: 0px -112px;
  345. }
  346. /*------------------------------------------------------------------------------
  347. * Node titles and highlighting
  348. *----------------------------------------------------------------------------*/
  349. span.fancytree-node {
  350. /* See #117 */
  351. display: inherit;
  352. width: 100%;
  353. margin-top: 1px;
  354. min-height: 16px;
  355. }
  356. span.fancytree-title {
  357. color: black;
  358. cursor: pointer;
  359. display: inline-block;
  360. vertical-align: top;
  361. min-height: 16px;
  362. padding: 0 3px 0 3px;
  363. margin: 0px 0 0 3px;
  364. border: 1px solid transparent;
  365. -webkit-border-radius: 0px;
  366. -moz-border-radius: 0px;
  367. -ms-border-radius: 0px;
  368. -o-border-radius: 0px;
  369. border-radius: 0px;
  370. }
  371. span.fancytree-node.fancytree-error span.fancytree-title {
  372. color: red;
  373. }
  374. /*------------------------------------------------------------------------------
  375. * Drag'n'drop support
  376. *----------------------------------------------------------------------------*/
  377. /* ext-dnd5: */
  378. span.fancytree-childcounter {
  379. color: #fff;
  380. background: #337ab7;
  381. border: 1px solid gray;
  382. border-radius: 10px;
  383. padding: 2px;
  384. text-align: center;
  385. }
  386. /* ext-dnd: */
  387. div.fancytree-drag-helper span.fancytree-childcounter,
  388. div.fancytree-drag-helper span.fancytree-dnd-modifier {
  389. display: inline-block;
  390. color: #fff;
  391. background: #337ab7;
  392. border: 1px solid gray;
  393. min-width: 10px;
  394. height: 10px;
  395. line-height: 1;
  396. vertical-align: baseline;
  397. border-radius: 10px;
  398. padding: 2px;
  399. text-align: center;
  400. font-size: 9px;
  401. }
  402. div.fancytree-drag-helper span.fancytree-childcounter {
  403. position: absolute;
  404. top: -6px;
  405. right: -6px;
  406. }
  407. div.fancytree-drag-helper span.fancytree-dnd-modifier {
  408. background: #5cb85c;
  409. border: none;
  410. font-weight: bolder;
  411. }
  412. div.fancytree-drag-helper.fancytree-drop-accept span.fancytree-drag-helper-img {
  413. background-position: -32px -112px;
  414. }
  415. div.fancytree-drag-helper.fancytree-drop-reject span.fancytree-drag-helper-img {
  416. background-position: -16px -112px;
  417. }
  418. /*** Drop marker icon *********************************************************/
  419. #fancytree-drop-marker {
  420. width: 32px;
  421. position: absolute;
  422. background-position: 0px -128px;
  423. margin: 0;
  424. }
  425. #fancytree-drop-marker.fancytree-drop-after,
  426. #fancytree-drop-marker.fancytree-drop-before {
  427. width: 64px;
  428. background-position: 0px -144px;
  429. }
  430. #fancytree-drop-marker.fancytree-drop-copy {
  431. background-position: -64px -128px;
  432. }
  433. #fancytree-drop-marker.fancytree-drop-move {
  434. background-position: -32px -128px;
  435. }
  436. /*** Source node while dragging ***********************************************/
  437. span.fancytree-drag-source.fancytree-drag-remove {
  438. opacity: 0.15;
  439. }
  440. /*** Target node while dragging cursor is over it *****************************/
  441. /*------------------------------------------------------------------------------
  442. * 'rtl' option
  443. *----------------------------------------------------------------------------*/
  444. .fancytree-container.fancytree-rtl .fancytree-title {
  445. /*unicode-bidi: bidi-override;*/
  446. /* optional: reverse title letters */
  447. }
  448. .fancytree-container.fancytree-rtl span.fancytree-connector,
  449. .fancytree-container.fancytree-rtl span.fancytree-expander,
  450. .fancytree-container.fancytree-rtl span.fancytree-icon,
  451. .fancytree-container.fancytree-rtl span.fancytree-drag-helper-img {
  452. background-image: url("../skin-lion/icons-rtl.gif");
  453. }
  454. .fancytree-container.fancytree-rtl .fancytree-exp-n span.fancytree-expander,
  455. .fancytree-container.fancytree-rtl .fancytree-exp-nl span.fancytree-expander {
  456. background-image: none;
  457. }
  458. .fancytree-container.fancytree-rtl.fancytree-connectors .fancytree-exp-n span.fancytree-expander,
  459. .fancytree-container.fancytree-rtl.fancytree-connectors .fancytree-exp-nl span.fancytree-expander {
  460. background-image: url("../skin-lion/icons-rtl.gif");
  461. }
  462. ul.fancytree-container.fancytree-rtl ul {
  463. padding: 0 16px 0 0;
  464. }
  465. ul.fancytree-container.fancytree-rtl.fancytree-connectors li {
  466. background-position: right 0;
  467. background-image: url("../skin-lion/vline-rtl.gif");
  468. }
  469. ul.fancytree-container.fancytree-rtl li.fancytree-lastsib,
  470. ul.fancytree-container.fancytree-rtl.fancytree-no-connector > li {
  471. background-image: none;
  472. }
  473. #fancytree-drop-marker.fancytree-rtl {
  474. background-image: url("../skin-lion/icons-rtl.gif");
  475. }
  476. /*------------------------------------------------------------------------------
  477. * 'table' extension
  478. *----------------------------------------------------------------------------*/
  479. table.fancytree-ext-table {
  480. border-collapse: collapse;
  481. }
  482. table.fancytree-ext-table span.fancytree-node {
  483. display: inline-block;
  484. box-sizing: border-box;
  485. }
  486. /*------------------------------------------------------------------------------
  487. * 'columnview' extension
  488. *----------------------------------------------------------------------------*/
  489. table.fancytree-ext-columnview tbody tr td {
  490. position: relative;
  491. border: 1px solid gray;
  492. vertical-align: top;
  493. overflow: auto;
  494. }
  495. table.fancytree-ext-columnview tbody tr td > ul {
  496. padding: 0;
  497. }
  498. table.fancytree-ext-columnview tbody tr td > ul li {
  499. list-style-image: none;
  500. list-style-position: outside;
  501. list-style-type: none;
  502. -moz-background-clip: border;
  503. -moz-background-inline-policy: continuous;
  504. -moz-background-origin: padding;
  505. background-attachment: scroll;
  506. background-color: transparent;
  507. background-position: 0px 0px;
  508. background-repeat: repeat-y;
  509. background-image: none;
  510. /* no v-lines */
  511. margin: 0;
  512. }
  513. table.fancytree-ext-columnview span.fancytree-node {
  514. position: relative;
  515. /* allow positioning of embedded spans */
  516. display: inline-block;
  517. }
  518. table.fancytree-ext-columnview span.fancytree-node.fancytree-expanded {
  519. background-color: #CBE8F6;
  520. }
  521. table.fancytree-ext-columnview .fancytree-has-children span.fancytree-cv-right {
  522. position: absolute;
  523. right: 3px;
  524. background-position: 0px -80px;
  525. }
  526. table.fancytree-ext-columnview .fancytree-has-children span.fancytree-cv-right:hover {
  527. background-position: -16px -80px;
  528. }
  529. /*------------------------------------------------------------------------------
  530. * 'filter' extension
  531. *----------------------------------------------------------------------------*/
  532. .fancytree-ext-filter-dimm span.fancytree-node span.fancytree-title {
  533. color: #c0c0c0;
  534. font-weight: lighter;
  535. }
  536. .fancytree-ext-filter-dimm tr.fancytree-submatch span.fancytree-title,
  537. .fancytree-ext-filter-dimm span.fancytree-node.fancytree-submatch span.fancytree-title {
  538. color: black;
  539. font-weight: normal;
  540. }
  541. .fancytree-ext-filter-dimm tr.fancytree-match span.fancytree-title,
  542. .fancytree-ext-filter-dimm span.fancytree-node.fancytree-match span.fancytree-title {
  543. color: black;
  544. font-weight: bold;
  545. }
  546. .fancytree-ext-filter-hide tr.fancytree-hide,
  547. .fancytree-ext-filter-hide span.fancytree-node.fancytree-hide {
  548. display: none;
  549. }
  550. .fancytree-ext-filter-hide tr.fancytree-submatch span.fancytree-title,
  551. .fancytree-ext-filter-hide span.fancytree-node.fancytree-submatch span.fancytree-title {
  552. color: #c0c0c0;
  553. font-weight: lighter;
  554. }
  555. .fancytree-ext-filter-hide tr.fancytree-match span.fancytree-title,
  556. .fancytree-ext-filter-hide span.fancytree-node.fancytree-match span.fancytree-title {
  557. color: black;
  558. font-weight: normal;
  559. }
  560. /* Hide expanders if all child nodes are hidden by filter */
  561. .fancytree-ext-filter-hide-expanders tr.fancytree-match span.fancytree-expander,
  562. .fancytree-ext-filter-hide-expanders span.fancytree-node.fancytree-match span.fancytree-expander {
  563. visibility: hidden;
  564. }
  565. .fancytree-ext-filter-hide-expanders tr.fancytree-submatch span.fancytree-expander,
  566. .fancytree-ext-filter-hide-expanders span.fancytree-node.fancytree-submatch span.fancytree-expander {
  567. visibility: visible;
  568. }
  569. .fancytree-ext-childcounter span.fancytree-icon,
  570. .fancytree-ext-filter span.fancytree-icon {
  571. position: relative;
  572. }
  573. .fancytree-ext-childcounter span.fancytree-childcounter,
  574. .fancytree-ext-filter span.fancytree-childcounter {
  575. color: #fff;
  576. background: #777;
  577. border: 1px solid gray;
  578. position: absolute;
  579. top: -6px;
  580. right: -6px;
  581. min-width: 10px;
  582. height: 10px;
  583. line-height: 1;
  584. vertical-align: baseline;
  585. border-radius: 10px;
  586. padding: 2px;
  587. text-align: center;
  588. font-size: 9px;
  589. }
  590. /*------------------------------------------------------------------------------
  591. * 'wide' extension
  592. *----------------------------------------------------------------------------*/
  593. ul.fancytree-ext-wide {
  594. position: relative;
  595. min-width: 100%;
  596. z-index: 2;
  597. -webkit-box-sizing: border-box;
  598. -moz-box-sizing: border-box;
  599. box-sizing: border-box;
  600. }
  601. ul.fancytree-ext-wide span.fancytree-node > span {
  602. position: relative;
  603. z-index: 2;
  604. }
  605. ul.fancytree-ext-wide span.fancytree-node span.fancytree-title {
  606. position: absolute;
  607. z-index: 1;
  608. left: 0px;
  609. min-width: 100%;
  610. margin-left: 0;
  611. margin-right: 0;
  612. -webkit-box-sizing: border-box;
  613. -moz-box-sizing: border-box;
  614. box-sizing: border-box;
  615. }
  616. /*------------------------------------------------------------------------------
  617. * 'fixed' extension
  618. *----------------------------------------------------------------------------*/
  619. .fancytree-ext-fixed-wrapper .fancytree-ext-fixed-hidden {
  620. display: none;
  621. }
  622. .fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-scroll-border-bottom {
  623. border-bottom: 3px solid rgba(0, 0, 0, 0.75);
  624. }
  625. .fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-scroll-border-right {
  626. border-right: 3px solid rgba(0, 0, 0, 0.75);
  627. }
  628. .fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-wrapper-tl {
  629. position: absolute;
  630. overflow: hidden;
  631. z-index: 3;
  632. top: 0px;
  633. left: 0px;
  634. }
  635. .fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-wrapper-tr {
  636. position: absolute;
  637. overflow: hidden;
  638. z-index: 2;
  639. top: 0px;
  640. }
  641. .fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-wrapper-bl {
  642. position: absolute;
  643. overflow: hidden;
  644. z-index: 2;
  645. left: 0px;
  646. }
  647. .fancytree-ext-fixed-wrapper div.fancytree-ext-fixed-wrapper-br {
  648. position: absolute;
  649. overflow: scroll;
  650. z-index: 1;
  651. }
  652. /*******************************************************************************
  653. * Styles specific to this skin.
  654. *
  655. * This section is automatically generated from the `ui-fancytree.less` template.
  656. ******************************************************************************/
  657. /*******************************************************************************
  658. * Node titles
  659. */
  660. span.fancytree-title {
  661. border: 1px solid transparent;
  662. border-radius: 0;
  663. }
  664. span.fancytree-focused span.fancytree-title {
  665. outline: 1px dotted black;
  666. }
  667. span.fancytree-selected span.fancytree-title,
  668. span.fancytree-active span.fancytree-title {
  669. background-color: #D4D4D4;
  670. }
  671. span.fancytree-selected span.fancytree-title {
  672. font-style: italic;
  673. }
  674. .fancytree-treefocus span.fancytree-selected span.fancytree-title,
  675. .fancytree-treefocus span.fancytree-active span.fancytree-title {
  676. color: white;
  677. background-color: #3875D7;
  678. }
  679. /*******************************************************************************
  680. * 'table' extension
  681. */
  682. table.fancytree-ext-table {
  683. border-collapse: collapse;
  684. }
  685. table.fancytree-ext-table tbody tr.fancytree-focused {
  686. background-color: #99DEFD;
  687. }
  688. table.fancytree-ext-table tbody tr.fancytree-active {
  689. background-color: royalblue;
  690. }
  691. table.fancytree-ext-table tbody tr.fancytree-selected {
  692. background-color: #99DEFD;
  693. }
  694. /*******************************************************************************
  695. * 'columnview' extension
  696. */
  697. table.fancytree-ext-columnview tbody tr td {
  698. border: 1px solid gray;
  699. }
  700. table.fancytree-ext-columnview span.fancytree-node.fancytree-expanded {
  701. background-color: #ccc;
  702. }
  703. table.fancytree-ext-columnview span.fancytree-node.fancytree-active {
  704. background-color: royalblue;
  705. }