MediaWiki:Gadget-Tooltip.css: Difference between revisions
okay theres some weird z-index shenanigans going on that idk how to resolve, but it's coming together Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 17: | Line 17: | ||
font-weight: inherit; | font-weight: inherit; | ||
} | } | ||
.custom-tt-wrapper.hnaw-collapsible | .custom-tt-wrapper.hnaw-collapsible { | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
| Line 67: | Line 67: | ||
/* Bottom of Page Container (Mobile) */ | /* Bottom of Page Container (Mobile) */ | ||
.skin-minerva .custom-tt-wrapper | .skin-minerva .custom-tt-wrapper .oo-ui-widget:not(.oo-ui-element-hidden) { | ||
position: fixed; | position: fixed; | ||
z-index: 10005; | z-index: 10005; | ||
| Line 87: | Line 87: | ||
/* Tooltip surrogate toggle on container header */ | /* Tooltip surrogate toggle on container header */ | ||
.skin-minerva .custom-tt-wrapper | .skin-minerva .custom-tt-wrapper .oo-ui-widget:not(.oo-ui-element-hidden):after { | ||
content: "x" !important; | content: "x" !important; | ||
position: fixed; | position: fixed; | ||
| Line 96: | Line 96: | ||
} | } | ||
/* Tooltip surrogate toggle on backdrop overlay */ | /* Tooltip surrogate toggle on backdrop overlay */ | ||
.skin-minerva .custom-tt-wrapper | .skin-minerva .custom-tt-wrapper .oo-ui-widget:not(.oo-ui-element-hidden):before { | ||
background: black; | background: black; | ||
position: fixed; | position: fixed; | ||