client/css/renkan.css
changeset 42 48d825187d67
parent 37 db991a757015
child 44 869410bab434
--- a/client/css/renkan.css	Fri Sep 14 10:21:00 2012 +0900
+++ b/client/css/renkan.css	Tue Nov 13 11:46:27 2012 +0100
@@ -326,11 +326,12 @@
 }
 
 .Rk-Bin-Close {
-    float: right; font-size: 15px; font-weight: bold; margin: 3px 3px 0; color: #f0f0f0; cursor: pointer;
+    float: right; display: block; font-size: 16px; font-weight: bold; margin: 2px 3px 0; color: #f0f0f0; cursor: pointer;
+    text-shadow: -1px -1px 1px #999999, 1px 1px 1px #000000; text-decoration: none;
 }
 
-.Rk-Bin-Close:hover  {
-    color: #ffffe0;
+.Rk-Bin-Close:hover {
+    color: #ffff80;
 }
 
 .Rk-Bin-Title:hover {
@@ -339,6 +340,14 @@
     background: -webkit-linear-gradient(top, rgb(20,20,20) 20%, rgb(60,60,60) 80%);
 }
 
+.Rk-Bin-Refresh {
+    width: 18px; height: 17px; background: url(../img/refresh.png); display: block; float: right; margin-top: 4px;
+}
+
+.Rk-Bin-Refresh:hover {
+    background-position: -18px 0;
+}
+
 .Rk-Bin-Title-Icon {
     float: left; width: 25px; margin: 2px;
 }