2021-07-27 14:46:32 +02:00

13 lines
229 B
CSS

.imce-url-button {
display: inline-block;
margin: 1px 0;
}
.imce-url-button:before {
content: '';
float: left;
width: 16px;
height: 16px;
margin-right: 2px;
background: url(images/browse.png) no-repeat 50% 50%;
}