1/**
2 * This file provides styles for "tablelayout plugin"
3 */
4
5
6/* + + + + +  global  + + + + + */
7
8#dokuwiki__content.main-content .secedit.editbutton_table{
9    a.button.print {
10        min-height: 1rem;
11        background-color: @ini_background;
12        border-radius: 0 @ini_default_border_radius;
13        border-top: solid 1px;
14        border-color: @ini_border;
15        font-size: .88rem;
16        margin-top: -1px;
17        padding-right: .3em;
18    }
19}
20