admin-setting.css
5 years ago
design.css
5 years ago
design.min.css
5 years ago
folder-icon.css
5 years ago
folders.css
5 years ago
folders.min.css
5 years ago
jquery.mcustomscrollbar.min.css
5 years ago
jstree.css
5 years ago
jstree.min.css
5 years ago
media.css
5 years ago
new-media.css
5 years ago
page-post-media.css
4 years ago
page-post-media.min.css
4 years ago
replace-media.css
5 years ago
select2.min.css
5 years ago
settings.css
5 years ago
spectrum.min.css
6 years ago
jstree.css
1414 lines
| 1 | .jstree-children, .jstree-container-ul, .jstree-node { |
| 2 | display: block; |
| 3 | margin: 0; |
| 4 | padding: 0; |
| 5 | list-style-type: none; |
| 6 | list-style-image: none |
| 7 | } |
| 8 | |
| 9 | .jstree-node { |
| 10 | white-space: nowrap |
| 11 | } |
| 12 | |
| 13 | .jstree-anchor { |
| 14 | display: inline-block; |
| 15 | color: #000; |
| 16 | white-space: nowrap; |
| 17 | padding: 0 4px 0 1px; |
| 18 | margin: 0; |
| 19 | vertical-align: top |
| 20 | } |
| 21 | |
| 22 | .jstree-anchor:focus { |
| 23 | outline: 0 |
| 24 | } |
| 25 | |
| 26 | .jstree-anchor, .jstree-anchor:active, .jstree-anchor:hover, .jstree-anchor:link, .jstree-anchor:visited { |
| 27 | text-decoration: none |
| 28 | } |
| 29 | |
| 30 | .jstree-icon { |
| 31 | display: inline-block; |
| 32 | text-decoration: none; |
| 33 | margin: 0; |
| 34 | padding: 0; |
| 35 | vertical-align: top; |
| 36 | text-align: center |
| 37 | } |
| 38 | |
| 39 | .jstree-icon:empty { |
| 40 | display: inline-block; |
| 41 | text-decoration: none; |
| 42 | margin: 0; |
| 43 | padding: 0; |
| 44 | vertical-align: top; |
| 45 | text-align: center |
| 46 | } |
| 47 | |
| 48 | .jstree-ocl { |
| 49 | cursor: pointer |
| 50 | } |
| 51 | |
| 52 | .jstree-leaf > .jstree-ocl { |
| 53 | cursor: default |
| 54 | } |
| 55 | |
| 56 | .jstree .jstree-open > .jstree-children { |
| 57 | display: block |
| 58 | } |
| 59 | |
| 60 | .jstree .jstree-closed > .jstree-children, .jstree .jstree-leaf > .jstree-children { |
| 61 | display: none |
| 62 | } |
| 63 | |
| 64 | .jstree-anchor > .jstree-themeicon { |
| 65 | margin-right: 2px |
| 66 | } |
| 67 | |
| 68 | .jstree-anchor > .jstree-themeicon-hidden, .jstree-no-icons .jstree-themeicon { |
| 69 | display: none |
| 70 | } |
| 71 | |
| 72 | .jstree-hidden, .jstree-node.jstree-hidden { |
| 73 | display: none |
| 74 | } |
| 75 | |
| 76 | .jstree-rtl .jstree-anchor { |
| 77 | padding: 0 1px 0 4px |
| 78 | } |
| 79 | |
| 80 | .jstree-rtl .jstree-anchor > .jstree-themeicon { |
| 81 | margin-left: 2px; |
| 82 | margin-right: 0 |
| 83 | } |
| 84 | |
| 85 | .jstree-rtl .jstree-node { |
| 86 | margin-left: 0 |
| 87 | } |
| 88 | |
| 89 | .jstree-rtl .jstree-container-ul > .jstree-node { |
| 90 | margin-right: 0 |
| 91 | } |
| 92 | |
| 93 | .jstree-wholerow-ul { |
| 94 | position: relative; |
| 95 | display: inline-block; |
| 96 | min-width: 100% |
| 97 | } |
| 98 | |
| 99 | .jstree-wholerow-ul .jstree-leaf > .jstree-ocl { |
| 100 | cursor: pointer |
| 101 | } |
| 102 | |
| 103 | .jstree-wholerow-ul .jstree-anchor, .jstree-wholerow-ul .jstree-icon { |
| 104 | position: relative |
| 105 | } |
| 106 | |
| 107 | .jstree-wholerow-ul .jstree-wholerow { |
| 108 | width: 100%; |
| 109 | cursor: pointer; |
| 110 | position: absolute; |
| 111 | left: 0; |
| 112 | -webkit-user-select: none; |
| 113 | -moz-user-select: none; |
| 114 | -ms-user-select: none; |
| 115 | user-select: none |
| 116 | } |
| 117 | |
| 118 | .jstree-contextmenu .jstree-anchor { |
| 119 | -webkit-user-select: none; |
| 120 | -webkit-touch-callout: none |
| 121 | } |
| 122 | |
| 123 | .vakata-context { |
| 124 | display: none |
| 125 | } |
| 126 | |
| 127 | .vakata-context, .vakata-context ul { |
| 128 | margin: 0; |
| 129 | padding: 2px; |
| 130 | position: absolute; |
| 131 | background: #f5f5f5; |
| 132 | border: 1px solid #979797; |
| 133 | box-shadow: 2px 2px 2px #999 |
| 134 | } |
| 135 | |
| 136 | .vakata-context ul { |
| 137 | list-style: none; |
| 138 | left: 100%; |
| 139 | margin-top: -2.7em; |
| 140 | margin-left: -4px |
| 141 | } |
| 142 | |
| 143 | .vakata-context .vakata-context-right ul { |
| 144 | left: auto; |
| 145 | right: 100%; |
| 146 | margin-left: auto; |
| 147 | margin-right: -4px |
| 148 | } |
| 149 | |
| 150 | .vakata-context li { |
| 151 | list-style: none |
| 152 | } |
| 153 | |
| 154 | .vakata-context li > a { |
| 155 | display: block; |
| 156 | padding: 0 2em 0 2em; |
| 157 | text-decoration: none; |
| 158 | width: auto; |
| 159 | color: #000; |
| 160 | white-space: nowrap; |
| 161 | line-height: 2.4em; |
| 162 | text-shadow: 1px 1px 0 #fff; |
| 163 | border-radius: 1px |
| 164 | } |
| 165 | |
| 166 | .vakata-context li > a:hover { |
| 167 | position: relative; |
| 168 | background-color: #e8eff7; |
| 169 | box-shadow: 0 0 2px #0a6aa1 |
| 170 | } |
| 171 | |
| 172 | .vakata-context li > a.vakata-context-parent { |
| 173 | background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==); |
| 174 | background-position: right center; |
| 175 | background-repeat: no-repeat |
| 176 | } |
| 177 | |
| 178 | .vakata-context li > a:focus { |
| 179 | outline: 0 |
| 180 | } |
| 181 | |
| 182 | .vakata-context .vakata-context-hover > a { |
| 183 | position: relative; |
| 184 | background-color: #e8eff7; |
| 185 | box-shadow: 0 0 2px #0a6aa1 |
| 186 | } |
| 187 | |
| 188 | .vakata-context .vakata-context-separator > a, .vakata-context .vakata-context-separator > a:hover { |
| 189 | background: #fff; |
| 190 | border: 0; |
| 191 | border-top: 1px solid #e2e3e3; |
| 192 | height: 1px; |
| 193 | min-height: 1px; |
| 194 | max-height: 1px; |
| 195 | padding: 0; |
| 196 | margin: 0 0 0 2.4em; |
| 197 | border-left: 1px solid #e0e0e0; |
| 198 | text-shadow: 0 0 0 transparent; |
| 199 | box-shadow: 0 0 0 transparent; |
| 200 | border-radius: 0 |
| 201 | } |
| 202 | |
| 203 | .vakata-context .vakata-contextmenu-disabled a, .vakata-context .vakata-contextmenu-disabled a:hover { |
| 204 | color: silver; |
| 205 | background-color: transparent; |
| 206 | border: 0; |
| 207 | box-shadow: 0 0 0 |
| 208 | } |
| 209 | |
| 210 | .vakata-context .vakata-contextmenu-disabled > a > i { |
| 211 | filter: grayscale(100%) |
| 212 | } |
| 213 | |
| 214 | .vakata-context li > a > i { |
| 215 | text-decoration: none; |
| 216 | display: inline-block; |
| 217 | width: 2.4em; |
| 218 | height: 2.4em; |
| 219 | background: 0 0; |
| 220 | margin: 0 0 0 -2em; |
| 221 | vertical-align: top; |
| 222 | text-align: center; |
| 223 | line-height: 2.4em |
| 224 | } |
| 225 | |
| 226 | .vakata-context li > a > i:empty { |
| 227 | width: 2.4em; |
| 228 | line-height: 2.4em |
| 229 | } |
| 230 | |
| 231 | .vakata-context li > a .vakata-contextmenu-sep { |
| 232 | display: inline-block; |
| 233 | width: 1px; |
| 234 | height: 2.4em; |
| 235 | background: #fff; |
| 236 | margin: 0 .5em 0 0; |
| 237 | border-left: 1px solid #e2e3e3 |
| 238 | } |
| 239 | |
| 240 | .vakata-context .vakata-contextmenu-shortcut { |
| 241 | font-size: .8em; |
| 242 | color: silver; |
| 243 | opacity: .5; |
| 244 | display: none |
| 245 | } |
| 246 | |
| 247 | .vakata-context-rtl ul { |
| 248 | left: auto; |
| 249 | right: 100%; |
| 250 | margin-left: auto; |
| 251 | margin-right: -4px |
| 252 | } |
| 253 | |
| 254 | .vakata-context-rtl li > a.vakata-context-parent { |
| 255 | background-image: url(data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7); |
| 256 | background-position: left center; |
| 257 | background-repeat: no-repeat |
| 258 | } |
| 259 | |
| 260 | .vakata-context-rtl .vakata-context-separator > a { |
| 261 | margin: 0 2.4em 0 0; |
| 262 | border-left: 0; |
| 263 | border-right: 1px solid #e2e3e3 |
| 264 | } |
| 265 | |
| 266 | .vakata-context-rtl .vakata-context-left ul { |
| 267 | right: auto; |
| 268 | left: 100%; |
| 269 | margin-left: -4px; |
| 270 | margin-right: auto |
| 271 | } |
| 272 | |
| 273 | .vakata-context-rtl li > a > i { |
| 274 | margin: 0 -2em 0 0 |
| 275 | } |
| 276 | |
| 277 | .vakata-context-rtl li > a .vakata-contextmenu-sep { |
| 278 | margin: 0 0 0 .5em; |
| 279 | border-left-color: #fff; |
| 280 | background: #e2e3e3 |
| 281 | } |
| 282 | |
| 283 | #jstree-marker { |
| 284 | position: absolute; |
| 285 | top: 0; |
| 286 | left: 0; |
| 287 | margin: -5px 0 0 0; |
| 288 | padding: 0; |
| 289 | border-right: 0; |
| 290 | border-top: 5px solid transparent; |
| 291 | border-bottom: 5px solid transparent; |
| 292 | border-left: 5px solid; |
| 293 | width: 0; |
| 294 | height: 0; |
| 295 | font-size: 0; |
| 296 | line-height: 0; |
| 297 | display: none !important; |
| 298 | } |
| 299 | |
| 300 | .jstree-copy, .jstree-icon { |
| 301 | display: inline-block; |
| 302 | text-decoration: none; |
| 303 | margin: 0 2px 0 0; |
| 304 | padding: 0; |
| 305 | width: 16px; |
| 306 | height: 16px |
| 307 | } |
| 308 | |
| 309 | .jstree-ok { |
| 310 | background: green |
| 311 | } |
| 312 | |
| 313 | .jstree-er { |
| 314 | background: red |
| 315 | } |
| 316 | |
| 317 | .jstree-copy { |
| 318 | margin: 0 2px 0 2px |
| 319 | } |
| 320 | |
| 321 | /* |
| 322 | .jstree-default .jstree-icon, .jstree-default .jstree-node { |
| 323 | background-repeat: no-repeat; |
| 324 | background-color: transparent |
| 325 | }*/ |
| 326 | |
| 327 | .jstree-default .jstree-anchor, .jstree-default .jstree-animated, .jstree-default .jstree-wholerow { |
| 328 | transition: background-color .15s, box-shadow .15s |
| 329 | } |
| 330 | |
| 331 | .jstree-default .jstree-hovered { |
| 332 | box-shadow: inset 0 0 1px #ccc |
| 333 | } |
| 334 | |
| 335 | .jstree-default .jstree-context { |
| 336 | background: #e7f4f9; |
| 337 | border-radius: 2px; |
| 338 | box-shadow: inset 0 0 1px #ccc |
| 339 | } |
| 340 | |
| 341 | .jstree-default .jstree-clicked { |
| 342 | background: #beebff; |
| 343 | border-radius: 2px; |
| 344 | box-shadow: inset 0 0 1px #999 |
| 345 | } |
| 346 | |
| 347 | .jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon { |
| 348 | display: none |
| 349 | } |
| 350 | |
| 351 | .jstree-default .jstree-disabled { |
| 352 | background: 0 0; |
| 353 | color: #666 |
| 354 | } |
| 355 | |
| 356 | .jstree-default .jstree-disabled.jstree-hovered { |
| 357 | background: 0 0; |
| 358 | box-shadow: none |
| 359 | } |
| 360 | |
| 361 | .jstree-default .jstree-disabled.jstree-clicked { |
| 362 | background: #efefef |
| 363 | } |
| 364 | |
| 365 | .jstree-default .jstree-disabled > .jstree-icon { |
| 366 | opacity: .8; |
| 367 | filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale"); |
| 368 | filter: gray; |
| 369 | -webkit-filter: grayscale(100%) |
| 370 | } |
| 371 | |
| 372 | .jstree-default .jstree-search { |
| 373 | font-style: italic; |
| 374 | color: #8b0000; |
| 375 | font-weight: 700 |
| 376 | } |
| 377 | |
| 378 | .jstree-default .jstree-no-checkboxes .jstree-checkbox { |
| 379 | display: none !important |
| 380 | } |
| 381 | |
| 382 | .jstree-default.jstree-checkbox-no-clicked .jstree-clicked { |
| 383 | background: 0 0; |
| 384 | box-shadow: none |
| 385 | } |
| 386 | |
| 387 | .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered { |
| 388 | background: #e7f4f9 |
| 389 | } |
| 390 | |
| 391 | .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked { |
| 392 | background: 0 0 |
| 393 | } |
| 394 | |
| 395 | .jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered { |
| 396 | background: #e7f4f9 |
| 397 | } |
| 398 | |
| 399 | .jstree-default > .jstree-striped { |
| 400 | min-width: 100%; |
| 401 | display: inline-block; |
| 402 | background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==) left top repeat |
| 403 | } |
| 404 | |
| 405 | .jstree-default > .jstree-wholerow-ul .jstree-clicked, .jstree-default > .jstree-wholerow-ul .jstree-hovered { |
| 406 | background: 0 0; |
| 407 | box-shadow: none; |
| 408 | border-radius: 0 |
| 409 | } |
| 410 | |
| 411 | .jstree-default .jstree-wholerow { |
| 412 | -moz-box-sizing: border-box; |
| 413 | -webkit-box-sizing: border-box; |
| 414 | box-sizing: border-box |
| 415 | } |
| 416 | |
| 417 | .jstree-default .jstree-wholerow-hovered { |
| 418 | background: #e7f4f9 |
| 419 | } |
| 420 | |
| 421 | .jstree-default .jstree-wholerow-clicked { |
| 422 | background: #beebff; |
| 423 | background: -webkit-linear-gradient(top, #beebff 0, #a8e4ff 100%); |
| 424 | background: linear-gradient(to bottom, #beebff 0, #a8e4ff 100%) |
| 425 | } |
| 426 | |
| 427 | .jstree-default .jstree-node { |
| 428 | min-height: 30px; |
| 429 | line-height: 30px; |
| 430 | margin-left: 24px; |
| 431 | min-width: 30px |
| 432 | } |
| 433 | |
| 434 | .jstree-default .jstree-anchor { |
| 435 | line-height: 30px; |
| 436 | height: 30px; |
| 437 | width: calc(100% - 30px); |
| 438 | overflow: hidden; |
| 439 | padding: 0 30px 0 4px; |
| 440 | box-sizing: border-box; |
| 441 | position: relative; |
| 442 | margin: 0; |
| 443 | border-radius: 4px; |
| 444 | display: inline-block; |
| 445 | white-space: nowrap; |
| 446 | font-size: 13px; |
| 447 | text-overflow: ellipsis |
| 448 | } |
| 449 | |
| 450 | .sticky-wcp-custom-form { |
| 451 | font-size: 13px; |
| 452 | } |
| 453 | |
| 454 | .jstree-default .jstree-icon { |
| 455 | width: 30px; |
| 456 | height: 30px; |
| 457 | line-height: 30px |
| 458 | } |
| 459 | |
| 460 | .jstree-default .jstree-icon:empty { |
| 461 | width: 24px; |
| 462 | height: 30px; |
| 463 | line-height: 30px |
| 464 | } |
| 465 | |
| 466 | .jstree-default.jstree-rtl .jstree-node { |
| 467 | margin-right: 30px |
| 468 | } |
| 469 | |
| 470 | .jstree-default .jstree-wholerow { |
| 471 | height: 30px |
| 472 | } |
| 473 | |
| 474 | /* |
| 475 | .jstree-default .jstree-icon, .jstree-default .jstree-node { |
| 476 | background-image: url(../images/32px.png) |
| 477 | } |
| 478 | */ |
| 479 | /*.jstree-default .jstree-node { |
| 480 | background-position: -292px -4px; |
| 481 | background-repeat: repeat-y; |
| 482 | position: relative |
| 483 | } |
| 484 | |
| 485 | .jstree-default .jstree-last { |
| 486 | background: 0 0 |
| 487 | } |
| 488 | |
| 489 | .jstree-default .jstree-open > .jstree-ocl { |
| 490 | background-position: -132px -2px |
| 491 | } |
| 492 | |
| 493 | .jstree-default .jstree-closed > .jstree-ocl { |
| 494 | background-position: -100px -2px |
| 495 | } |
| 496 | |
| 497 | .jstree-default .jstree-leaf > .jstree-ocl { |
| 498 | background-position: -68px -2px |
| 499 | } |
| 500 | |
| 501 | .jstree-default .jstree-themeicon { |
| 502 | background-position: -260px -2px; |
| 503 | background: 0 0 |
| 504 | } |
| 505 | |
| 506 | .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default > .jstree-no-dots .jstree-node { |
| 507 | background: 0 0 |
| 508 | } |
| 509 | |
| 510 | .jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl { |
| 511 | background-position: -36px -2px |
| 512 | } |
| 513 | |
| 514 | .jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl { |
| 515 | background-position: -4px -2px |
| 516 | }*/ |
| 517 | |
| 518 | .jstree-default .jstree-disabled { |
| 519 | background: 0 0 |
| 520 | } |
| 521 | |
| 522 | .jstree-default .jstree-disabled.jstree-hovered { |
| 523 | background: 0 0 |
| 524 | } |
| 525 | |
| 526 | .jstree-default .jstree-disabled.jstree-clicked { |
| 527 | background: #efefef |
| 528 | } |
| 529 | |
| 530 | /*.jstree-default .jstree-checkbox { |
| 531 | background-position: -164px -4px |
| 532 | } |
| 533 | |
| 534 | .jstree-default .jstree-checkbox:hover { |
| 535 | background-position: -164px -36px |
| 536 | } |
| 537 | |
| 538 | .jstree-default .jstree-checked > .jstree-checkbox, .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox { |
| 539 | background-position: -228px -4px |
| 540 | } |
| 541 | |
| 542 | .jstree-default .jstree-checked > .jstree-checkbox:hover, .jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover { |
| 543 | background-position: -228px -36px |
| 544 | } |
| 545 | |
| 546 | .jstree-default .jstree-anchor > .jstree-undetermined { |
| 547 | background-position: -196px -4px |
| 548 | } |
| 549 | |
| 550 | .jstree-default .jstree-anchor > .jstree-undetermined:hover { |
| 551 | background-position: -196px -36px |
| 552 | }*/ |
| 553 | |
| 554 | .jstree-default .jstree-checkbox-disabled { |
| 555 | opacity: .8; |
| 556 | filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale"); |
| 557 | filter: gray; |
| 558 | -webkit-filter: grayscale(100%) |
| 559 | } |
| 560 | |
| 561 | .jstree-default > .jstree-striped { |
| 562 | background-size: auto 48px |
| 563 | } |
| 564 | |
| 565 | .jstree-default.jstree-rtl .jstree-node { |
| 566 | background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==); |
| 567 | background-position: 100% 1px; |
| 568 | background-repeat: repeat-y |
| 569 | } |
| 570 | |
| 571 | .jstree-default.jstree-rtl .jstree-last { |
| 572 | background: 0 0 |
| 573 | } |
| 574 | |
| 575 | /*.jstree-default.jstree-rtl .jstree-open > .jstree-ocl { |
| 576 | background-position: -132px -36px |
| 577 | } |
| 578 | |
| 579 | .jstree-default.jstree-rtl .jstree-closed > .jstree-ocl { |
| 580 | background-position: -100px -36px |
| 581 | } |
| 582 | |
| 583 | .jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl { |
| 584 | background-position: -68px -36px |
| 585 | } |
| 586 | |
| 587 | .jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default.jstree-rtl > .jstree-no-dots .jstree-node { |
| 588 | background: 0 0 |
| 589 | } |
| 590 | |
| 591 | .jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl { |
| 592 | background-position: -36px -36px |
| 593 | } |
| 594 | |
| 595 | .jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl { |
| 596 | background-position: -4px -36px |
| 597 | } |
| 598 | |
| 599 | .jstree-default .jstree-themeicon-custom { |
| 600 | background-color: transparent; |
| 601 | background-image: none; |
| 602 | background-position: 0 0 |
| 603 | } |
| 604 | |
| 605 | .jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl { |
| 606 | background: url(throbber.gif) center center no-repeat |
| 607 | } |
| 608 | |
| 609 | .jstree-default .jstree-file { |
| 610 | background: url(../images/32px.png) -100px -68px no-repeat |
| 611 | } |
| 612 | |
| 613 | .jstree-default .jstree-folder { |
| 614 | background: url(../images/32px.png) -260px -4px no-repeat |
| 615 | } |
| 616 | */ |
| 617 | .jstree-default > .jstree-container-ul > .jstree-node { |
| 618 | margin-left: 0; |
| 619 | margin-right: 0 |
| 620 | } |
| 621 | |
| 622 | .jstree-default { |
| 623 | line-height: 30px; |
| 624 | padding: 0 4px |
| 625 | } |
| 626 | |
| 627 | /*.jstree-default .jstree-er, .jstree-default .jstree-ok { |
| 628 | background-image: url(../images/32px.png); |
| 629 | background-repeat: no-repeat; |
| 630 | background-color: transparent |
| 631 | } |
| 632 | */ |
| 633 | .jstree-default i { |
| 634 | background: 0 0; |
| 635 | width: 20px; |
| 636 | height: 30px; |
| 637 | line-height: 30px; |
| 638 | display: inline-block; |
| 639 | vertical-align: top |
| 640 | } |
| 641 | |
| 642 | /* |
| 643 | .jstree-default .jstree-ok { |
| 644 | background-position: -4px -68px |
| 645 | } |
| 646 | |
| 647 | .jstree-default .jstree-er { |
| 648 | background-position: -36px -68px |
| 649 | } |
| 650 | */ |
| 651 | .jstree-default .jstree-ellipsis { |
| 652 | overflow: hidden |
| 653 | } |
| 654 | |
| 655 | .jstree-default .jstree-ellipsis .jstree-anchor { |
| 656 | width: calc(100% - 29px); |
| 657 | text-overflow: ellipsis; |
| 658 | overflow: hidden |
| 659 | } |
| 660 | |
| 661 | .jstree-default.jstree-rtl .jstree-node { |
| 662 | background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==) |
| 663 | } |
| 664 | |
| 665 | .jstree-default.jstree-rtl .jstree-last { |
| 666 | background: 0 0 |
| 667 | } |
| 668 | |
| 669 | .jstree-default-small .jstree-node { |
| 670 | min-height: 18px; |
| 671 | line-height: 18px; |
| 672 | margin-left: 18px; |
| 673 | min-width: 18px |
| 674 | } |
| 675 | |
| 676 | .jstree-default-small .jstree-anchor { |
| 677 | line-height: 18px; |
| 678 | height: 18px |
| 679 | } |
| 680 | |
| 681 | .jstree-default-small .jstree-icon { |
| 682 | width: 18px; |
| 683 | height: 18px; |
| 684 | line-height: 18px |
| 685 | } |
| 686 | |
| 687 | .jstree-default-small .jstree-icon:empty { |
| 688 | width: 18px; |
| 689 | height: 18px; |
| 690 | line-height: 18px |
| 691 | } |
| 692 | |
| 693 | .jstree-default-small.jstree-rtl .jstree-node { |
| 694 | margin-right: 18px |
| 695 | } |
| 696 | |
| 697 | .jstree-default-small .jstree-wholerow { |
| 698 | height: 18px |
| 699 | } |
| 700 | |
| 701 | /* |
| 702 | .jstree-default-small .jstree-icon, .jstree-default-small .jstree-node { |
| 703 | background-image: url(../images/32px.png) |
| 704 | } |
| 705 | |
| 706 | .jstree-default-small .jstree-node { |
| 707 | background-position: -295px -7px; |
| 708 | background-repeat: repeat-y |
| 709 | } |
| 710 | |
| 711 | .jstree-default-small .jstree-last { |
| 712 | background: 0 0 |
| 713 | } |
| 714 | |
| 715 | .jstree-default-small .jstree-open > .jstree-ocl { |
| 716 | background-position: -135px -7px |
| 717 | } |
| 718 | |
| 719 | .jstree-default-small .jstree-closed > .jstree-ocl { |
| 720 | background-position: -103px -7px |
| 721 | } |
| 722 | |
| 723 | .jstree-default-small .jstree-leaf > .jstree-ocl { |
| 724 | background-position: -71px -7px |
| 725 | } |
| 726 | |
| 727 | .jstree-default-small .jstree-themeicon { |
| 728 | background-position: -263px -7px |
| 729 | } |
| 730 | |
| 731 | .jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-small > .jstree-no-dots .jstree-node { |
| 732 | background: 0 0 |
| 733 | } |
| 734 | |
| 735 | .jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl { |
| 736 | background-position: -39px -7px |
| 737 | } |
| 738 | |
| 739 | .jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl { |
| 740 | background-position: -7px -7px |
| 741 | } |
| 742 | |
| 743 | .jstree-default-small .jstree-disabled { |
| 744 | background: 0 0 |
| 745 | } |
| 746 | |
| 747 | .jstree-default-small .jstree-disabled.jstree-hovered { |
| 748 | background: 0 0 |
| 749 | } |
| 750 | */ |
| 751 | .jstree-default-small .jstree-disabled.jstree-clicked { |
| 752 | background: #efefef |
| 753 | } |
| 754 | |
| 755 | /* |
| 756 | .jstree-default-small .jstree-checkbox { |
| 757 | background-position: -167px -7px |
| 758 | } |
| 759 | |
| 760 | .jstree-default-small .jstree-checkbox:hover { |
| 761 | background-position: -167px -39px |
| 762 | } |
| 763 | |
| 764 | .jstree-default-small .jstree-checked > .jstree-checkbox, .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox { |
| 765 | background-position: -231px -7px |
| 766 | } |
| 767 | |
| 768 | .jstree-default-small .jstree-checked > .jstree-checkbox:hover, .jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover { |
| 769 | background-position: -231px -39px |
| 770 | } |
| 771 | |
| 772 | .jstree-default-small .jstree-anchor > .jstree-undetermined { |
| 773 | background-position: -199px -7px |
| 774 | } |
| 775 | |
| 776 | .jstree-default-small .jstree-anchor > .jstree-undetermined:hover { |
| 777 | background-position: -199px -39px |
| 778 | } |
| 779 | */ |
| 780 | .jstree-default-small .jstree-checkbox-disabled { |
| 781 | opacity: .8; |
| 782 | filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale"); |
| 783 | filter: gray; |
| 784 | -webkit-filter: grayscale(100%) |
| 785 | } |
| 786 | |
| 787 | .jstree-default-small > .jstree-striped { |
| 788 | background-size: auto 36px |
| 789 | } |
| 790 | |
| 791 | .jstree-default-small.jstree-rtl .jstree-node { |
| 792 | background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==); |
| 793 | background-position: 100% 1px; |
| 794 | background-repeat: repeat-y |
| 795 | } |
| 796 | |
| 797 | /* |
| 798 | .jstree-default-small.jstree-rtl .jstree-last { |
| 799 | background: 0 0 |
| 800 | } |
| 801 | |
| 802 | .jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl { |
| 803 | background-position: -135px -39px |
| 804 | } |
| 805 | |
| 806 | .jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl { |
| 807 | background-position: -103px -39px |
| 808 | } |
| 809 | |
| 810 | .jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl { |
| 811 | background-position: -71px -39px |
| 812 | } |
| 813 | |
| 814 | .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node { |
| 815 | background: 0 0 |
| 816 | } |
| 817 | |
| 818 | .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl { |
| 819 | background-position: -39px -39px |
| 820 | } |
| 821 | |
| 822 | .jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl { |
| 823 | background-position: -7px -39px |
| 824 | } |
| 825 | |
| 826 | .jstree-default-small .jstree-themeicon-custom { |
| 827 | background-color: transparent; |
| 828 | background-image: none; |
| 829 | background-position: 0 0 |
| 830 | } |
| 831 | |
| 832 | .jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl { |
| 833 | background: url(throbber.gif) center center no-repeat |
| 834 | } |
| 835 | |
| 836 | .jstree-default-small .jstree-file { |
| 837 | background: url(../images/32px.png) -103px -71px no-repeat |
| 838 | } |
| 839 | |
| 840 | .jstree-default-small .jstree-folder { |
| 841 | background: url(../images/32px.png) -263px -7px no-repeat |
| 842 | } |
| 843 | */ |
| 844 | .jstree-default-small > .jstree-container-ul > .jstree-node { |
| 845 | margin-left: 0; |
| 846 | margin-right: 0 |
| 847 | } |
| 848 | |
| 849 | .jstree-default-small { |
| 850 | line-height: 18px; |
| 851 | padding: 0 4px |
| 852 | } |
| 853 | |
| 854 | /* |
| 855 | .jstree-default-small .jstree-er, .jstree-default-small .jstree-ok { |
| 856 | background-image: url(../images/32px.png); |
| 857 | background-repeat: no-repeat; |
| 858 | background-color: transparent |
| 859 | } |
| 860 | |
| 861 | .jstree-default-small i { |
| 862 | background: 0 0; |
| 863 | width: 18px; |
| 864 | height: 18px; |
| 865 | line-height: 18px |
| 866 | } |
| 867 | |
| 868 | .jstree-default-small .jstree-ok { |
| 869 | background-position: -7px -71px |
| 870 | } |
| 871 | |
| 872 | .jstree-default-small .jstree-er { |
| 873 | background-position: -39px -71px |
| 874 | } |
| 875 | */ |
| 876 | .jstree-default-small .jstree-ellipsis { |
| 877 | overflow: hidden |
| 878 | } |
| 879 | |
| 880 | .jstree-default-small .jstree-ellipsis .jstree-anchor { |
| 881 | width: calc(100% - 23px); |
| 882 | text-overflow: ellipsis; |
| 883 | overflow: hidden |
| 884 | } |
| 885 | |
| 886 | .jstree-default-small.jstree-rtl .jstree-node { |
| 887 | background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==) |
| 888 | } |
| 889 | |
| 890 | .jstree-default-small.jstree-rtl .jstree-last { |
| 891 | background: 0 0 |
| 892 | } |
| 893 | |
| 894 | .jstree-default-large .jstree-node { |
| 895 | min-height: 32px; |
| 896 | line-height: 32px; |
| 897 | margin-left: 32px; |
| 898 | min-width: 32px |
| 899 | } |
| 900 | |
| 901 | .jstree-default-large .jstree-anchor { |
| 902 | line-height: 32px; |
| 903 | height: 32px |
| 904 | } |
| 905 | |
| 906 | .jstree-default-large .jstree-icon { |
| 907 | width: 32px; |
| 908 | height: 32px; |
| 909 | line-height: 32px |
| 910 | } |
| 911 | |
| 912 | .jstree-default-large .jstree-icon:empty { |
| 913 | width: 32px; |
| 914 | height: 32px; |
| 915 | line-height: 32px |
| 916 | } |
| 917 | |
| 918 | .jstree-default-large.jstree-rtl .jstree-node { |
| 919 | margin-right: 32px |
| 920 | } |
| 921 | |
| 922 | .jstree-default-large .jstree-wholerow { |
| 923 | height: 32px |
| 924 | } |
| 925 | |
| 926 | /* |
| 927 | .jstree-default-large .jstree-icon, .jstree-default-large .jstree-node { |
| 928 | background-image: url(../images/32px.png) |
| 929 | } |
| 930 | /* |
| 931 | .jstree-default-large .jstree-node { |
| 932 | background-position: -288px 0; |
| 933 | background-repeat: repeat-y |
| 934 | } |
| 935 | |
| 936 | .jstree-default-large .jstree-last { |
| 937 | background: 0 0 |
| 938 | } |
| 939 | |
| 940 | .jstree-default-large .jstree-open > .jstree-ocl { |
| 941 | background-position: -128px 0 |
| 942 | } |
| 943 | |
| 944 | .jstree-default-large .jstree-closed > .jstree-ocl { |
| 945 | background-position: -96px 0 |
| 946 | } |
| 947 | |
| 948 | .jstree-default-large .jstree-leaf > .jstree-ocl { |
| 949 | background-position: -64px 0 |
| 950 | } |
| 951 | |
| 952 | .jstree-default-large .jstree-themeicon { |
| 953 | background-position: -256px 0 |
| 954 | } |
| 955 | |
| 956 | .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-large > .jstree-no-dots .jstree-node { |
| 957 | background: 0 0 |
| 958 | } |
| 959 | |
| 960 | .jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl { |
| 961 | background-position: -32px 0 |
| 962 | } |
| 963 | |
| 964 | .jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl { |
| 965 | background-position: 0 0 |
| 966 | } |
| 967 | |
| 968 | .jstree-default-large .jstree-disabled { |
| 969 | background: 0 0 |
| 970 | } |
| 971 | |
| 972 | .jstree-default-large .jstree-disabled.jstree-hovered { |
| 973 | background: 0 0 |
| 974 | } |
| 975 | |
| 976 | .jstree-default-large .jstree-disabled.jstree-clicked { |
| 977 | background: #efefef |
| 978 | } |
| 979 | |
| 980 | .jstree-default-large .jstree-checkbox { |
| 981 | background-position: -160px 0 |
| 982 | } |
| 983 | |
| 984 | .jstree-default-large .jstree-checkbox:hover { |
| 985 | background-position: -160px -32px |
| 986 | } |
| 987 | |
| 988 | .jstree-default-large .jstree-checked > .jstree-checkbox, .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox { |
| 989 | background-position: -224px 0 |
| 990 | } |
| 991 | |
| 992 | .jstree-default-large .jstree-checked > .jstree-checkbox:hover, .jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover { |
| 993 | background-position: -224px -32px |
| 994 | } |
| 995 | |
| 996 | .jstree-default-large .jstree-anchor > .jstree-undetermined { |
| 997 | background-position: -192px 0 |
| 998 | } |
| 999 | |
| 1000 | .jstree-default-large .jstree-anchor > .jstree-undetermined:hover { |
| 1001 | background-position: -192px -32px |
| 1002 | } |
| 1003 | |
| 1004 | .jstree-default-large .jstree-checkbox-disabled { |
| 1005 | opacity: .8; |
| 1006 | filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'jstree-grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#jstree-grayscale"); |
| 1007 | filter: gray; |
| 1008 | -webkit-filter: grayscale(100%) |
| 1009 | } |
| 1010 | |
| 1011 | .jstree-default-large > .jstree-striped { |
| 1012 | background-size: auto 64px |
| 1013 | } |
| 1014 | |
| 1015 | .jstree-default-large.jstree-rtl .jstree-node { |
| 1016 | background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==); |
| 1017 | background-position: 100% 1px; |
| 1018 | background-repeat: repeat-y |
| 1019 | } |
| 1020 | |
| 1021 | .jstree-default-large.jstree-rtl .jstree-last { |
| 1022 | background: 0 0 |
| 1023 | } |
| 1024 | |
| 1025 | .jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl { |
| 1026 | background-position: -128px -32px |
| 1027 | } |
| 1028 | |
| 1029 | .jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl { |
| 1030 | background-position: -96px -32px |
| 1031 | } |
| 1032 | |
| 1033 | .jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl { |
| 1034 | background-position: -64px -32px |
| 1035 | } |
| 1036 | |
| 1037 | .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl, .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node { |
| 1038 | background: 0 0 |
| 1039 | } |
| 1040 | |
| 1041 | .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl { |
| 1042 | background-position: -32px -32px |
| 1043 | } |
| 1044 | |
| 1045 | .jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl { |
| 1046 | background-position: 0 -32px |
| 1047 | } |
| 1048 | |
| 1049 | .jstree-default-large .jstree-themeicon-custom { |
| 1050 | background-color: transparent; |
| 1051 | background-image: none; |
| 1052 | background-position: 0 0 |
| 1053 | } |
| 1054 | |
| 1055 | .jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl { |
| 1056 | background: url(throbber.gif) center center no-repeat |
| 1057 | } |
| 1058 | |
| 1059 | .jstree-default-large .jstree-file { |
| 1060 | background: url(../images/32px.png) -96px -64px no-repeat |
| 1061 | } |
| 1062 | |
| 1063 | .jstree-default-large .jstree-folder { |
| 1064 | background: url(../images/32px.png) -256px 0 no-repeat |
| 1065 | } |
| 1066 | */ |
| 1067 | .jstree-default-large > .jstree-container-ul > .jstree-node { |
| 1068 | margin-left: 0; |
| 1069 | margin-right: 0 |
| 1070 | } |
| 1071 | |
| 1072 | .jstree-default-large { |
| 1073 | line-height: 32px; |
| 1074 | padding: 0 4px |
| 1075 | } |
| 1076 | |
| 1077 | /* |
| 1078 | .jstree-default-large .jstree-er, .jstree-default-large .jstree-ok { |
| 1079 | background-image: url(../images/32px.png); |
| 1080 | background-repeat: no-repeat; |
| 1081 | background-color: transparent |
| 1082 | } |
| 1083 | |
| 1084 | .jstree-default-large i { |
| 1085 | background: 0 0; |
| 1086 | width: 32px; |
| 1087 | height: 32px; |
| 1088 | line-height: 32px |
| 1089 | } |
| 1090 | |
| 1091 | .jstree-default-large .jstree-ok { |
| 1092 | background-position: 0 -64px |
| 1093 | } |
| 1094 | |
| 1095 | .jstree-default-large .jstree-er { |
| 1096 | background-position: -32px -64px |
| 1097 | } |
| 1098 | |
| 1099 | .jstree-default-large .jstree-ellipsis { |
| 1100 | overflow: hidden |
| 1101 | } |
| 1102 | |
| 1103 | .jstree-default-large .jstree-ellipsis .jstree-anchor { |
| 1104 | width: calc(100% - 37px); |
| 1105 | text-overflow: ellipsis; |
| 1106 | overflow: hidden |
| 1107 | } |
| 1108 | |
| 1109 | .jstree-default-large.jstree-rtl .jstree-node { |
| 1110 | background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==) |
| 1111 | } |
| 1112 | |
| 1113 | .jstree-default-large.jstree-rtl .jstree-last { |
| 1114 | background: 0 0 |
| 1115 | } |
| 1116 | */ |
| 1117 | @media (max-width: 768px) { |
| 1118 | .jstree-dnd-responsive { |
| 1119 | line-height: 40px; |
| 1120 | font-weight: 700; |
| 1121 | font-size: 1.1em; |
| 1122 | text-shadow: 1px 1px #fff |
| 1123 | } |
| 1124 | |
| 1125 | .jstree-dnd-responsive > i { |
| 1126 | background: 0 0; |
| 1127 | width: 40px; |
| 1128 | height: 40px |
| 1129 | } |
| 1130 | |
| 1131 | /*.jstree-dnd-responsive > .jstree-ok { |
| 1132 | background-image: url(../images/40px.png); |
| 1133 | background-position: 0 -200px; |
| 1134 | background-size: 120px 240px |
| 1135 | } |
| 1136 | |
| 1137 | .jstree-dnd-responsive > .jstree-er { |
| 1138 | background-image: url(../images/40px.png); |
| 1139 | background-position: -40px -200px; |
| 1140 | background-size: 120px 240px |
| 1141 | }*/ |
| 1142 | #jstree-marker.jstree-dnd-responsive { |
| 1143 | border-left-width: 10px; |
| 1144 | border-top-width: 10px; |
| 1145 | border-bottom-width: 10px; |
| 1146 | margin-top: -10px |
| 1147 | } |
| 1148 | } |
| 1149 | |
| 1150 | @media (max-width: 768px) { |
| 1151 | /*.jstree-default-responsive .jstree-icon { |
| 1152 | background-image: url(../images/40px.png) |
| 1153 | } |
| 1154 | |
| 1155 | .jstree-default-responsive .jstree-leaf > .jstree-ocl, .jstree-default-responsive .jstree-node { |
| 1156 | background: 0 0 |
| 1157 | }*/ |
| 1158 | .jstree-default-responsive .jstree-node { |
| 1159 | min-height: 40px; |
| 1160 | line-height: 40px; |
| 1161 | margin-left: 40px; |
| 1162 | min-width: 40px; |
| 1163 | white-space: nowrap |
| 1164 | } |
| 1165 | |
| 1166 | .jstree-default-responsive .jstree-anchor { |
| 1167 | line-height: 40px; |
| 1168 | height: 40px |
| 1169 | } |
| 1170 | |
| 1171 | .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-icon:empty { |
| 1172 | width: 40px; |
| 1173 | height: 40px; |
| 1174 | line-height: 40px |
| 1175 | } |
| 1176 | |
| 1177 | .jstree-default-responsive > .jstree-container-ul > .jstree-node { |
| 1178 | margin-left: 0 |
| 1179 | } |
| 1180 | |
| 1181 | .jstree-default-responsive.jstree-rtl .jstree-node { |
| 1182 | margin-left: 0; |
| 1183 | margin-right: 40px; |
| 1184 | background: 0 0 |
| 1185 | } |
| 1186 | |
| 1187 | .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node { |
| 1188 | margin-right: 0 |
| 1189 | } |
| 1190 | |
| 1191 | .jstree-default-responsive .jstree-checkbox, .jstree-default-responsive .jstree-ocl, .jstree-default-responsive .jstree-themeicon { |
| 1192 | background-size: 120px 240px |
| 1193 | } |
| 1194 | |
| 1195 | .jstree-default-responsive .jstree-leaf > .jstree-ocl, .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl { |
| 1196 | background: 0 0 |
| 1197 | } |
| 1198 | |
| 1199 | /*.jstree-default-responsive .jstree-open > .jstree-ocl { |
| 1200 | background-position: 0 0 !important |
| 1201 | } |
| 1202 | |
| 1203 | .jstree-default-responsive .jstree-closed > .jstree-ocl { |
| 1204 | background-position: 0 -40px !important |
| 1205 | } |
| 1206 | |
| 1207 | .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl { |
| 1208 | background-position: -40px 0 !important |
| 1209 | } |
| 1210 | |
| 1211 | .jstree-default-responsive .jstree-themeicon { |
| 1212 | background-position: -40px -40px |
| 1213 | } |
| 1214 | |
| 1215 | .jstree-default-responsive .jstree-checkbox, .jstree-default-responsive .jstree-checkbox:hover { |
| 1216 | background-position: -40px -80px |
| 1217 | } |
| 1218 | |
| 1219 | .jstree-default-responsive .jstree-checked > .jstree-checkbox, .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover, .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox, .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover { |
| 1220 | background-position: 0 -80px |
| 1221 | } |
| 1222 | |
| 1223 | .jstree-default-responsive .jstree-anchor > .jstree-undetermined, .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover { |
| 1224 | background-position: 0 -120px |
| 1225 | }*/ |
| 1226 | .jstree-default-responsive .jstree-anchor { |
| 1227 | font-weight: 700; |
| 1228 | font-size: 1.1em; |
| 1229 | text-shadow: 1px 1px #fff |
| 1230 | } |
| 1231 | |
| 1232 | .jstree-default-responsive > .jstree-striped { |
| 1233 | background: 0 0 |
| 1234 | } |
| 1235 | |
| 1236 | .jstree-default-responsive .jstree-wholerow { |
| 1237 | border-top: 1px solid rgba(255, 255, 255, .7); |
| 1238 | border-bottom: 1px solid rgba(64, 64, 64, .2); |
| 1239 | background: #ebebeb; |
| 1240 | height: 40px |
| 1241 | } |
| 1242 | |
| 1243 | .jstree-default-responsive .jstree-wholerow-hovered { |
| 1244 | background: #e7f4f9 |
| 1245 | } |
| 1246 | |
| 1247 | .jstree-default-responsive .jstree-wholerow-clicked { |
| 1248 | background: #beebff |
| 1249 | } |
| 1250 | |
| 1251 | .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow { |
| 1252 | box-shadow: inset 0 -6px 3px -5px #666 |
| 1253 | } |
| 1254 | |
| 1255 | .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow { |
| 1256 | box-shadow: inset 0 6px 3px -5px #666; |
| 1257 | border-top: 0 |
| 1258 | } |
| 1259 | |
| 1260 | .jstree-default-responsive .jstree-children .jstree-open + .jstree-open { |
| 1261 | box-shadow: none |
| 1262 | } |
| 1263 | |
| 1264 | /*.jstree-default-responsive .jstree-checkbox, .jstree-default-responsive .jstree-icon, .jstree-default-responsive .jstree-node, .jstree-default-responsive .jstree-node > .jstree-ocl, .jstree-default-responsive .jstree-themeicon { |
| 1265 | background-image: url(../images/40px.png); |
| 1266 | background-size: 120px 240px |
| 1267 | } |
| 1268 | |
| 1269 | .jstree-default-responsive .jstree-node { |
| 1270 | background-position: -80px 0; |
| 1271 | background-repeat: repeat-y |
| 1272 | } |
| 1273 | |
| 1274 | .jstree-default-responsive .jstree-last { |
| 1275 | background: 0 0 |
| 1276 | } |
| 1277 | |
| 1278 | .jstree-default-responsive .jstree-leaf > .jstree-ocl { |
| 1279 | background-position: -40px -120px |
| 1280 | } |
| 1281 | |
| 1282 | .jstree-default-responsive .jstree-last > .jstree-ocl { |
| 1283 | background-position: -40px -160px |
| 1284 | } |
| 1285 | |
| 1286 | .jstree-default-responsive .jstree-themeicon-custom { |
| 1287 | background-color: transparent; |
| 1288 | background-image: none; |
| 1289 | background-position: 0 0 |
| 1290 | } |
| 1291 | |
| 1292 | .jstree-default-responsive .jstree-file { |
| 1293 | background: url(../images/40px.png) 0 -160px no-repeat; |
| 1294 | background-size: 120px 240px |
| 1295 | } |
| 1296 | |
| 1297 | .jstree-default-responsive .jstree-folder { |
| 1298 | background: url(../images/40px.png) -40px -40px no-repeat; |
| 1299 | background-size: 120px 240px |
| 1300 | }*/ |
| 1301 | .jstree-default-responsive > .jstree-container-ul > .jstree-node { |
| 1302 | margin-left: 0; |
| 1303 | margin-right: 0 |
| 1304 | } |
| 1305 | } |
| 1306 | |
| 1307 | .thumbnail-hover { |
| 1308 | overflow: hidden; |
| 1309 | position: absolute; |
| 1310 | top: 0; |
| 1311 | right: 0; |
| 1312 | bottom: 0; |
| 1313 | left: 0; |
| 1314 | transition: opacity .1s; |
| 1315 | display: none; |
| 1316 | z-index: 1; |
| 1317 | } |
| 1318 | |
| 1319 | .attachment-preview:hover .thumbnail-hover { |
| 1320 | display: block |
| 1321 | } |
| 1322 | |
| 1323 | .thumbnail-hover:after { |
| 1324 | top: 0; |
| 1325 | left: 0; |
| 1326 | width: 100%; |
| 1327 | height: 100%; |
| 1328 | position: absolute; |
| 1329 | content: ""; |
| 1330 | background: #1e293b; |
| 1331 | z-index: 100; |
| 1332 | opacity: .75 |
| 1333 | } |
| 1334 | |
| 1335 | .thumbnail-hover tr td, .thumbnail-hover tr th { |
| 1336 | font-size: 9px; |
| 1337 | text-align: left; |
| 1338 | padding: 0; |
| 1339 | line-height: 12px; |
| 1340 | color: #fff; |
| 1341 | white-space: nowrap |
| 1342 | } |
| 1343 | |
| 1344 | .thumbnail-hover table { |
| 1345 | z-index: 1001; |
| 1346 | position: relative |
| 1347 | } |
| 1348 | |
| 1349 | .thumbnail-hover-box { |
| 1350 | padding: 4px |
| 1351 | } |
| 1352 | |
| 1353 | .thumbnail-hover tr th { |
| 1354 | width: 70px |
| 1355 | } |
| 1356 | |
| 1357 | .thumbnail-hover-box a { |
| 1358 | color: #fff; |
| 1359 | text-decoration: none; |
| 1360 | font-size: 9px |
| 1361 | } |
| 1362 | |
| 1363 | .thumbnail-hover-box a span { |
| 1364 | height: 10px; |
| 1365 | width: 10px; |
| 1366 | font-size: 12px |
| 1367 | } |
| 1368 | |
| 1369 | body .wp-core-ui .attachment-close { |
| 1370 | z-index: 1001 |
| 1371 | } |
| 1372 | |
| 1373 | .jstree-closed > i.jstree-icon, .jstree-open > i.jstree-icon { |
| 1374 | font-family: 'premio-folder' !important; |
| 1375 | speak: never; |
| 1376 | font-style: normal; |
| 1377 | font-variant: normal; |
| 1378 | text-transform: none; |
| 1379 | line-height: 1; |
| 1380 | -webkit-font-smoothing: antialiased; |
| 1381 | transition: all 0.2s linear; |
| 1382 | -webkit-transition: all 0.2s linear; |
| 1383 | -moz-transition: all 0.2s linear; |
| 1384 | color: #fa166b; |
| 1385 | font-size: 10px; |
| 1386 | text-align: center; |
| 1387 | font-weight: bold; |
| 1388 | transform: rotate(-90deg); |
| 1389 | -webkit-transform: rotate(-90deg); |
| 1390 | -moz-transform: rotate(-90deg); |
| 1391 | -o-transform: rotate(-90deg); |
| 1392 | } |
| 1393 | |
| 1394 | .jstree-closed > i.jstree-icon:after, .jstree-open > i.jstree-icon:after { |
| 1395 | content: "\e909"; |
| 1396 | } |
| 1397 | |
| 1398 | .jstree-open > i.jstree-icon { |
| 1399 | transform: rotate(0deg); |
| 1400 | -webkit-transform: rotate(0deg); |
| 1401 | -moz-transform: rotate(0deg); |
| 1402 | -o-transform: rotate(0deg); |
| 1403 | } |
| 1404 | |
| 1405 | .thumbnail-hover .no-hidden tr th { |
| 1406 | width: auto; |
| 1407 | padding: 0 5px 0 0; |
| 1408 | } |
| 1409 | |
| 1410 | .thumbnail-hover .no-hidden tr td, .thumbnail-hover .no-hidden tr th { |
| 1411 | white-space: break-spaces; |
| 1412 | font-size: 10px; |
| 1413 | line-height: 14px; |
| 1414 | } |