Checkpoint
This commit is contained in:
@@ -32,42 +32,5 @@
|
||||
}
|
||||
|
||||
.data-table {
|
||||
color: var(--app-text);
|
||||
|
||||
thead th {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 2;
|
||||
background: rgba(13, 36, 82, 0.95);
|
||||
border-color: rgba(173, 205, 255, 0.18);
|
||||
color: var(--app-text);
|
||||
}
|
||||
|
||||
td {
|
||||
border-color: rgba(173, 205, 255, 0.12);
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
tr.is-selected td {
|
||||
background: rgba(102, 157, 255, 0.34);
|
||||
color: #f2f7ff;
|
||||
}
|
||||
|
||||
tr.is-selected a,
|
||||
tr.is-selected a:hover {
|
||||
color: var(--app-accent-yellow);
|
||||
}
|
||||
|
||||
tr:hover td {
|
||||
background: rgba(102, 157, 255, 0.08);
|
||||
color: var(--app-text);
|
||||
}
|
||||
|
||||
tr:hover .callsign {
|
||||
color: var(--app-accent-yellow);
|
||||
background-color: var(--app-blue-dark);
|
||||
border-color: var(--app-accent-yellow);
|
||||
}
|
||||
|
||||
/* Color and background overrides removed to use default/inherited styles */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user