Skip to content

Commit

Permalink
Update colors @gray color to @gray-lte
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Jan 8, 2017
1 parent 95d377e commit 2be7032
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion build/less/dropdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
margin-right: 10px;
}
> li > a:hover {
background-color: lighten(@gray, 5%);
background-color: lighten(@gray-lte, 5%);
color: #333;
}
> .divider {
Expand Down
2 changes: 1 addition & 1 deletion build/less/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
background: @gray-lte;
padding-left: 10px;
li:before {
color: darken(@gray, 20%);
color: darken(@gray-lte, 20%);
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions build/less/miscellaneous.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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%);
}
}

Expand Down
10 changes: 5 additions & 5 deletions dist/css/AdminLTE.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ a:focus {
padding-left: 10px;
}
.content-header > .breadcrumb li:before {
color: #222222;
color: #97a0b3;
}
}
.navbar-toggle {
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/AdminLTE.min.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/css/alt/AdminLTE-without-plugins.css
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ a:focus {
padding-left: 10px;
}
.content-header > .breadcrumb li:before {
color: #222222;
color: #97a0b3;
}
}
.navbar-toggle {
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/alt/AdminLTE-without-plugins.min.css

Large diffs are not rendered by default.

0 comments on commit 2be7032

Please sign in to comment.