Fix default box solid color issue

pull/1311/head v2.3.10
Abdullah Almsaeed 2017-01-08 15:57:03 -05:00
parent 194f92be3a
commit 95d377eabc
6 changed files with 10 additions and 10 deletions

View File

@ -84,7 +84,7 @@
// Box color variations
&.box-default {
.box-solid-variant(@gray, #444);
.box-solid-variant(@gray-lte, #444);
}
&.box-primary {
.box-solid-variant(@light-blue);

View File

@ -1607,12 +1607,12 @@ a:focus {
background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
border: 1px solid #555555;
border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
color: #444444;
background: #555555;
background-color: #555555;
background: #d2d6de;
background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {

File diff suppressed because one or more lines are too long

View File

@ -1607,12 +1607,12 @@ a:focus {
background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
border: 1px solid #555555;
border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
color: #444444;
background: #555555;
background-color: #555555;
background: #d2d6de;
background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {

File diff suppressed because one or more lines are too long

View File

@ -293,7 +293,7 @@ desired effect
<section class="content">
<!-- Your Page Content Here -->
</section>
<!-- /.content -->
</div>