blob: 1124aafdc3f44a70431a89c879178c8f4dff9247 [file] [log] [blame]
lombardoffb37bca2018-05-03 16:20:04 +02001.select-container-rdcl{
2
3}
4
5.select-container-rdcl-loading > .fa{
6 visibility: visible !important;
7}
8
9.select-container-rdcl-loaded > .fa{
10 visibility: hidden !important;
11}
12
13.select-container-rdcl-loading > .select-rdcl{
14 pointer-events: none !important;
15}
16
17.select-container-rdcl-loaded > .select-rdcl{
18 pointer-events: all !important;
19}
20
21.shellIframe {
22 width: 100%;
23 height: 450px;
24}
25
26/* layout.css Style */
27.upload-drop-zone {
28 height: 200px;
29 border-width: 2px;
30 margin-bottom: 20px;
31}
32
33/* skin.css Style*/
34.upload-drop-zone {
35 color: #ccc;
36 border-style: dashed;
37 border-color: #ccc;
38 line-height: 200px;
39 text-align: center
40}
41.upload-drop-zone.drop {
42 color: #222;
43 border-color: #222;
44}