fix "textarea font-size too big in firefox"
Signed-off-by: Lutty Yang <lutty@wcan.in>
+++ /dev/null
-[user]
- name = Lutty Yang
- email = lutty@wcan.in
-[commit]
- template = /home/dlll/Documents/git-commitmessage
.cbi-input-textarea {
box-sizing: border-box;
width: 100%;
- min-height: 15rem;
+ min-height: 16rem;
padding: 1rem;
- font-size: 1.2rem;
+ font-size: 0.9rem;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ color: black;
}
#syslog {
- width: 90%;
- width: calc(100% - 2rem);
+ width: 100%;
min-height: 15rem;
padding: 1rem;
- font-size: 1rem;
+ font-size: smaller;
color: #5F5F5F;
margin-bottom: 20px;
fieldset {
padding: 1rem;
}
+
+ .cbi-input-textarea{
+ font-size: smaller;
+ }
}
@media screen and (max-width: 1280px) {