
| Current Path : /var/www/html/strat/web/modules/contrib/ckeditor5_premium_features/css/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/strat/web/modules/contrib/ckeditor5_premium_features/css/dependency-installer.css |
.ckeditor5-dependency-install-reload-button {
display: none!important;
}
.ckeditor5-dependency-install-wrapper .ckeditor5-dependency-install-button {
position: relative;
display: inline-block;
}
.ckeditor5-dependency-install-wrapper .ckeditor5-dependency-install-button input {
min-width: 200px;
}
.ckeditor5-dependency-install-wrapper .ckeditor5-dependency-install-button .ajax-progress--throbber {
display: none;
font-weight: bold;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height:100%;
justify-content: center;
align-items: center;
padding: calc(var(--space-m) - 1px) calc(var(--space-l) - 1px);
}
.ckeditor5-dependency-install-wrapper .ckeditor5-dependency-install-button .is-installing {
opacity: 0.1;
}
.ckeditor5-dependency-install-wrapper .ckeditor5-dependency-install-button .is-installing ~ .ajax-progress--throbber {
display: flex;
}