adjust table style
This commit is contained in:
parent
1c1bf347bb
commit
d92b6e292d
1 changed files with 7 additions and 6 deletions
|
@ -471,7 +471,6 @@ table {
|
||||||
@extend .u-textTruncate;
|
@extend .u-textTruncate;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table > thead:first-child > tr:first-child > th,
|
|
||||||
.table > thead > tr > th {
|
.table > thead > tr > th {
|
||||||
padding: 12px 9px 10px;
|
padding: 12px 9px 10px;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
@ -487,14 +486,16 @@ table {
|
||||||
.table > tbody > tr > td {
|
.table > tbody > tr > td {
|
||||||
padding: 10px 9px 9px;
|
padding: 10px 9px 9px;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: 0 1px rgba(0,0,0,.02) inset;
|
box-shadow: 0 1px rgba(0,0,0,.02);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table > tbody > tr:first-child > td {
|
.table-hover > tbody > tr:hover > td {
|
||||||
box-shadow: none;
|
background: white;
|
||||||
|
box-shadow:
|
||||||
|
0 1px rgba(0,0,0,.02),
|
||||||
|
0 -1px rgba(0,0,0,.02);
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-hover > tbody > tr:hover > td,
|
|
||||||
.table-hover > tbody > tr:hover > th {
|
.table-hover > tbody > tr:hover > th {
|
||||||
background: rgba(0,8,14,.015);
|
background: rgba(0,8,14,.015);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue