Difference between revisions of "MediaWiki:Common.css"
From Dashboard samenwerking Wijchen
Line 1: | Line 1: | ||
.supervision { | .supervision { | ||
background-color: #686868; | background-color: #686868; | ||
+ | background-image: url(images/icon_eye.svg); | ||
+ | background-size: 20px; | ||
+ | background-position: 0px center; | ||
+ | background-repeat: no-repeat; | ||
+ | |||
color: #FFFFFF; | color: #FFFFFF; | ||
Revision as of 12:24, 16 April 2019
.supervision { background-color: #686868; background-image: url(images/icon_eye.svg); background-size: 20px; background-position: 0px center; background-repeat: no-repeat; color: #FFFFFF; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; margin-top: -12px; margin-right: 0px; margin-bottom: 15px; margin-left: 0px; border-radius: 0px 0px 5px 5px; height: 36px; }