mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
3331b16b3f
Change-Id: Ibd5227de6b74c51f31093e64a4404d5830e84a4e
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);
|
|
}
|