mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 16:28:00 +08:00
24 lines
333 B
Text
24 lines
333 B
Text
|
|
.b-admin-plugins-list-table {
|
|
max-width: 620px; /* span8 */
|
|
|
|
&.disabled {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.disabled {
|
|
opacity: 0.5;
|
|
}
|
|
}
|
|
|
|
.b-admin-plugin-property {
|
|
.help-block {
|
|
display: block; // account for any element using help-block
|
|
font-style: italic;
|
|
opacity: 0.5;
|
|
margin-bottom: 5px;
|
|
}
|
|
.controls {
|
|
width: 470px;
|
|
}
|
|
}
|