indicate the selected channel in the dropdown menu and minor css fixes

This commit is contained in:
git-marijus
2017-07-22 12:01:13 +02:00
parent 4335e49381
commit f4a4d70149
3 changed files with 4 additions and 16 deletions

View File

@@ -4,10 +4,6 @@
text-decoration: none;
}
.new-notification {
color: #c60032;
}
.channel-photo-wrapper {
display: table-cell;
table-layout: fixed;
@@ -24,11 +20,3 @@
vertical-align: top;
padding-left: 10px;
}
.selected-channel {
color: green;
}
#all-channels-end {
margin-bottom: 20px;
}