|
@@ -1118,52 +1118,68 @@
|
|
|
.skin-red-light .wrapper,
|
|
|
.skin-red-light .main-sidebar,
|
|
|
.skin-red-light .left-side {
|
|
|
- background-color: #222d32;
|
|
|
+ background-color: #f9fafc;
|
|
|
+}
|
|
|
+.skin-red-light .content-wrapper,
|
|
|
+.skin-red-light .main-footer {
|
|
|
+ border-left: 1px solid #d2d6de;
|
|
|
}
|
|
|
.skin-red-light .user-panel > .info,
|
|
|
.skin-red-light .user-panel > .info > a {
|
|
|
- color: #fff;
|
|
|
+ color: #444444;
|
|
|
+}
|
|
|
+.skin-red-light .sidebar-menu > li {
|
|
|
+ -webkit-transition: border-left-color 0.3s ease;
|
|
|
+ -o-transition: border-left-color 0.3s ease;
|
|
|
+ transition: border-left-color 0.3s ease;
|
|
|
}
|
|
|
.skin-red-light .sidebar-menu > li.header {
|
|
|
- color: #4b646f;
|
|
|
- background: #1a2226;
|
|
|
+ color: #848484;
|
|
|
+ background: #f9fafc;
|
|
|
}
|
|
|
.skin-red-light .sidebar-menu > li > a {
|
|
|
border-left: 3px solid transparent;
|
|
|
- margin-right: 1px;
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
.skin-red-light .sidebar-menu > li:hover > a,
|
|
|
.skin-red-light .sidebar-menu > li.active > a {
|
|
|
- color: #ffffff;
|
|
|
- background: #1e282c;
|
|
|
+ color: #000000;
|
|
|
+ background: #f4f4f5;
|
|
|
+}
|
|
|
+.skin-red-light .sidebar-menu > li.active {
|
|
|
border-left-color: #dd4b39;
|
|
|
}
|
|
|
+.skin-red-light .sidebar-menu > li.active > a {
|
|
|
+ font-weight: 600;
|
|
|
+}
|
|
|
.skin-red-light .sidebar-menu > li > .treeview-menu {
|
|
|
- margin: 0 1px;
|
|
|
- background: #2c3b41;
|
|
|
+ background: #f4f4f5;
|
|
|
}
|
|
|
.skin-red-light .sidebar a {
|
|
|
- color: #b8c7ce;
|
|
|
+ color: #444444;
|
|
|
}
|
|
|
.skin-red-light .sidebar a:hover {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
.skin-red-light .treeview-menu > li > a {
|
|
|
- color: #8aa4af;
|
|
|
+ color: #777777;
|
|
|
}
|
|
|
.skin-red-light .treeview-menu > li.active > a,
|
|
|
.skin-red-light .treeview-menu > li > a:hover {
|
|
|
- color: #ffffff;
|
|
|
+ color: #000000;
|
|
|
+}
|
|
|
+.skin-red-light .treeview-menu > li.active > a {
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
.skin-red-light .sidebar-form {
|
|
|
border-radius: 3px;
|
|
|
- border: 1px solid #374850;
|
|
|
+ border: 1px solid #d2d6de;
|
|
|
margin: 10px 10px;
|
|
|
}
|
|
|
.skin-red-light .sidebar-form input[type="text"],
|
|
|
.skin-red-light .sidebar-form .btn {
|
|
|
box-shadow: none;
|
|
|
- background-color: #374850;
|
|
|
+ background-color: #fff;
|
|
|
border: 1px solid transparent;
|
|
|
height: 35px;
|
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
@@ -1192,6 +1208,11 @@
|
|
|
border-bottom-right-radius: 2px !important;
|
|
|
border-bottom-left-radius: 0 !important;
|
|
|
}
|
|
|
+@media (min-width: 768px) {
|
|
|
+ .skin-red-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
|
|
+ border-left: 1px solid #d2d6de;
|
|
|
+ }
|
|
|
+}
|
|
|
/*
|
|
|
* Skin: Yellow
|
|
|
* ------------
|
|
@@ -1386,52 +1407,68 @@
|
|
|
.skin-yellow-light .wrapper,
|
|
|
.skin-yellow-light .main-sidebar,
|
|
|
.skin-yellow-light .left-side {
|
|
|
- background-color: #222d32;
|
|
|
+ background-color: #f9fafc;
|
|
|
+}
|
|
|
+.skin-yellow-light .content-wrapper,
|
|
|
+.skin-yellow-light .main-footer {
|
|
|
+ border-left: 1px solid #d2d6de;
|
|
|
}
|
|
|
.skin-yellow-light .user-panel > .info,
|
|
|
.skin-yellow-light .user-panel > .info > a {
|
|
|
- color: #fff;
|
|
|
+ color: #444444;
|
|
|
+}
|
|
|
+.skin-yellow-light .sidebar-menu > li {
|
|
|
+ -webkit-transition: border-left-color 0.3s ease;
|
|
|
+ -o-transition: border-left-color 0.3s ease;
|
|
|
+ transition: border-left-color 0.3s ease;
|
|
|
}
|
|
|
.skin-yellow-light .sidebar-menu > li.header {
|
|
|
- color: #4b646f;
|
|
|
- background: #1a2226;
|
|
|
+ color: #848484;
|
|
|
+ background: #f9fafc;
|
|
|
}
|
|
|
.skin-yellow-light .sidebar-menu > li > a {
|
|
|
border-left: 3px solid transparent;
|
|
|
- margin-right: 1px;
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
.skin-yellow-light .sidebar-menu > li:hover > a,
|
|
|
.skin-yellow-light .sidebar-menu > li.active > a {
|
|
|
- color: #ffffff;
|
|
|
- background: #1e282c;
|
|
|
+ color: #000000;
|
|
|
+ background: #f4f4f5;
|
|
|
+}
|
|
|
+.skin-yellow-light .sidebar-menu > li.active {
|
|
|
border-left-color: #f39c12;
|
|
|
}
|
|
|
+.skin-yellow-light .sidebar-menu > li.active > a {
|
|
|
+ font-weight: 600;
|
|
|
+}
|
|
|
.skin-yellow-light .sidebar-menu > li > .treeview-menu {
|
|
|
- margin: 0 1px;
|
|
|
- background: #2c3b41;
|
|
|
+ background: #f4f4f5;
|
|
|
}
|
|
|
.skin-yellow-light .sidebar a {
|
|
|
- color: #b8c7ce;
|
|
|
+ color: #444444;
|
|
|
}
|
|
|
.skin-yellow-light .sidebar a:hover {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
.skin-yellow-light .treeview-menu > li > a {
|
|
|
- color: #8aa4af;
|
|
|
+ color: #777777;
|
|
|
}
|
|
|
.skin-yellow-light .treeview-menu > li.active > a,
|
|
|
.skin-yellow-light .treeview-menu > li > a:hover {
|
|
|
- color: #ffffff;
|
|
|
+ color: #000000;
|
|
|
+}
|
|
|
+.skin-yellow-light .treeview-menu > li.active > a {
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
.skin-yellow-light .sidebar-form {
|
|
|
border-radius: 3px;
|
|
|
- border: 1px solid #374850;
|
|
|
+ border: 1px solid #d2d6de;
|
|
|
margin: 10px 10px;
|
|
|
}
|
|
|
.skin-yellow-light .sidebar-form input[type="text"],
|
|
|
.skin-yellow-light .sidebar-form .btn {
|
|
|
box-shadow: none;
|
|
|
- background-color: #374850;
|
|
|
+ background-color: #fff;
|
|
|
border: 1px solid transparent;
|
|
|
height: 35px;
|
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
@@ -1460,6 +1497,11 @@
|
|
|
border-bottom-right-radius: 2px !important;
|
|
|
border-bottom-left-radius: 0 !important;
|
|
|
}
|
|
|
+@media (min-width: 768px) {
|
|
|
+ .skin-yellow-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
|
|
+ border-left: 1px solid #d2d6de;
|
|
|
+ }
|
|
|
+}
|
|
|
/*
|
|
|
* Skin: Purple
|
|
|
* ------------
|
|
@@ -1654,52 +1696,68 @@
|
|
|
.skin-purple-light .wrapper,
|
|
|
.skin-purple-light .main-sidebar,
|
|
|
.skin-purple-light .left-side {
|
|
|
- background-color: #222d32;
|
|
|
+ background-color: #f9fafc;
|
|
|
+}
|
|
|
+.skin-purple-light .content-wrapper,
|
|
|
+.skin-purple-light .main-footer {
|
|
|
+ border-left: 1px solid #d2d6de;
|
|
|
}
|
|
|
.skin-purple-light .user-panel > .info,
|
|
|
.skin-purple-light .user-panel > .info > a {
|
|
|
- color: #fff;
|
|
|
+ color: #444444;
|
|
|
+}
|
|
|
+.skin-purple-light .sidebar-menu > li {
|
|
|
+ -webkit-transition: border-left-color 0.3s ease;
|
|
|
+ -o-transition: border-left-color 0.3s ease;
|
|
|
+ transition: border-left-color 0.3s ease;
|
|
|
}
|
|
|
.skin-purple-light .sidebar-menu > li.header {
|
|
|
- color: #4b646f;
|
|
|
- background: #1a2226;
|
|
|
+ color: #848484;
|
|
|
+ background: #f9fafc;
|
|
|
}
|
|
|
.skin-purple-light .sidebar-menu > li > a {
|
|
|
border-left: 3px solid transparent;
|
|
|
- margin-right: 1px;
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
.skin-purple-light .sidebar-menu > li:hover > a,
|
|
|
.skin-purple-light .sidebar-menu > li.active > a {
|
|
|
- color: #ffffff;
|
|
|
- background: #1e282c;
|
|
|
+ color: #000000;
|
|
|
+ background: #f4f4f5;
|
|
|
+}
|
|
|
+.skin-purple-light .sidebar-menu > li.active {
|
|
|
border-left-color: #605ca8;
|
|
|
}
|
|
|
+.skin-purple-light .sidebar-menu > li.active > a {
|
|
|
+ font-weight: 600;
|
|
|
+}
|
|
|
.skin-purple-light .sidebar-menu > li > .treeview-menu {
|
|
|
- margin: 0 1px;
|
|
|
- background: #2c3b41;
|
|
|
+ background: #f4f4f5;
|
|
|
}
|
|
|
.skin-purple-light .sidebar a {
|
|
|
- color: #b8c7ce;
|
|
|
+ color: #444444;
|
|
|
}
|
|
|
.skin-purple-light .sidebar a:hover {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
.skin-purple-light .treeview-menu > li > a {
|
|
|
- color: #8aa4af;
|
|
|
+ color: #777777;
|
|
|
}
|
|
|
.skin-purple-light .treeview-menu > li.active > a,
|
|
|
.skin-purple-light .treeview-menu > li > a:hover {
|
|
|
- color: #ffffff;
|
|
|
+ color: #000000;
|
|
|
+}
|
|
|
+.skin-purple-light .treeview-menu > li.active > a {
|
|
|
+ font-weight: 600;
|
|
|
}
|
|
|
.skin-purple-light .sidebar-form {
|
|
|
border-radius: 3px;
|
|
|
- border: 1px solid #374850;
|
|
|
+ border: 1px solid #d2d6de;
|
|
|
margin: 10px 10px;
|
|
|
}
|
|
|
.skin-purple-light .sidebar-form input[type="text"],
|
|
|
.skin-purple-light .sidebar-form .btn {
|
|
|
box-shadow: none;
|
|
|
- background-color: #374850;
|
|
|
+ background-color: #fff;
|
|
|
border: 1px solid transparent;
|
|
|
height: 35px;
|
|
|
-webkit-transition: all 0.3s ease-in-out;
|
|
@@ -1728,3 +1786,8 @@
|
|
|
border-bottom-right-radius: 2px !important;
|
|
|
border-bottom-left-radius: 0 !important;
|
|
|
}
|
|
|
+@media (min-width: 768px) {
|
|
|
+ .skin-purple-light.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
|
|
|
+ border-left: 1px solid #d2d6de;
|
|
|
+ }
|
|
|
+}
|