style update

This commit is contained in:
root
2021-08-09 23:24:09 +08:00
parent 2aa98c4f17
commit 7482d0a1ae
10 changed files with 29 additions and 29 deletions

View File

@@ -68,7 +68,7 @@
}
.projectButton.ui-state-active {
background: #2E324C;
background: #304156;
color: white;
}
@@ -82,8 +82,8 @@
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
color: white;
background-color: #2E324C;
border-color: #2E324C;
background-color: #304156;
border-color: #304156;
}
.ui-tabs {
@@ -99,14 +99,14 @@
}
.ui-menu-item.ui-state-active:hover {
background: #2E324C;
background: #304156;
color: white;
border: 1px solid #999;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
background: #2E324C;
background: #304156;
color: white;
border: 1px solid #999;
}
@@ -120,7 +120,7 @@
}
.fileLine:hover {
background: #2E324C;
background: #304156;
color: white;
cursor: pointer;
}
@@ -139,7 +139,7 @@
<div class="col-4">
<a class="navbar-brand" href="#"> <img alt="Brand"
src="./images/logo-1.png" style="height: 30px">
</a> <span>数瑞智能合约在线编辑器</span><input id="uploadFileInput" type="file"
</a> <span>智能合约在线编辑器</span><input id="uploadFileInput" type="file"
name="file" multiple onchange="uploadFile()" style="display: none;">
</div>
<div class="nav navbar-right userName" data-toggle="modal"