1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 19:34:18 +02:00

Style tweaks

This commit is contained in:
Toby Zerner
2015-06-03 18:11:43 +09:30
parent 5d89618bbd
commit 0f08a4378c
4 changed files with 14 additions and 10 deletions

View File

@@ -29,7 +29,7 @@
font-weight: normal;
}
& input {
&, &[disabled] {
&, &[disabled], &:focus {
background: none;
border: 0;
padding: 0 20px 0 0;
@@ -147,6 +147,9 @@
.minimized & {
pointer-events: none;
}
.full-screen & {
margin-bottom: 20px;
}
}
.composer-content {
padding: 20px 20px 0;
@@ -231,6 +234,7 @@
&, &:focus, &[disabled] {
background: none;
border: 0;
}
}
}