Initial commit
This commit is contained in:
18
pma/themes/original/scss/_tables.scss
Normal file
18
pma/themes/original/scss/_tables.scss
Normal file
@ -0,0 +1,18 @@
|
||||
.table {
|
||||
border-collapse: separate;
|
||||
|
||||
td {
|
||||
touch-action: manipulation;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
thead th {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.table-striped {
|
||||
tbody tr:nth-of-type(odd) {
|
||||
background-color: $bg-one;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user