mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
Merge pull request #2418 from kevinreese/master
restore bg-color for New Topic / New Post rows of Topic-List Categories
This commit is contained in:
commit
c27e70849e
@ -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…
Reference in New Issue
Block a user