MediaWiki:Vector-darkmode.less/tooltips.less
< MediaWiki:Vector-darkmode.less
Jump to navigation
Jump to search
Revision as of 22:05, 4 October 2022 by Jacmob (talk | contribs) (Created page with "// <pre> .js-tooltip-text { color: @dark-text; } .js-tooltip-click { background: @cloud-burst; border: 2px solid @cloud-burst; } .js-tooltip-wrapper { background-color: @pickled-bluewood; border: 3px solid @cloud-burst; } .js-tooltip-arrow { &.js-tooltip-arrow-pointleft { border-right-color: @cloud-burst; } &.js-tooltip-arrow-pointright { border-left-color: @cloud-burst; } } .js-tooltip-close { background: @cloud-bur...")
//
.js-tooltip-text { color: @dark-text; } .js-tooltip-click { background: @cloud-burst; border: 2px solid @cloud-burst; } .js-tooltip-wrapper { background-color: @pickled-bluewood; border: 3px solid @cloud-burst; } .js-tooltip-arrow { &.js-tooltip-arrow-pointleft { border-right-color: @cloud-burst; } &.js-tooltip-arrow-pointright { border-left-color: @cloud-burst; } } .js-tooltip-close { background: @cloud-burst; }