150 lines
2.9 KiB
CSS
150 lines
2.9 KiB
CSS
.dlm-uninstall-form-active .dlm-uninstall-form-bg {
|
|
background: rgba(0, 0, 0, .5);
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.dlm-uninstall-form-wrapper {
|
|
position: fixed;
|
|
z-index: 999;
|
|
display: none;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: 0 auto
|
|
}
|
|
|
|
.dlm-uninstall-form-wrapper .uninstall {
|
|
text-align: center
|
|
}
|
|
|
|
.dlm-uninstall-form-active .dlm-uninstall-form-wrapper {
|
|
display: block;
|
|
z-index: 999
|
|
}
|
|
|
|
.dlm-uninstall-form {
|
|
display: none
|
|
}
|
|
|
|
.dlm-uninstall-form-active .dlm-uninstall-form {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
margin: 0 auto;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
max-width: 600px;
|
|
background: #fff;
|
|
white-space: normal
|
|
}
|
|
|
|
.dlm-uninstall-form-head {
|
|
background: #774cce;
|
|
padding: 8px 18px;
|
|
position: relative
|
|
}
|
|
|
|
.dlm-uninstall-form-head h3 {
|
|
color: #fff
|
|
}
|
|
|
|
.dlm-uninstall-form-body {
|
|
padding: 8px 18px;
|
|
color: #444
|
|
}
|
|
|
|
.deactivating-spinner {
|
|
display: none
|
|
}
|
|
|
|
.deactivating-spinner .spinner {
|
|
float: none;
|
|
margin: 4px 4px 0 18px;
|
|
vertical-align: bottom;
|
|
visibility: visible
|
|
}
|
|
|
|
.toggle-spinner .deactivating-spinner {
|
|
display: block !important
|
|
}
|
|
|
|
.dlm-uninstall-form-footer p {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.dlm-uninstall-form.process-response .dlm-uninstall-form-body {
|
|
position: relative
|
|
}
|
|
|
|
.dlm-uninstall-form.process-response .dlm-uninstall-form-body:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(255, 255, 255, .5)
|
|
}
|
|
|
|
.dlm-uninstall-form-head .close-uninstall-form {
|
|
position: absolute;
|
|
right: 15px;
|
|
color: #fff;
|
|
font-family: Arial;
|
|
font-size: 14px;
|
|
display: inline-block;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
cursor: pointer
|
|
}
|
|
|
|
.dlm-red-text,
|
|
.dlm-red-text:hover {
|
|
color: red;
|
|
font-weight: 700
|
|
}
|
|
|
|
.dlm-plugin-inline-notice {
|
|
padding: 5px 15px;
|
|
background: #ffffe0;
|
|
margin-bottom: 1px
|
|
}
|
|
|
|
.dlm-plugin-inline-notice .dlm-plugin-inline-notice__header,
|
|
.dlm-plugin-inline-notice .dlm-plugin-inline-notice__row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-around;
|
|
width: 100%;
|
|
text-align: left
|
|
}
|
|
|
|
.dlm-plugin-inline-notice .dlm-plugin-inline-notice__header .dlm-plugin-inline-notice__line,
|
|
.dlm-plugin-inline-notice .dlm-plugin-inline-notice__row .dlm-plugin-inline-notice__line {
|
|
text-align: left;
|
|
width: 100%;
|
|
margin: 5px 0;
|
|
padding: 10px 0
|
|
}
|
|
|
|
.dlm-plugin-inline-notice .dlm-plugin-inline-notice__row .dlm-plugin-inline-notice__line {
|
|
border-top: 1px solid #ccc
|
|
}
|
|
|
|
.dlm-plugin-inline-notice .dlm-plugin-inline-notice__strong {
|
|
font-weight: 700
|
|
}
|
|
|
|
.dlm-plugin-inline-notice .dlm-plugin-inline-notice__required-version {
|
|
color: red
|
|
} |