mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 05:42:03 -04:00
restore bg-color for New Topic / New Post rows in Topic-List Categories table
This commit is contained in:
parent
2f706d084f
commit
49ef3958c5
1 changed files with 2 additions and 2 deletions
|
@ -233,10 +233,10 @@
|
|||
th.posts {
|
||||
position: relative;
|
||||
}
|
||||
tbody tr:nth-child(odd) {
|
||||
> tbody > tr:nth-child(odd) {
|
||||
background-color: darken($secondary, 3%);
|
||||
}
|
||||
tbody tr:nth-child(even) {
|
||||
> tbody > tr:nth-child(even) {
|
||||
background-color: $secondary;
|
||||
}
|
||||
th .toggle-admin {
|
||||
|
|
Loading…
Add table
Reference in a new issue