style update
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user