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.
 
 
 
 
 

20 lines
458 B

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