forked from wallabag/wallabag
Implemented Add Button
Added a button to add an URL when directly into Poche. If JS isn't enabled, nothing happens.
This commit is contained in:
@ -257,3 +257,16 @@ footer {
|
||||
.reading-time {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
#inputform{
|
||||
+ display: none;
|
||||
+ text-align:center;
|
||||
+ max-width:300px;
|
||||
+ margin-left:auto;
|
||||
+ margin-right:auto;
|
||||
+ margin-top:5px;
|
||||
+ background-color: rgba(0, 0, 0, 0.9);
|
||||
+ opacity:0.8;
|
||||
+ color:white;
|
||||
+ border-radius: 3px;
|
||||
+}
|
||||
Reference in New Issue
Block a user