12 lines
258 B
CSS
12 lines
258 B
CSS
#link-target-finder-toolbar-button {
|
|
list-style-image: url("chrome://firerecord/skin/toolbar-large.png");
|
|
}
|
|
|
|
#link-target-finder-status-bar-icon {
|
|
width: 83px;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
.link-target-finder-selected {
|
|
outline: 2px solid CadetBlue !important;
|
|
} |