update button border color after click
This commit is contained in:
		@@ -55,10 +55,12 @@ a.btn-selected {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
a.btn-success {
 | 
					a.btn-success {
 | 
				
			||||||
    border-width: 3px !important;
 | 
					    border-width: 3px !important;
 | 
				
			||||||
 | 
					    border-color: #4cae4c !important;
 | 
				
			||||||
    background-color: #44CC00 !important;
 | 
					    background-color: #44CC00 !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
a.btn-danger {
 | 
					a.btn-danger {
 | 
				
			||||||
    border-width: 3px !important;
 | 
					    border-width: 3px !important;
 | 
				
			||||||
 | 
					    border-color: #d43f3a !important;
 | 
				
			||||||
    background-color: #b80000 !important;
 | 
					    background-color: #b80000 !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
a.btn-danger.disabled {
 | 
					a.btn-danger.disabled {
 | 
				
			||||||
@@ -84,13 +86,13 @@ div.remote-label {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
/* start and stop button group */
 | 
					/* start and stop button group */
 | 
				
			||||||
div.btn-group-control {
 | 
					div.btn-group-control {
 | 
				
			||||||
    z-index: 34;
 | 
					    z-index: 35;
 | 
				
			||||||
    bottom: 0px;
 | 
					    bottom: 0px;
 | 
				
			||||||
    position: fixed !important;
 | 
					    position: fixed !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
/* the battery div */
 | 
					/* the battery div */
 | 
				
			||||||
div#battery {
 | 
					div#battery {
 | 
				
			||||||
    z-index: 34;
 | 
					    z-index: 35;
 | 
				
			||||||
    right: 0.5vw;
 | 
					    right: 0.5vw;
 | 
				
			||||||
    font-size: 2vw;
 | 
					    font-size: 2vw;
 | 
				
			||||||
    color: #ee4d4d;
 | 
					    color: #ee4d4d;
 | 
				
			||||||
@@ -102,7 +104,7 @@ div#battery.connected {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
/* the control panel */
 | 
					/* the control panel */
 | 
				
			||||||
div#panel {
 | 
					div#panel {
 | 
				
			||||||
    z-index: 35;
 | 
					    z-index: 36;
 | 
				
			||||||
    width: 100%;
 | 
					    width: 100%;
 | 
				
			||||||
    height: 100%;
 | 
					    height: 100%;
 | 
				
			||||||
    position: absolute;
 | 
					    position: absolute;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user