Skip to content

Commit

Permalink
make selected unread threadlist text bold: Issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
arimai committed Sep 22, 2016
1 parent ff40384 commit 0cb1997
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/account-sidebar.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@
}

}
.trial-remaining-block{
background: rgba(245, 107, 111, 0.8);
font-weight:500;
}
7 changes: 7 additions & 0 deletions styles/thread-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
color: @awesome-pink;
opacity: 1;
}
//for manual mark unread settings
& .participants .unread-true, .draft-list .focused .participants .unread-true{
font-weight:600;
}
}
& .unread .thread-info-column .subject{
font-weight:600;
}
/** to avoid the blue background when an item is selected in single layout
and user selects double layout **/
Expand Down

0 comments on commit 0cb1997

Please sign in to comment.