More actions
not sure why that was there. |
fix to thumbnail background color |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the UniWiki skin */ | /* CSS placed here will affect users of the UniWiki skin */ | ||
/* === Most changes in this file are fixes to issues discovered after UniWiki SKIN 1.1 was deployed. It additionally contains some changes necessary for various events the Wiki has run, at the bottom. === */ | |||
/* ==General Fixes == */ | |||
html .thumbimage { | |||
background-color: inherit; /* was inheriting White from the default skin, which broke transparency in png's */ | |||
} | |||
/* changes that affect the Editor */ | /* changes that affect the Editor */ | ||
.wikiEditor-ui-toolbar { | .wikiEditor-ui-toolbar { | ||
background-color: inherit; | background-color: inherit; | ||
| Line 81: | Line 88: | ||
.smw-editpage-help { background-color: inherit;} | .smw-editpage-help { background-color: inherit;} | ||
/* Changes that really irritate people */ | /* Changes that really irritate people */ | ||