forked from wallabag/wallabag
Scuttle sharing
This commit is contained in:
committed by
Jeremy Benoist
parent
7d1d961267
commit
fb9f100e8f
@ -947,6 +947,11 @@ a.add-to-wallabag-link-after::after {
|
||||
background-image: url("../../_global/img/icons/shaarli.png");
|
||||
}
|
||||
|
||||
/* scuttle */
|
||||
.icon-image--scuttle {
|
||||
background-image: url("../../_global/img/icons/scuttle.png");
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Icon selected
|
||||
========================================================================== */
|
||||
@ -1063,6 +1068,10 @@ blockquote {
|
||||
content: "*";
|
||||
}
|
||||
|
||||
.scuttle::before {
|
||||
content: "*";
|
||||
}
|
||||
|
||||
.return {
|
||||
text-decoration: none;
|
||||
margin-top: 1em;
|
||||
|
||||
Reference in New Issue
Block a user