优化默认界面的颜色
This commit is contained in:
parent
0efb299ef9
commit
ac6d3512aa
2
pom.xml
2
pom.xml
|
@ -5,7 +5,7 @@
|
|||
|
||||
<groupId>com.luckyframe</groupId>
|
||||
<artifactId>LuckyFrameWeb</artifactId>
|
||||
<version>3.2</version>
|
||||
<version>3.2.1</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>LuckyFrameWeb</name>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
/** À¶É«Ö÷Ìâ skin-blue **/
|
||||
.skin-blue .navbar {
|
||||
background-color: #1E90FF
|
||||
background-color: #003366
|
||||
}
|
||||
|
||||
.skin-blue .navbar .nav>li>a {
|
||||
|
@ -38,7 +38,7 @@
|
|||
}
|
||||
|
||||
.skin-blue .navbar .sidebar-toggle:hover {
|
||||
background-color: #00CCCC
|
||||
background-color: #009999
|
||||
}
|
||||
|
||||
@media ( max-width :767px) {
|
||||
|
@ -49,12 +49,12 @@
|
|||
color: #fff
|
||||
}
|
||||
.skin-blue .navbar .dropdown-menu li a:hover {
|
||||
background: #00CCCC
|
||||
background: #009999
|
||||
}
|
||||
}
|
||||
|
||||
.skin-blue .logo {
|
||||
background-color: #00BFFF;
|
||||
background-color: #003333;
|
||||
color: #fff;
|
||||
border-bottom: 0 solid transparent
|
||||
}
|
||||
|
@ -89,7 +89,7 @@
|
|||
|
||||
.skin-blue .nav>li.active {
|
||||
color: #fff;
|
||||
background: #0099CC;
|
||||
background: #009999;
|
||||
border-left: 3px solid #3c8dbc;
|
||||
}
|
||||
|
||||
|
|
|
@ -478,7 +478,7 @@ body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
|
|||
top: 0px;
|
||||
padding: 10px 10px 10px 10px;
|
||||
text-align: center;
|
||||
background-color: #00BFFF;
|
||||
background-color: #003333;
|
||||
border-bottom: dashed 1px #fff;
|
||||
}
|
||||
|
||||
|
@ -6671,7 +6671,7 @@ body.rtls .top-navigation .footer.fixed, body.rtls.top-navigation .footer.fixed
|
|||
}
|
||||
|
||||
.navbar-static-side {
|
||||
background: #00BFFF;
|
||||
background: #003333;
|
||||
}
|
||||
|
||||
.nav-close {
|
||||
|
|
|
@ -170,7 +170,6 @@
|
|||
width: '7%',
|
||||
class: 'myTDLengthHidden',
|
||||
formatter: function (value, row, index) {
|
||||
console.log(row);
|
||||
return '<a class="btn btn-info btn-edit" onclick="$.operate.customFull('+row.caseId+')">'+value+'</a>';
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue