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

@@ -58,7 +58,7 @@
}
.projectButton.ui-state-active {
background: #2E324C;
background: #304156;
color: white;
}
@@ -72,8 +72,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 {
@@ -89,14 +89,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;
}
@@ -110,7 +110,7 @@
}
.fileLine:hover {
background: #2E324C;
background: #304156;
color: white;
cursor: pointer;
}