diff options
-rwxr-xr-x | css/readability.css | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/css/readability.css b/css/readability.css index f7e8f41..3c1502b 100755 --- a/css/readability.css +++ b/css/readability.css @@ -74,9 +74,24 @@ span.version { #readTools a {
margin-bottom: 8px;
display: block;
+ opacity: .4;
+ filter:alpha(opacity=40);
+ text-indent: -99999px;
+ height: 34px;
}
-#readTools a img {
- border: none;
+
+#email-page{
+ background: url(http://lab.arc90.com/experiments/readability/images/read-email.png) no-repeat left top;
+}
+#reload-page{
+ background: url(http://lab.arc90.com/experiments/readability/images/read-refresh.png) no-repeat left top;
+}
+#print-page{
+ background: url(http://lab.arc90.com/experiments/readability/images/read-print.png) no-repeat left top;
+}
+#readTools a:hover{
+ opacity: 1;
+ filter:alpha(opacity=100);
}
/* ---------------- USER-CONFIGURABLE STYLING --------------------- */
@@ -172,4 +187,4 @@ span.version { background-color: #fff;
z-index: 100 !important;
overflow: hidden;
-}
\ No newline at end of file +}
|