recent_topics: Patch colors.

Don't allow bootstrap to override row hover colors.
Show unread topics in same color as others.
This commit is contained in:
Aman Agrawal
2020-07-16 11:59:00 +05:30
committed by Tim Abbott
parent b64ba98e90
commit ddef014eea
3 changed files with 3 additions and 11 deletions

View File

@@ -432,14 +432,10 @@ on a dark background, and don't change the dark labels dark either. */
background-color: hsl(212, 28%, 18%);
&:hover {
background-color: hsl(208, 26%, 11%);
background-color: hsl(208, 26%, 11%, 0.6);
}
}
#recent_topics_table .unread_topic {
background-color: hsl(211, 28%, 16%);
}
.btn-recent-selected,
.recent_topics_table thead th {
background-color: hsl(0, 0%, 0%) !important;

View File

@@ -227,17 +227,13 @@
}
tr {
background-color: hsl(100, 11%, 96%);
background-color: hsl(0, 0%, 100%);
&:hover {
background-color: hsl(210, 100%, 97%);
}
}
.unread_topic {
background-color: hsl(0, 0%, 100%);
}
.last_msg_time {
float: left;
margin-right: 5px;

View File

@@ -10,7 +10,7 @@
</div>
</div>
<div class="table_fix_head" data-simplebar>
<table class="table table-responsive table-hover">
<table class="table table-responsive">
<thead>
<tr>
<th data-sort="stream_sort">{{t 'Stream' }}</th>