Fixed the userlist styling.
This commit is contained in:
parent
fad6330d39
commit
4efdc5d361
@ -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 {
|
.settingsMenu {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
|
Loading…
Reference in New Issue
Block a user