mocha/php/mocha/themes/common/styles/uwt-window.less

33 lines
397 B
Plaintext

div.uwt-window
{
position: fixed;
&> div.uwt-header
{
-moz-user-select: none;
&> div.uwt-controlbox
{
float: right;
}
}
&> div.uwt-footer
{
text-align: right;
}
&.uwt-footer-hidden > div.uwt-footer
{
display: none;
}
}
div.uwt-modal-background
{
background-color: rgba(0, 0, 0, 0.5);
position: fixed;
left: 0px;
right: 0px;
bottom: 0px;
top: 0px;
z-index: -1;
}