[tor-commits] [compass/master] Added new CSS classes for warning messages.

karsten at torproject.org karsten at torproject.org
Mon Jan 7 07:09:40 UTC 2013


commit cbc44e7c8284a28c86ec5840ee11d3efdcdf9322
Author: Chris Wacek <cwacek at cs.georgetown.edu>
Date:   Wed Dec 12 23:06:12 2012 -0500

    Added new CSS classes for warning messages.
---
 static/css/bootstrap.css     |   40 ++++++++++++++++++++++++++++++++++++++++
 static/css/bootstrap.min.css |    1 +
 2 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/static/css/bootstrap.css b/static/css/bootstrap.css
index 08403ae..2e49df9 100755
--- a/static/css/bootstrap.css
+++ b/static/css/bootstrap.css
@@ -4912,3 +4912,43 @@ button.close {
     overflow: visible !important;
   }
 }
+
+.muted {
+  color: #999999;
+}
+
+a.muted:hover {
+  color: #808080;
+}
+
+.text-warning {
+  color: #c09853;
+}
+
+a.text-warning:hover {
+  color: #a47e3c;
+}
+
+.text-error {
+  color: #b94a48;
+}
+
+a.text-error:hover {
+  color: #953b39;
+}
+
+.text-info {
+  color: #3a87ad;
+}
+
+a.text-info:hover {
+  color: #2d6987;
+}
+
+.text-success {
+  color: #468847;
+}
+
+a.text-success:hover {
+  color: #356635;
+}
diff --git a/static/css/bootstrap.min.css b/static/css/bootstrap.min.css
index 808d831..c254623 100755
--- a/static/css/bootstrap.min.css
+++ b/static/css/bootstrap.min.css
@@ -7,6 +7,7 @@
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
  */
+.muted{color:#999}a.muted:hover{color:#808080}.text-warning{color:#c09853}a.text-warning:hover{color:#a47e3c}.text-error{color:#b94a48}a.text-error:hover{color:#953b39}.text-info{color:#3a87ad}a.text-info:hover{color:#2d6987}.text-success{color:#468847}a.text-success:hover{color:#356635}  
 .clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";}
 .clearfix:after{clear:both;}
 .hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}





More information about the tor-commits mailing list