forked from wallabag/wallabag
great improvements to tagging when saving a link system <3
This commit is contained in:
@ -75,3 +75,13 @@ a.print span {
|
||||
a.reload span {
|
||||
background-image: url('../img/default/reload.png');
|
||||
}
|
||||
.edit-tags span {
|
||||
background-image: url('../img/default/tags.png');
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
/* Hide textual content */
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
text-indent: -9999px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user