mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 12:15:20 +08:00
41 lines
461 B
Text
41 lines
461 B
Text
|
|
||
|
.b-admin-plugins {
|
||
|
.process-place {
|
||
|
visibility: hidden;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.b-admin-plugins-list-table {
|
||
|
|
||
|
&.disabled {
|
||
|
.opacity(50);
|
||
|
background-color: #eee;
|
||
|
}
|
||
|
|
||
|
.e-item {
|
||
|
.e-action {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.plugin-img {
|
||
|
font-size: 12px;
|
||
|
margin-right: 2px;
|
||
|
}
|
||
|
|
||
|
&.disabled {
|
||
|
.plugin-img, .plugin-name {
|
||
|
color: #bbb;
|
||
|
}
|
||
|
.disable-plugin {
|
||
|
.opacity(50);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.b-admin-plugin-property {
|
||
|
.help-block {
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
}
|