]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/css/style.css
Move icons no-repeat into common style
[github/wallabag/wallabag.git] / tpl / css / style.css
index f07072a755d310c6d14470a536331194f6f06e8a..bb99ca4cee6debd51249af9b1a6d0689f50f2770 100644 (file)
@@ -236,12 +236,7 @@ a, a:hover, a:visited {
     margin: 2px;
 }
 .pagination .disabled {
-    border: 1px solid #eee;
-    color: #ddd;
-    margin: 2px;
-    padding: 4px 8px;
-    font-size: 11px;
-    font-weight: bold;
+    display: none;
 }
 
 #bookmarklet {
@@ -272,3 +267,34 @@ 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;
+    padding-bottom: 5px;
+    background-color: rgba(0, 0, 0, 0.9);
+    opacity:0.8;
+    color:white;
+    border-radius: 3px;
+}
+
+a.back span,
+a.top span,
+a.fav span,
+a.fav span:hover,
+a.fav-off span,
+a.fav-off span:hover,
+a.archive span,
+a.archive span:hover,
+a.archive-off span,
+a.archive-off span:hover,
+a.twitter span,
+a.flattr span,
+a.email span,
+a.delete span {
+    background-repeat: no-repeat;
+}