You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /**
- * This file provides styles for "tablelayout plugin"
- */
-
-
- /* + + + + + global + + + + + */
-
- #dokuwiki__content.main-content .secedit.editbutton_table{
- a.button.print {
- min-height: 1rem;
- background-color: @ini_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;
- }
- }
|