主题优化,全屏桌面,性能及体验再此提升。

This commit is contained in:
thinkgem
2020-09-09 10:48:36 +08:00
parent 1fef63126d
commit 9063996fd0
3 changed files with 12 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sor
}
}
.main-header .logo {
background-color: #1890ff;
background-color: transparent;
color: #ffffff;
border-bottom: 0 solid transparent;
}

View File

@@ -5,7 +5,12 @@ a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sor
color:#1e5edb;
}
.main-header .navbar {
background-color: #1951be;
background: #1951be;
background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #1951be), color-stop(1, #2780ec));
background: -ms-linear-gradient(left, #1951be, #2780ec);
background: -moz-linear-gradient(left top, #1951be 0%, #2780ec 100%);
background: -o-linear-gradient(#2780ec, #1951be);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1,startColorstr='#2780ec', endColorstr='#1951be');
}
.main-header .navbar .nav > li > a {
color: #ffffff;
@@ -45,7 +50,7 @@ a, a:hover, a:active, a:focus, .form-unit, th[aria-selected=true] .ui-jqgrid-sor
}
}
.main-header .logo {
background-color: #1951be;
background-color: transparent;
color: #ffffff;
border-bottom: 0 solid transparent;
}