Changed table CSS
This commit is contained in:
parent
12b799423a
commit
a661ceba02
3 changed files with 9 additions and 2 deletions
|
@ -2,6 +2,13 @@
|
|||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.table-striped tbody tr:nth-of-type(odd) {
|
||||
background-color: #d2eef7;
|
||||
}
|
||||
.table-hover tbody tr:hover td {
|
||||
background-color: $table-bg-hover;
|
||||
}
|
||||
// white title font variant on type-2 as defined in _widgets.css
|
||||
.horizontal-bars {
|
||||
padding: 0;
|
||||
|
|
Reference in a new issue