mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-07-05 18:52:42 +00:00
22 lines
No EOL
417 B
SCSS
22 lines
No EOL
417 B
SCSS
/* Log reader --------------------------------------------------------------- */
|
|
|
|
#logreader-root table {
|
|
|
|
.menu {
|
|
background-color: $background-normal;
|
|
|
|
h4 {
|
|
border-bottom-color: $decoration-normal;
|
|
}
|
|
}
|
|
|
|
thead th {
|
|
color: $foreground-normal;
|
|
border-bottom-color: $decoration-normal;
|
|
}
|
|
|
|
tbody tr td {
|
|
border-bottom-color: $decoration-normal;
|
|
background-color: $background-normal !important;
|
|
}
|
|
} |