mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 11:44:06 -06:00
adding tiger striping to suggested topics
This commit is contained in:
parent
87f054366c
commit
86a617f9b1
@ -382,9 +382,12 @@ a.star {
|
||||
#suggested-topics {
|
||||
clear: left;
|
||||
padding: 20px 0 15px 0;
|
||||
|
||||
.topics table tbody tr {background: $primary_background_color;}
|
||||
|
||||
#topic-list > tbody > tr:nth-child(even) {
|
||||
background-color: lighten($secondary_background_color, 77%);
|
||||
}
|
||||
#topic-list > tbody > tr:nth-child(odd) {
|
||||
background-color: $primary_background_color;
|
||||
}
|
||||
table {
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user