]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/solarized/css/style-solarized.css
a lot of refactoring: tag action is now handled by home view and uses sorting and...
[github/wallabag/wallabag.git] / themes / solarized / css / style-solarized.css
index 6058d056372e9827b3257abe1869fab48fe686f2..cf16338f4d4d08a48e02f1e9edbba8c51654874f 100644 (file)
@@ -217,4 +217,16 @@ a.link span {
 
 a.bad-display span {
     background-image: url('../img/solarized/bad-display.png');
+}
+
+.arrow-down {
+    width: 0px;
+    height: 0px;
+    border-style: solid;
+    border-width: 10px 10px 0 10px;
+    border-color: #93A1A1 transparent transparent transparent;
+
+    position: absolute;
+    margin-top: 1.5em;
+    margin-left: -30px;
 }
\ No newline at end of file