summaryrefslogtreecommitdiff
path: root/lib/plugins/styling/style.less
blob: be0e16a5b97baf2706b9bf78e63de895bb2257e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#plugin__styling {
    button.primary {
        font-weight: bold;
    }

    [dir=rtl] & table input {
        text-align: right;
    }
}

#plugin__styling_loader {
    display: none;
}