]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/css/style.css
Implemented Add Button
[github/wallabag/wallabag.git] / tpl / css / style.css
index 7633534c3a428b307bae56880cdafa45164c8dbc..808e4b69623d5b7a2d53137e027e45c5e492ad48 100644 (file)
@@ -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;
++}
\ No newline at end of file