MediaWiki:Timeless.css: Difference between revisions
From VRChat Wiki
Prismic247 (talk | contribs) (Adding icon border shadow) |
Prismic247 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Timeless skin */ | /* All CSS here will be loaded for users of the Timeless skin */ | ||
.qm-icon:before { | .qm-icon:before { | ||
filter: drop-shadow( | filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.25)) drop-shadow(-1px -1px 0 rgba(0, 0, 0, 0.25)) drop-shadow(-1px 1px 0 rgba(0, 0, 0, 0.25)) drop-shadow(1px -1px 0 rgba(0, 0, 0, 0.25)); | ||
} | } |