Archived
1
0
This repository has been archived on 2025-06-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LuckyCoinkydink/htmlarea/plugins/InsertAnchor/insert-anchor.css
T

9 lines
184 B
CSS
Executable File

a.anchor {
width: 18px;
height: 18px;
background-image: url(img/insert-anchor.gif);
background-repeat: no-repeat;
background-position: left top;
border: 1px dotted blue;
}