瀏覽代碼

small update

unknown 9 年之前
父節點
當前提交
7dc339aebd
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 5 0
      app/app.css
  2. 1 1
      app/app.html

+ 5 - 0
app/app.css

@@ -309,6 +309,11 @@ footer a:hover{
   height: 250px;
   color: white;
   margin-top: 1em;
+  cursor: pointer;
+  transition: 0.3s;
+}
+#dashboard .station:hover{
+  background-color: rgba(102,205,170,0.7);
 }
 #dashboard .station .station-name{
   text-align: center;

+ 1 - 1
app/app.html

@@ -118,7 +118,7 @@
       </ul>
       {{> footer}}
     </div>
-  {{/if}}    
+  {{/if}}
 </template>
 
 <template name="Room">