Update colors @gray color to @gray-lte
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
margin-right: 10px;
|
||||
}
|
||||
> li > a:hover {
|
||||
background-color: lighten(@gray, 5%);
|
||||
background-color: lighten(@gray-lte, 5%);
|
||||
color: #333;
|
||||
}
|
||||
> .divider {
|
||||
|
||||
@@ -185,7 +185,7 @@
|
||||
background: @gray-lte;
|
||||
padding-left: 10px;
|
||||
li:before {
|
||||
color: darken(@gray, 20%);
|
||||
color: darken(@gray-lte, 20%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
//Set of Active Background Colors
|
||||
.bg-gray-active {
|
||||
color: #000;
|
||||
background-color: darken(@gray, 10%) !important;
|
||||
background-color: darken(@gray-lte, 10%) !important;
|
||||
}
|
||||
|
||||
.bg-black-active {
|
||||
@@ -287,10 +287,10 @@
|
||||
}
|
||||
|
||||
.link-muted {
|
||||
color: darken(@gray, 30%);
|
||||
color: darken(@gray-lte, 30%);
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: darken(@gray, 40%);
|
||||
color: darken(@gray-lte, 40%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
10
dist/css/AdminLTE.css
vendored
10
dist/css/AdminLTE.css
vendored
@@ -358,7 +358,7 @@ a:focus {
|
||||
padding-left: 10px;
|
||||
}
|
||||
.content-header > .breadcrumb li:before {
|
||||
color: #222222;
|
||||
color: #97a0b3;
|
||||
}
|
||||
}
|
||||
.navbar-toggle {
|
||||
@@ -939,7 +939,7 @@ a:focus {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.dropdown-menu > li > a:hover {
|
||||
background-color: #626262;
|
||||
background-color: #e1e3e9;
|
||||
color: #333;
|
||||
}
|
||||
.dropdown-menu > .divider {
|
||||
@@ -4477,7 +4477,7 @@ table.text-center th {
|
||||
}
|
||||
.bg-gray-active {
|
||||
color: #000;
|
||||
background-color: #3c3c3c !important;
|
||||
background-color: #b5bbc8 !important;
|
||||
}
|
||||
.bg-black-active {
|
||||
background-color: #000000 !important;
|
||||
@@ -4587,11 +4587,11 @@ table.text-center th {
|
||||
color: #d81b60 !important;
|
||||
}
|
||||
.link-muted {
|
||||
color: #090909;
|
||||
color: #7a869d;
|
||||
}
|
||||
.link-muted:hover,
|
||||
.link-muted:focus {
|
||||
color: #000000;
|
||||
color: #606c84;
|
||||
}
|
||||
.link-black {
|
||||
color: #666;
|
||||
|
||||
2
dist/css/AdminLTE.min.css
vendored
2
dist/css/AdminLTE.min.css
vendored
File diff suppressed because one or more lines are too long
10
dist/css/alt/AdminLTE-without-plugins.css
vendored
10
dist/css/alt/AdminLTE-without-plugins.css
vendored
@@ -358,7 +358,7 @@ a:focus {
|
||||
padding-left: 10px;
|
||||
}
|
||||
.content-header > .breadcrumb li:before {
|
||||
color: #222222;
|
||||
color: #97a0b3;
|
||||
}
|
||||
}
|
||||
.navbar-toggle {
|
||||
@@ -939,7 +939,7 @@ a:focus {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.dropdown-menu > li > a:hover {
|
||||
background-color: #626262;
|
||||
background-color: #e1e3e9;
|
||||
color: #333;
|
||||
}
|
||||
.dropdown-menu > .divider {
|
||||
@@ -3527,7 +3527,7 @@ table.text-center th {
|
||||
}
|
||||
.bg-gray-active {
|
||||
color: #000;
|
||||
background-color: #3c3c3c !important;
|
||||
background-color: #b5bbc8 !important;
|
||||
}
|
||||
.bg-black-active {
|
||||
background-color: #000000 !important;
|
||||
@@ -3637,11 +3637,11 @@ table.text-center th {
|
||||
color: #d81b60 !important;
|
||||
}
|
||||
.link-muted {
|
||||
color: #090909;
|
||||
color: #7a869d;
|
||||
}
|
||||
.link-muted:hover,
|
||||
.link-muted:focus {
|
||||
color: #000000;
|
||||
color: #606c84;
|
||||
}
|
||||
.link-black {
|
||||
color: #666;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user