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