1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/view/css/mod_manage.css

35 lines
483 B
CSS
Raw Normal View History

2016-04-17 16:29:18 +02:00
.make-default-link,
.make-default-link:hover {
color: inherit;
text-decoration: none;
}
2016-04-17 16:29:18 +02:00
.new-notification {
color: #c60032;
}
2016-04-17 16:29:18 +02:00
.channel-photo-wrapper {
display: table-cell;
table-layout: fixed;
vertical-align: top;
}
2016-04-17 16:29:18 +02:00
.channel-photo-wrapper img {
border-radius: 4px;
}
2016-04-17 16:29:18 +02:00
.channel-notifications-wrapper {
display: table-cell;
table-layout: fixed;
vertical-align: top;
padding-left: 10px;
}
2016-04-17 16:29:18 +02:00
.selected-channel {
color: green;
}
2016-04-17 16:29:18 +02:00
#all-channels-end {
margin-bottom: 20px;
}