1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Always show composer header. closes flarum/core#112

This commit is contained in:
Toby Zerner
2015-06-26 12:18:13 +09:30
parent 8f6b373ea1
commit 0526e223e4
3 changed files with 8 additions and 13 deletions

View File

@@ -41,10 +41,12 @@
&, & input, & a {
color: @fl-secondary-color;
font-size: 16px;
font-size: 14px;
font-weight: normal;
}
& input {
font-size: 16px;
&, &[disabled], &:focus {
background: none;
border: 0;