mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 18:47:16 +08:00
restore bg-color for New Topic / New Post rows in Topic-List Categories table
This commit is contained in:
@ -233,10 +233,10 @@
|
|||||||
th.posts {
|
th.posts {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
tbody tr:nth-child(odd) {
|
> tbody > tr:nth-child(odd) {
|
||||||
background-color: darken($secondary, 3%);
|
background-color: darken($secondary, 3%);
|
||||||
}
|
}
|
||||||
tbody tr:nth-child(even) {
|
> tbody > tr:nth-child(even) {
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
}
|
}
|
||||||
th .toggle-admin {
|
th .toggle-admin {
|
||||||
|
Reference in New Issue
Block a user