use same font for textarea aswell and some simplification

This commit is contained in:
marijus 2013-11-22 22:23:25 +01:00
parent 72e0bd6b28
commit 45c10d6d0a

View File

@ -51,9 +51,12 @@ a:hover, .fakelink:hover { color: #44AAFF; text-decoration: underline; }
} }
input[type=text], input[type="text"],
input[type=password] { input[type="password"],
input[type="submit"],
textarea {
font-family: arial,freesans,sans-serif; font-family: arial,freesans,sans-serif;
font-size: $body_font_size;
} }
input { input {
@ -61,14 +64,13 @@ input {
-moz-border-radius: $radiuspx; -moz-border-radius: $radiuspx;
border-radius: $radiuspx; border-radius: $radiuspx;
padding: 3px; padding: 3px;
font-size: $body_font_size;
} }
input[type="submit"] { input[type="submit"] {
background-color: #F0F0F0; background-color: #F0F0F0;
font-weight: bold; font-weight: bold;
color: #0080FF; color: #0080FF;
text-decoration: none; text-decoration: none;
} }
code { code {
@ -1456,10 +1458,11 @@ tr.mceLast {
border: 1px solid #cccccc; border: 1px solid #cccccc;
padding: 8px; padding: 8px;
margin-right: 0px; margin-right: 0px;
width: 90%; width: 90%;
-moz-border-radius: $radiuspx; -moz-border-radius: $radiuspx;
border-radius: $radiuspx; border-radius: $radiuspx;
} }
#profile-jot-text:hover { #profile-jot-text:hover {
color: #000000; color: #000000;
} }