aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-08-27 21:27:31 -0700
committerJacob Thornton <[email protected]>2012-08-27 21:27:31 -0700
commit215d92bacd0d912cd9e73e822d928eeb891bf518 (patch)
tree949c21b05d4b490f5c20ccfd8accdfa87aa70aa6 /docs/assets/css/bootstrap.css
parent4751a0a2745b8480371678281ee6a7f874aaf096 (diff)
parent7d412b1e14ea47884b5e3fd77fe0e7734f3cdd97 (diff)
downloadbootstrap-215d92bacd0d912cd9e73e822d928eeb891bf518.tar.xz
bootstrap-215d92bacd0d912cd9e73e822d928eeb891bf518.zip
Merge branch '2.1.1-wip' of github.com:twitter/bootstrap into 2.1.1-wip
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 84ad4de72..96d5500d6 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -2102,6 +2102,22 @@ table .span24 {
background-color: #d9edf7;
}
+.table-hover tbody tr.success:hover td {
+ background-color: #d0e9c6;
+}
+
+.table-hover tbody tr.error:hover td {
+ background-color: #ebcccc;
+}
+
+.table-hover tbody tr.warning:hover td {
+ background-color: #faf2cc;
+}
+
+.table-hover tbody tr.info:hover td {
+ background-color: #c4e3f3;
+}
+
[class^="icon-"],
[class*=" icon-"] {
display: inline-block;