1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +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 5c3e3abf70
commit 9a04603587
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;