@ -48,6 +48,10 @@ RoomList > * {
border: none;
}
#roomlist_area {
background-color: #2d3139;
CommunitiesList,
CommunitiesList > * {
background-color: white;
@ -51,6 +51,7 @@ RoomList::RoomList(QSharedPointer<UserSettings> userSettings, QWidget *parent)
#endif
scrollAreaContents_ = new QWidget(this);
scrollAreaContents_->setObjectName("roomlist_area");
contentsLayout_ = new QVBoxLayout(scrollAreaContents_);
contentsLayout_->setSpacing(0);