spacelab: add text states
[bootswatch] / spacelab / bootstrap.css
index 97413e9..2561466 100644 (file)
@@ -6168,6 +6168,42 @@ a.badge:focus {
   position: fixed;
 }
 
+.text-warning {
+  color: #d47500;
+}
+
+a.text-warning:hover,
+a.text-warning:focus {
+  color: #a15900;
+}
+
+.text-error {
+  color: #cd0200;
+}
+
+a.text-error:hover,
+a.text-error:focus {
+  color: #9a0200;
+}
+
+.text-info {
+  color: #3399f3;
+}
+
+a.text-info:hover,
+a.text-info:focus {
+  color: #0e80e5;
+}
+
+.text-success {
+  color: #3cb521;
+}
+
+a.text-success:hover,
+a.text-success:focus {
+  color: #2e8a19;
+}
+
 .navbar .brand {
   text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
   -webkit-transition: color ease-in-out 0.2s;