Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95d377eabc |
@@ -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);
|
||||
|
||||
6
dist/css/AdminLTE.css
vendored
6
dist/css/AdminLTE.css
vendored
@@ -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 {
|
||||
|
||||
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
6
dist/css/alt/AdminLTE-without-plugins.css
vendored
6
dist/css/alt/AdminLTE-without-plugins.css
vendored
@@ -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
@@ -293,7 +293,7 @@ desired effect
|
||||
<section class="content">
|
||||
|
||||
<!-- Your Page Content Here -->
|
||||
|
||||
|
||||
</section>
|
||||
<!-- /.content -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user