MediaWiki:Vector-darkmode.less/button.less

From Old School Near-Reality Wiki
< MediaWiki:Vector-darkmode.less
Revision as of 23:32, 4 October 2022 by Jacmob (talk | contribs) (Created page with "→‎buttons: .button { background: @dark-button; } .switch-infobox .switch-infobox-triggers .button, .infobox-switch .infobox-buttons .button, .infobox-wrapper .infobox-buttons .button { background: @dark-button; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

/* buttons */

.button { background: @dark-button; }

.switch-infobox .switch-infobox-triggers .button, .infobox-switch .infobox-buttons .button, .infobox-wrapper .infobox-buttons .button {

   background: @dark-button;

}