2
0
unknown 9 жил өмнө
parent
commit
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">