Darken composer when it's minimized

This commit is contained in:
Toby Zerner 2015-07-28 19:50:35 +09:30
parent fd3600ad65
commit 98a5456a62

View File

@ -8,6 +8,11 @@
&.minimized {
height: 50px;
cursor: pointer;
background: @primary-color;
&, * {
color: @body-bg;
}
}
}
.Composer-controls {