This commit is contained in:
Abdullah Almsaeed
2017-01-08 15:37:30 -05:00
parent 4758ab5216
commit 02efe00fc9
20 changed files with 51 additions and 52 deletions

16
dist/css/AdminLTE.css vendored
View File

@@ -358,7 +358,7 @@ a:focus {
padding-left: 10px;
}
.content-header > .breadcrumb li:before {
color: #97a0b3;
color: #222222;
}
}
.navbar-toggle {
@@ -939,7 +939,7 @@ a:focus {
margin-right: 10px;
}
.dropdown-menu > li > a:hover {
background-color: #e1e3e9;
background-color: #626262;
color: #333;
}
.dropdown-menu > .divider {
@@ -1607,12 +1607,12 @@ a:focus {
background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
border: 1px solid #d2d6de;
border: 1px solid #555555;
}
.box.box-solid.box-default > .box-header {
color: #444444;
background: #d2d6de;
background-color: #d2d6de;
background: #555555;
background-color: #555555;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
@@ -4477,7 +4477,7 @@ table.text-center th {
}
.bg-gray-active {
color: #000;
background-color: #b5bbc8 !important;
background-color: #3c3c3c !important;
}
.bg-black-active {
background-color: #000000 !important;
@@ -4587,11 +4587,11 @@ table.text-center th {
color: #d81b60 !important;
}
.link-muted {
color: #7a869d;
color: #090909;
}
.link-muted:hover,
.link-muted:focus {
color: #606c84;
color: #000000;
}
.link-black {
color: #666;