mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +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.png);
|
|
}
|
|
|
|
.ve-ui-linkInspector-location {
|
|
/* @embed */
|
|
background-image: url(images/icons/down.png);
|
|
}
|
|
|
|
.ve-ui-inspector-closeButton {
|
|
/* @embed */
|
|
background-image: url(images/icons/close.png);
|
|
}
|
|
|
|
.ve-ui-inspector-acceptButton {
|
|
/* @embed */
|
|
background-image: url(images/icons/accept.png);
|
|
}
|