summaryrefslogtreecommitdiff
path: root/2/amelia/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-08-06 18:53:16 -0400
committerThomas Park <thomas@thomaspark.me>2013-08-06 18:53:16 -0400
commit260a7893c85b6e29ad4b51eccd8312eaed10ec58 (patch)
tree30ef2d4c341c6c0e78b744d7402fe845a5b0e584 /2/amelia/bootstrap.css
parent4642156cbc6da4a9e25dce2168f2fb9b726de042 (diff)
amelia, spruce: fixes text state colors, closes #122
Diffstat (limited to '2/amelia/bootstrap.css')
-rw-r--r--2/amelia/bootstrap.css45
1 files changed, 18 insertions, 27 deletions
diff --git a/2/amelia/bootstrap.css b/2/amelia/bootstrap.css
index 2f9e2612..bc852389 100644
--- a/2/amelia/bootstrap.css
+++ b/2/amelia/bootstrap.css
@@ -6204,6 +6204,22 @@ blockquote small {
color: rgba(255, 255, 255, 0.6);
}
+.text-warning {
+ color: #f2e5ac;
+}
+
+.text-error {
+ color: #f3c4a3;
+}
+
+.text-success {
+ color: #b8ebb3;
+}
+
+.text-info {
+ color: #7be9ff;
+}
+
body {
background-color: #0f8790;
background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#12a5b0), to(#0f8790));
@@ -7250,36 +7266,11 @@ code {
.modal-header {
color: #ffffff;
background-color: #ad1d28;
+ border-bottom: none;
}
.modal-body {
- color: #444444;
-}
-
-.modal-body h1,
-.modal-body h2,
-.modal-body h3,
-.modal-body h4,
-.modal-body h5,
-.modal-body h6,
-.modal-body legend {
- color: #ad1d28;
-}
-
-.modal-body label,
-.modal-body .input-file {
- color: #444444;
-}
-
-.modal-body .help-block,
-.modal-body .help-inline {
- color: #aaaaaa;
-}
-
-.modal-body textarea,
-.modal-body input,
-.modal-body .uneditable-input {
- border: 1px solid #aaaaaa;
+ background-color: #3cb9c6;
}
.popover {