提交 2be70322 编写于 作者: A Abdullah Almsaeed

Update colors @gray color to @gray-lte

上级 95d377ea
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
margin-right: 10px; margin-right: 10px;
} }
> li > a:hover { > li > a:hover {
background-color: lighten(@gray, 5%); background-color: lighten(@gray-lte, 5%);
color: #333; color: #333;
} }
> .divider { > .divider {
......
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
background: @gray-lte; background: @gray-lte;
padding-left: 10px; padding-left: 10px;
li:before { li:before {
color: darken(@gray, 20%); color: darken(@gray-lte, 20%);
} }
} }
} }
......
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
//Set of Active Background Colors //Set of Active Background Colors
.bg-gray-active { .bg-gray-active {
color: #000; color: #000;
background-color: darken(@gray, 10%) !important; background-color: darken(@gray-lte, 10%) !important;
} }
.bg-black-active { .bg-black-active {
...@@ -287,10 +287,10 @@ ...@@ -287,10 +287,10 @@
} }
.link-muted { .link-muted {
color: darken(@gray, 30%); color: darken(@gray-lte, 30%);
&:hover, &:hover,
&:focus { &:focus {
color: darken(@gray, 40%); color: darken(@gray-lte, 40%);
} }
} }
......
...@@ -358,7 +358,7 @@ a:focus { ...@@ -358,7 +358,7 @@ a:focus {
padding-left: 10px; padding-left: 10px;
} }
.content-header > .breadcrumb li:before { .content-header > .breadcrumb li:before {
color: #222222; color: #97a0b3;
} }
} }
.navbar-toggle { .navbar-toggle {
...@@ -939,7 +939,7 @@ a:focus { ...@@ -939,7 +939,7 @@ a:focus {
margin-right: 10px; margin-right: 10px;
} }
.dropdown-menu > li > a:hover { .dropdown-menu > li > a:hover {
background-color: #626262; background-color: #e1e3e9;
color: #333; color: #333;
} }
.dropdown-menu > .divider { .dropdown-menu > .divider {
...@@ -4477,7 +4477,7 @@ table.text-center th { ...@@ -4477,7 +4477,7 @@ table.text-center th {
} }
.bg-gray-active { .bg-gray-active {
color: #000; color: #000;
background-color: #3c3c3c !important; background-color: #b5bbc8 !important;
} }
.bg-black-active { .bg-black-active {
background-color: #000000 !important; background-color: #000000 !important;
...@@ -4587,11 +4587,11 @@ table.text-center th { ...@@ -4587,11 +4587,11 @@ table.text-center th {
color: #d81b60 !important; color: #d81b60 !important;
} }
.link-muted { .link-muted {
color: #090909; color: #7a869d;
} }
.link-muted:hover, .link-muted:hover,
.link-muted:focus { .link-muted:focus {
color: #000000; color: #606c84;
} }
.link-black { .link-black {
color: #666; color: #666;
......
此差异已折叠。
...@@ -358,7 +358,7 @@ a:focus { ...@@ -358,7 +358,7 @@ a:focus {
padding-left: 10px; padding-left: 10px;
} }
.content-header > .breadcrumb li:before { .content-header > .breadcrumb li:before {
color: #222222; color: #97a0b3;
} }
} }
.navbar-toggle { .navbar-toggle {
...@@ -939,7 +939,7 @@ a:focus { ...@@ -939,7 +939,7 @@ a:focus {
margin-right: 10px; margin-right: 10px;
} }
.dropdown-menu > li > a:hover { .dropdown-menu > li > a:hover {
background-color: #626262; background-color: #e1e3e9;
color: #333; color: #333;
} }
.dropdown-menu > .divider { .dropdown-menu > .divider {
...@@ -3527,7 +3527,7 @@ table.text-center th { ...@@ -3527,7 +3527,7 @@ table.text-center th {
} }
.bg-gray-active { .bg-gray-active {
color: #000; color: #000;
background-color: #3c3c3c !important; background-color: #b5bbc8 !important;
} }
.bg-black-active { .bg-black-active {
background-color: #000000 !important; background-color: #000000 !important;
...@@ -3637,11 +3637,11 @@ table.text-center th { ...@@ -3637,11 +3637,11 @@ table.text-center th {
color: #d81b60 !important; color: #d81b60 !important;
} }
.link-muted { .link-muted {
color: #090909; color: #7a869d;
} }
.link-muted:hover, .link-muted:hover,
.link-muted:focus { .link-muted:focus {
color: #000000; color: #606c84;
} }
.link-black { .link-black {
color: #666; color: #666;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册