diff options
Diffstat (limited to 'amelia/bootstrap.css')
-rw-r--r-- | amelia/bootstrap.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css index 73cb2dbf..d4bd0397 100644 --- a/amelia/bootstrap.css +++ b/amelia/bootstrap.css @@ -5824,6 +5824,14 @@ table a, color: #fff; text-decoration: underline; } +input, +textarea { + color: #444444; +} +legend { + font-family: 'Lobster', cursive; + color: #fff; +} .has-warning .help-block, .has-warning .control-label { color: #ecd77f; @@ -5848,10 +5856,6 @@ table a, .has-success .form-control:focus { border-color: #93e08b; } -legend { - font-family: 'Lobster', cursive; - color: #fff; -} .input-group-addon { color: #444444; } |