snappymail/dev/Styles/AdminPlugins.less

37 lines
490 B
Text
Raw Normal View History

.b-admin-plugins-list-table {
&.disabled {
2014-08-28 23:27:30 +08:00
opacity: 0.5;
background-color: #eee;
}
.e-item {
.plugin-img {
font-size: 12px;
margin-right: 2px;
}
&.disabled {
.plugin-img, .plugin-name {
color: #bbb;
}
.disabled-plugin {
2014-08-28 23:27:30 +08:00
opacity: 0.5;
}
}
}
}
.b-admin-plugin-property {
.help-block {
display: block; // account for any element using help-block
2021-03-04 23:27:36 +08:00
font-style: italic;
opacity: 0.5;
margin-bottom: 5px;
}
2021-03-02 16:51:52 +08:00
.controls {
width: 470px;
}
}