mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
34 lines
483 B
CSS
34 lines
483 B
CSS
.make-default-link,
|
|
.make-default-link:hover {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.new-notification {
|
|
color: #c60032;
|
|
}
|
|
|
|
.channel-photo-wrapper {
|
|
display: table-cell;
|
|
table-layout: fixed;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.channel-photo-wrapper img {
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.channel-notifications-wrapper {
|
|
display: table-cell;
|
|
table-layout: fixed;
|
|
vertical-align: top;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.selected-channel {
|
|
color: green;
|
|
}
|
|
|
|
#all-channels-end {
|
|
margin-bottom: 20px;
|
|
}
|