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