mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-11-09 23:06:45 +00:00
54 lines
745 B
CSS
54 lines
745 B
CSS
:root {
|
|
--mdc-theme-primary: #1b5e20;
|
|
--mdc-theme-primary-light: #4c8c4a;
|
|
--mdc-theme-primary-dark: #003300;
|
|
--mdc-theme-secondary: #f9a825;
|
|
--mdc-theme-secondary-light: #ffd95a;
|
|
--mdc-theme-secondary-dark: #c17900;
|
|
}
|
|
|
|
body {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.panel {
|
|
margin-top: 70px;
|
|
}
|
|
|
|
#tooltip {
|
|
background-color: white;
|
|
z-index: 200;
|
|
position: absolute;
|
|
display: none;
|
|
}
|
|
|
|
#tooltip h1 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
table td+td {
|
|
border-left: 1px dashed silver;
|
|
text-align: center;
|
|
}
|
|
|
|
th, td {
|
|
font-family: monospace;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
th.ref {
|
|
font-weight: bold;
|
|
}
|
|
|
|
td.empty {
|
|
color: silver;
|
|
}
|
|
|
|
tr:hover {
|
|
background-color: #ddd;
|
|
}
|
|
|
|
td.fullonly {
|
|
color: #88f;
|
|
}
|