MediaWiki:Gadget-Tooltip.css: Difference between revisions
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 76: | Line 76: | ||
/* Bottom of Page Container (Mobile) */ | /* Bottom of Page Container (Mobile) */ | ||
.skin-minerva .mw-collapsible-content | .skin-minerva .custom-tt-wrapper .mw-collapsible-content { | ||
position: fixed; | position: fixed; | ||
z-index: 10005; | z-index: 10005; | ||
| Line 96: | Line 96: | ||
/* Container header */ | /* Container header */ | ||
.skin-minerva .mw-collapsible-content | .skin-minerva .custom-tt-wrapper .mw-collapsible-content:before { | ||
content: "ⓘ Tooltip content:"; | content: "ⓘ Tooltip content:"; | ||
display: block; | display: block; | ||
| Line 106: | Line 106: | ||
/* Tooltip surrogate toggle on container header */ | /* Tooltip surrogate toggle on container header */ | ||
.skin-minerva .mw-collapsible-content | .skin-minerva .custom-tt-wrapper .mw-collapsible-content:after { | ||
content: "×" !important; | content: "×" !important; | ||
position: fixed; | position: fixed; | ||
| Line 122: | Line 122: | ||
.hnaw-ee .oo-ui-popupWidget-body div, | .hnaw-ee .oo-ui-popupWidget-body div, | ||
.hnaw-ee .mw-collapsible-content.custom-tt | .hnaw-ee .mw-collapsible-content.custom-tt { | ||
text-align: left !important; | text-align: left !important; | ||
} | } | ||