mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 01:42:17 +00:00
Added border to tabulator / tabulator header cells
This commit is contained in:
@@ -16,4 +16,18 @@
|
||||
/* Avoid confusing color change when hovering over selected rows */
|
||||
.tabulator-row.tabulator-selected:hover {
|
||||
background-color: #769bcc !important;
|
||||
}
|
||||
|
||||
/* Frame the table */
|
||||
.tabulator {
|
||||
border: 1px solid lightgrey;
|
||||
border-bottom: none;
|
||||
margin-top: 20px;
|
||||
border-top-left-radius: 0.5em;
|
||||
border-top-right-radius: 0.5em;
|
||||
}
|
||||
|
||||
/* Frame the header cells */
|
||||
.tabulator-col:not(:first-of-type) {
|
||||
border-left: 0.5px solid lightgrey;
|
||||
}
|
||||
Reference in New Issue
Block a user