Fixed the userlist styling.

This commit is contained in:
Maxim Khlobystov 2016-04-28 13:58:54 -04:00
parent fad6330d39
commit 4efdc5d361

View File

@ -921,6 +921,16 @@ body {
}
}
//////////////////////////////
// Temporary solution (until #content is modified)
.user-list-item {
background: #34495E !important; // overriding the value from Foundation
&:hover {
background: #2C4155 !important;
}
}
//////////////////////////////
.settingsMenu {
height: 100%;
z-index: 1000;