|
@@ -4397,7 +4397,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
|
|
color: #ccc;
|
|
|
}
|
|
|
.navbar-inverse {
|
|
|
- background-color: #D24D57;
|
|
|
+ background:linear-gradient(235deg, #931f11, red);
|
|
|
border-color: #bc303a;
|
|
|
}
|
|
|
.navbar-inverse .navbar-brand {
|
|
@@ -5444,7 +5444,7 @@ a.list-group-item-danger.active:focus {
|
|
|
}
|
|
|
.panel-primary > .panel-heading {
|
|
|
color: #fff;
|
|
|
- background-color: #D24D57;
|
|
|
+ background: linear-gradient(235deg, #9f1100, #cc1818);
|
|
|
border-color: #D24D57;
|
|
|
}
|
|
|
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
|
|
@@ -7746,7 +7746,7 @@ pre {
|
|
|
}
|
|
|
.topnav-navbar .navbar-header {
|
|
|
width: 220px;
|
|
|
- background: #D24D57;
|
|
|
+ background: linear-gradient(45deg, #530909, red);
|
|
|
}
|
|
|
.topnav-navbar .navbar-header .navbar-brand {
|
|
|
color: #f6dbdd;
|
|
@@ -9304,10 +9304,10 @@ table.white tbody {
|
|
|
}
|
|
|
*/
|
|
|
}
|
|
|
-/* Have to set height explicity on ui-view
|
|
|
+/* Have to set height explicity on ui-view
|
|
|
to prevent collapsing during animation*/
|
|
|
/*.well[ui-view]{
|
|
|
- height: 65px;
|
|
|
+ height: 65px;
|
|
|
}*/
|
|
|
[ui-view] {
|
|
|
position: absolute;
|
|
@@ -9416,7 +9416,7 @@ body {
|
|
|
.sidebar-menu{
|
|
|
border-right: 1px solid #c4c8cb;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
.side-widgets {
|
|
|
top: 0;
|
|
|
bottom: 0;
|
|
@@ -9443,12 +9443,12 @@ body {
|
|
|
}
|
|
|
|
|
|
.menu-body> .nav > li >ul.collapse{
|
|
|
- border-left: 4px solid #19aa8d;
|
|
|
+ border-left: 4px solid #19aa8d;
|
|
|
-webkit-transition: all .5s;
|
|
|
transition: all .5s;
|
|
|
}
|
|
|
|
|
|
-/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
|
|
|
+/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
|
|
|
.menu::-webkit-scrollbar-track {
|
|
|
width: 0px;
|
|
|
text-decoration: none;
|
|
@@ -9473,7 +9473,7 @@ body {
|
|
|
.jp-hr .nav .open > a,
|
|
|
.jp-hr .nav > li > a:focus {
|
|
|
/*color: white;*/
|
|
|
- background: #bc303a;
|
|
|
+ background: linear-gradient(45deg, #b60000, #ffa600);
|
|
|
border: 0px;
|
|
|
cursor: default;
|
|
|
height: 51px;
|
|
@@ -9506,4 +9506,4 @@ body {
|
|
|
.jp-hr .theme-whbl #user-link{
|
|
|
color: #bc303a;
|
|
|
}
|
|
|
-/*# sourceMappingURL=app-red.css.map */
|
|
|
+/*# sourceMappingURL=app-red.css.map */
|