Browse Source

small update

unknown 9 years ago
parent
commit
7dc339aebd
2 changed files with 6 additions and 1 deletions
  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;
   height: 250px;
   color: white;
   color: white;
   margin-top: 1em;
   margin-top: 1em;
+  cursor: pointer;
+  transition: 0.3s;
+}
+#dashboard .station:hover{
+  background-color: rgba(102,205,170,0.7);
 }
 }
 #dashboard .station .station-name{
 #dashboard .station .station-name{
   text-align: center;
   text-align: center;

+ 1 - 1
app/app.html

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