mirror of https://github.com/ColorlibHQ/AdminLTE
Added border to box
parent
e35f602533
commit
2af6d6ee45
|
@ -2462,10 +2462,7 @@ a:focus {
|
|||
.pagination > li > a {
|
||||
background: #fafafa;
|
||||
color: #666;
|
||||
}
|
||||
.pagination > li:first-of-type a,
|
||||
.pagination > li:last-of-type a {
|
||||
border-radius: 0;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
/*
|
||||
* Component: Products List
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -463,7 +463,7 @@
|
|||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="box">
|
||||
<div class="box-header">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">Bordered Table</h3>
|
||||
</div><!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
|
|
Loading…
Reference in New Issue