diff --git a/one/static/box.less b/one/static/box.less
index a43e812..19f28e8 100644
--- a/one/static/box.less
+++ b/one/static/box.less
@@ -47,6 +47,7 @@
         text-align: left;
         font-size: 0.8em;
         word-spacing: 2px;
+        padding: 5px;
     }
     #new-wm-tooltip-tail{
         position: absolute;
@@ -559,6 +560,10 @@ table {
         line-height: 30px;
         padding-left: 10px;
         background-color: rgba(0,0,0,0.05);
+        -webkit-transition: background-color 0.3s;
+        -moz-transition: background-color 0.3s;
+        -o-transition: background-color 0.3s;
+        transition: background-color 0.3s;
         &:hover{
             background-color: rgba(0,0,0,0.1);
             border: 1px solid #666;