mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-11 01:15:26 +00:00
Merge pull request #945 from jsit/carrot
Fixing icon text on unread page
This commit is contained in:
commit
fe16457efc
1 changed files with 2 additions and 2 deletions
|
@ -667,8 +667,8 @@ a.add-to-wallabag-link-after:after {
|
||||||
|
|
||||||
.icon span,
|
.icon span,
|
||||||
.icon-image span {
|
.icon-image span {
|
||||||
display: inline-block;
|
position: absolute;
|
||||||
text-indent: -9999px;
|
top: -9999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="icon-"]:before, [class*=" icon-"]:before {
|
[class^="icon-"]:before, [class*=" icon-"]:before {
|
||||||
|
|
Loading…
Reference in a new issue