]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/css/style.css
"save a link" added to top menu (default theme) to toggle "save link" form message...
[github/wallabag/wallabag.git] / themes / default / css / style.css
index 2088ee2ee9c5b97522dcaeab9150ccae590e0018..286759076461908e4607574c10f059f8ab1991dc 100644 (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;
+}
+