CSS: Fix background-color for .controls
This commit is contained in:
parent
8800decc69
commit
7f265034fb
|
@ -76,6 +76,10 @@
|
||||||
background-color: @gray-lighter;
|
background-color: @gray-lighter;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.controls {
|
||||||
|
background-color: @body-bg-color;
|
||||||
|
}
|
||||||
|
|
||||||
// Notification styles
|
// Notification styles
|
||||||
|
|
||||||
#notifications {
|
#notifications {
|
||||||
|
|
Loading…
Reference in New Issue