19 lines
466 B
Text
19 lines
466 B
Text
/**
|
|
* This file provides styles for "tablelayout plugin"
|
|
*/
|
|
|
|
|
|
/* + + + + + global + + + + + */
|
|
|
|
#dokuwiki__content.main-content .secedit.editbutton_table{
|
|
a.button.print {
|
|
min-height: 1rem;
|
|
background-color: var(--color-background);
|
|
border-radius: 0 @ini_default_border_radius;
|
|
border-top: solid 1px;
|
|
border-color: @ini_border;
|
|
font-size: .88rem;
|
|
margin-top: -1px;
|
|
padding-right: .3em;
|
|
}
|
|
}
|