* Fix btn-info background-color for zahost.

This commit is contained in:
tanghucheng
2023-01-03 14:35:50 +08:00
parent bf4a0d1bd7
commit c254ace351
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
.fail{color:red;}
.dot-symbol{padding-right:10px;}
#statusContainer{margin:0px 0px 10px 0px;}
#checkServiceStatus{background-color: #ffffff;}
#checkServiceStatus:hover{background-color: #f0fdfb;}
.service-check{margin-top: 0px;}
.checkStatus{color: #313c52;}
.btn-info {background-color: unset;}
.icon-refresh {font-size: 15px;}
+1 -2
View File
@@ -12,7 +12,6 @@
.service-status{margin-top: 10px;}
.vnc-detail{height: 60vh;min-height: 550px;}
.vnc-mask{width: 100%;height:100%;background-color: rgba(0,0,0,0);position: absolute;z-index: 1;}
#checkServiceStatus{background-color: #ffffff;}
#checkServiceStatus:hover{background-color: #f0fdfb;}
.checkStatus{color: #313c52;}
.node-not-wrap{white-space: nowrap;}
.btn-info {background-color: unset;}