amelia, spruce: fixes text state colors, closes #122
[bootswatch] / 2 / amelia / bootstrap.css
index 2f9e261..bc85238 100644 (file)
@@ -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 {