2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
.b-admin-plugins-list-table {
|
|
|
|
|
|
|
|
&.disabled {
|
2014-08-28 23:27:30 +08:00
|
|
|
opacity: 0.5;
|
2013-11-16 06:21:12 +08:00
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
|
|
|
.e-item {
|
|
|
|
.plugin-img {
|
|
|
|
font-size: 12px;
|
|
|
|
margin-right: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.disabled {
|
|
|
|
.plugin-img, .plugin-name {
|
|
|
|
color: #bbb;
|
|
|
|
}
|
2014-04-12 09:05:57 +08:00
|
|
|
.disabled-plugin {
|
2014-08-28 23:27:30 +08:00
|
|
|
opacity: 0.5;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.b-admin-plugin-property {
|
|
|
|
.help-block {
|
2021-02-19 04:06:19 +08:00
|
|
|
color: lighten(@textColor, 15%); // lighten the text some for contrast
|
|
|
|
display: block; // account for any element using help-block
|
2013-11-16 06:21:12 +08:00
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
2021-03-02 16:51:52 +08:00
|
|
|
.controls {
|
|
|
|
width: 470px;
|
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|