1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dokuwiki_ynh.git synced 2024-09-03 18:26:20 +02:00
dokuwiki_ynh/sources/lib/plugins/styling/style.less

13 lines
187 B
Text

#plugin__styling {
button.primary {
font-weight: bold;
}
[dir=rtl] & table input {
text-align: right;
}
}
#plugin__styling_loader {
display: none;
}