mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:34:01 +08:00
20 lines
289 B
CSS
20 lines
289 B
CSS
th span {
|
|
font-size: 0.9em;
|
|
font-weight: normal;
|
|
color: grey;
|
|
}
|
|
th a {
|
|
font-weight: normal;
|
|
visibility: hidden;
|
|
}
|
|
th:hover a {
|
|
visibility: visible;
|
|
}
|
|
td a {
|
|
visibility: hidden;
|
|
font-size: 0.8em;
|
|
}
|
|
td:hover a {
|
|
visibility: visible;
|
|
}
|
|
/*# sourceMappingURL=prices.css.map */ |