1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-12 16:58:37 +00:00

"save a link" added to top menu (default theme) to toggle "save link" form message, issue #461. "Mark all the entries as read" link added in default theme.

This commit is contained in:
Maryana Rozhankivska 2014-02-16 21:00:30 +02:00
parent 488fc63b67
commit 01cd443441
4 changed files with 40 additions and 1 deletions

View file

@ -334,3 +334,16 @@ a.bad-display span,
a.reading-time span {
background-repeat: no-repeat;
}
.arrow-down {
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #000 transparent transparent transparent;
position: absolute;
margin-top: 1.5em;
margin-left: -30px;
}