Module:Infobox/styles.css: Difference between revisions

Reduce padding, to reduce overall size of infobox-table elements
Limit the !important's to inline style override
Line 44: Line 44:


/* Dark theme: [[William_Wragg]], [[Coral_Castle]] */
/* Dark theme: [[William_Wragg]], [[Coral_Castle]] */
html.skin-theme-clientpref-night .infobox-full-data:not(.notheme) div:not(.notheme) {
html.skin-theme-clientpref-night .infobox-full-data:not(.notheme) > div:not(.notheme)[style] {
     background: #1f1f23 !important;
     background: #1f1f23 !important;
       /* switch with var( --color-base ) when supported. */
       /* switch with var( --color-base ) when supported. */