summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_compose.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/_compose.scss')
-rw-r--r--web-ui/app/scss/_compose.scss13
1 files changed, 7 insertions, 6 deletions
diff --git a/web-ui/app/scss/_compose.scss b/web-ui/app/scss/_compose.scss
index 55073b3d..6f3ae29e 100644
--- a/web-ui/app/scss/_compose.scss
+++ b/web-ui/app/scss/_compose.scss
@@ -33,7 +33,7 @@
border-bottom: 1px solid #DDD;
padding: 1px;
}
- label {
+ label, span {
color: #AAA;
padding: 0.5rem;
cursor: text;
@@ -61,11 +61,12 @@
input.showfloatlabel, textarea.showfloatlabel {
padding-top: 1rem !important;
}
- input {
- &#subject {
- font-size: 1.6875rem;
- line-height: 1.4;
- }
+ input#subject, #feedback-subject {
+ font-size: 1.6875rem;
+ line-height: 1.4;
+ }
+ #feedback-subject {
+ color: #333;
}
textarea {
border-bottom: 2px solid #DDD;