fractal/fractal-gtk/res/app.css
2018-01-11 09:46:52 +01:00

68 lines
1.1 KiB
CSS

.rooms {
background-color: alpha(@borders, 0.25);
}
.full-separator {
margin-top: 0px;
margin-bottom: 0px;
}
.notify-badge {
background-color: #555;
color: white;
font-weight: bold;
font-size: 0.8em;
border-radius: 10px;
min-width: 10px;
padding: 1px 5px;
}
.room-row {
padding: 8px 0px;
}
.room-list list row:selected .notify-badge {
background-color: white;
color: @theme_selected_bg_color;
}
.room-list list {
background-color: alpha(@borders, 0);
}
.rooms-sidebar {
background-color: alpha(@borders, 0.25);
}
/**
.room-list list row .avatar {
border: 2px solid white;
border-radius: 20px;
}
**/
.room-avatar-container .avatar {
margin: 3px;
}
.username {
font-weight: bold;
}
.room-title {
padding: 5px;
padding-bottom: 2px;
border-bottom: 1px solid @borders;
margin-bottom: 5px;
margin-left: 4px;
margin-right: 4px;
font-weight: bold;
font-size: x-small;
color: @insensitive_fg_color;
}
.room-empty-text {
color: @insensitive_fg_color;
padding: 10px;
font-size: x-small;
}