mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-29 01:45:00 +00:00
13 lines
328 B
CSS
13 lines
328 B
CSS
|
.wb-langlinks-link > a:before {
|
||
|
content: '';
|
||
|
background-image: url( images/edit.svg );
|
||
|
background-position: 2px center;
|
||
|
background-repeat: no-repeat;
|
||
|
background-size: 10px 10px;
|
||
|
display: inline-block;
|
||
|
width: 14px; /* extra 2px of white space around the icon */
|
||
|
height: 10px;
|
||
|
margin-left: -14px;
|
||
|
vertical-align: top;
|
||
|
}
|