CSS: Fix background-color for .controls

This commit is contained in:
Eric Lippmann 2015-12-15 13:35:26 +01:00
parent 8800decc69
commit 7f265034fb

View File

@ -76,6 +76,10 @@
background-color: @gray-lighter;
}
.controls {
background-color: @body-bg-color;
}
// Notification styles
#notifications {