aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-22 12:54:57 -0700
committerJacob Thornton <[email protected]>2011-09-22 12:54:57 -0700
commit41983bbe675d1aa293f72dc3d3297f03f100fbaa (patch)
tree577c9710c9613416e460e2e1cd50479b534ece6b /bootstrap.css
parent6ec1abc53c6ad45d12d77e7ba610f3047d606004 (diff)
downloadbootstrap-41983bbe675d1aa293f72dc3d3297f03f100fbaa.tar.xz
bootstrap-41983bbe675d1aa293f72dc3d3297f03f100fbaa.zip
update table to support header and arrows
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 69c53f484..f1a5cc7d3 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sun Sep 18 14:19:52 PDT 2011
+ * Date: Thu Sep 22 12:52:42 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1140,10 +1140,10 @@ table tbody tr:last-child td:last-child {
.zebra-striped tbody tr:hover td {
background-color: #f5f5f5;
}
-.zebra-striped .header {
+table .header {
cursor: pointer;
}
-.zebra-striped .header:after {
+table .header:after {
content: "";
float: right;
margin-top: 7px;
@@ -1152,21 +1152,21 @@ table tbody tr:last-child td:last-child {
border-color: #000 transparent;
visibility: hidden;
}
-.zebra-striped .headerSortUp, .zebra-striped .headerSortDown {
+table .headerSortUp, table .headerSortDown {
background-color: rgba(141, 192, 219, 0.25);
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
-.zebra-striped .header:hover:after {
+table .header:hover:after {
visibility: visible;
}
-.zebra-striped .headerSortDown:after, .zebra-striped .headerSortDown:hover:after {
+table .headerSortDown:after, table .headerSortDown:hover:after {
visibility: visible;
filter: alpha(opacity=60);
-khtml-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
}
-.zebra-striped .headerSortUp:after {
+table .headerSortUp:after {
border-bottom: none;
border-left: 4px solid transparent;
border-right: 4px solid transparent;