Files
2024-10-25 14:16:28 +02:00

43 lines
689 B
CSS

label .clone {
display: none;
}
label:hover .clone {
display: inline-block;
}
.panel-filecontents .panel-heading {
cursor: pointer;
}
.tab-pane .row {
margin-bottom: 3px;
}
.ui-resizable-handle {
bottom: 0;
right: 0;
position: absolute;
cursor: pointer;
}
div[role="tabpanel"] {
min-height: 200px;
}
.objectTagLoader {
display: none;
position: absolute;
z-index: 99999;
width: 94%;
height: 94%;
background-color: #000;
opacity: 0.4;
box-shadow: 0px 0px 25px 0px rgba(0,0,0,1);
border: 1px solid #000;
color: #fff;
text-align: center;
padding-top: 1%;
font-size: 24px;
font-family: cursive;
}