1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

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 {