🎨(darkside): Hide search bar in list mode when items are selected

This commit is contained in:
Jackie Luo 2016-05-05 10:35:32 -07:00
parent 84f339ef46
commit bd063fd9c6

View file

@ -326,6 +326,11 @@
border-bottom: 1px solid @border-color;
}
// jackiehluo -> Hide search bar when buttons appear in list mode
.toolbar-ThreadList .selection-bar .inner {
background: @threadlist-bg;
}
.list-tabular .list-tabular-item {
background-color: @threadlist-bg;
border-bottom: 1px solid @border-color !important;