mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
34 lines
375 B
Plaintext
34 lines
375 B
Plaintext
|
|
table {
|
|
margin: 0 auto;
|
|
background-color: @primary-bg;
|
|
border-spacing: 0;
|
|
font-size: 0.8em;
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
thead {
|
|
color: @bgBlack;
|
|
background-color: @primary-disabled;
|
|
}
|
|
|
|
|
|
tbody tr {
|
|
|
|
&:hover {
|
|
color: #000;
|
|
background-color: @secondary;
|
|
}
|
|
}
|
|
|
|
th {
|
|
padding: 0.1em 0.5em;
|
|
}
|
|
|
|
td {
|
|
padding-left: 0.5em;
|
|
font-size: 0.9em;
|
|
} |