Commit 377aa16f by Rashid Khan

aggregated input faking

parent 19614722
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -10,6 +10,12 @@ ...@@ -10,6 +10,12 @@
color: @black; color: @black;
} }
div.fake-input {
background-color: @inputBackground;
border: 1px solid @inputBorder;
.border-radius(@inputBorderRadius @inputBorderRadius @inputBorderRadius @inputBorderRadius);
}
.editor-title { .editor-title {
margin-right: 10px; margin-right: 10px;
font-size: 1.7em; font-size: 1.7em;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment