mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 18:13:58 +00:00
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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user