text input styling

differentiate between input and readonly
This commit is contained in:
David Benqué
2019-11-21 15:33:15 +00:00
parent 6a663c5d35
commit 8cfc108276
2 changed files with 9 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
min-width: 0;
margin-bottom: 0 !important;
&::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: @colortheme_alertify-primary-text;
color: @cryptpad_color_grey;
opacity: 1; /* Firefox */
}
}