mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 16:58:32 +08:00
Darken composer when it's minimized
This commit is contained in:
parent
ce54f06e42
commit
6725fd1e21
|
@ -8,6 +8,11 @@
|
|||
&.minimized {
|
||||
height: 50px;
|
||||
cursor: pointer;
|
||||
background: @primary-color;
|
||||
|
||||
&, * {
|
||||
color: @body-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
.Composer-controls {
|
||||
|
|
Loading…
Reference in New Issue
Block a user