MediaWiki:Vector-darkmode.less/tooltips.less

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:11, 17 October 2024 (Created page with ".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; }"). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

.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; }