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