mirror of
https://github.com/RainLoop/rainloop-webmail.git
synced 2026-02-05 11:34:54 +01:00
41 lines
462 B
Plaintext
41 lines
462 B
Plaintext
|
|
.b-admin-plugins {
|
|
.process-place {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
|
|
.b-admin-plugins-list-table {
|
|
|
|
&.disabled {
|
|
opacity: 0.5;
|
|
background-color: #eee;
|
|
}
|
|
|
|
.e-item {
|
|
.e-action {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.plugin-img {
|
|
font-size: 12px;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
&.disabled {
|
|
.plugin-img, .plugin-name {
|
|
color: #bbb;
|
|
}
|
|
.disabled-plugin {
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.b-admin-plugin-property {
|
|
.help-block {
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|