| .select-container-rdcl{ |
| |
| } |
| |
| .select-container-rdcl-loading > .fa{ |
| visibility: visible !important; |
| } |
| |
| .select-container-rdcl-loaded > .fa{ |
| visibility: hidden !important; |
| } |
| |
| .select-container-rdcl-loading > .select-rdcl{ |
| pointer-events: none !important; |
| } |
| |
| .select-container-rdcl-loaded > .select-rdcl{ |
| pointer-events: all !important; |
| } |
| |
| .shellIframe { |
| width: 100%; |
| height: 450px; |
| } |
| |
| /* layout.css Style */ |
| .upload-drop-zone { |
| height: 200px; |
| border-width: 2px; |
| margin-bottom: 20px; |
| } |
| |
| /* skin.css Style*/ |
| .upload-drop-zone { |
| color: #ccc; |
| border-style: dashed; |
| border-color: #ccc; |
| line-height: 200px; |
| text-align: center |
| } |
| .upload-drop-zone.drop { |
| color: #222; |
| border-color: #222; |
| } |