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
1 changed files with 4 additions and 0 deletions

View File

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