Tweak composer styles

Make it appear above the sidepane
This commit is contained in:
Toby Zerner 2015-02-03 18:41:39 +10:30
parent f847fce76a
commit 420eb9782e

View File

@ -6,7 +6,7 @@
bottom: 0;
left: 0;
right: 0;
z-index: @zindex-navbar-fixed;
z-index: @zindex-navbar-fixed + 2;
pointer-events: none;
.transition(left 0.2s);
@ -79,6 +79,9 @@
& li {
display: inline-block;
}
.minimized & {
top: 7px;
}
}
.fa-minus.minimize {
vertical-align: -5px;
@ -112,7 +115,6 @@
}
.text-editor {
& textarea {
background: none;
border-radius: 0;
padding: 0;
border: 0;
@ -121,7 +123,7 @@
font-size: 14px;
line-height: 1.6;
&:focus {
&, &:focus, &[disabled] {
background: none;
}
}