dockerwiki/content/lib/plugins/styling/style.less

14 lines
187 B
Plaintext
Raw Normal View History

2021-10-26 13:02:53 +02:00
#plugin__styling {
button.primary {
font-weight: bold;
}
[dir=rtl] & table input {
text-align: right;
}
}
#plugin__styling_loader {
display: none;
}