diff --git a/module/zahost/css/view.css b/module/zahost/css/view.css index ebc4b1ff72..5264ff62aa 100644 --- a/module/zahost/css/view.css +++ b/module/zahost/css/view.css @@ -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;} diff --git a/module/zanode/css/view.css b/module/zanode/css/view.css index f1c5a6595d..af4c075012 100644 --- a/module/zanode/css/view.css +++ b/module/zanode/css/view.css @@ -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;}