forked from wallabag/wallabag
"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:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user