mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
ff1fc7ef08
Change-Id: I9c519abc478ac22976a8d86aac461d90c92c8a57
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);
|
|
}
|