mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
20 lines
385 B
CSS
20 lines
385 B
CSS
|
.ve-ui-inspector-clearButton {
|
||
|
/* @embed */
|
||
|
background-image: url(images/icons/clear.svg);
|
||
|
}
|
||
|
|
||
|
.ve-ui-linkInspector-location {
|
||
|
/* @embed */
|
||
|
background-image: url(images/icons/down.svg);
|
||
|
}
|
||
|
|
||
|
.ve-ui-inspector-closeButton {
|
||
|
/* @embed */
|
||
|
background-image: url(images/icons/close.svg);
|
||
|
}
|
||
|
|
||
|
.ve-ui-inspector-acceptButton {
|
||
|
/* @embed */
|
||
|
background-image: url(images/icons/accept.svg);
|
||
|
}
|