Skip to content

Commit 725b3e9

Browse files
committed
update bootstrap with arrow support
1 parent 2653f1a commit 725b3e9

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

1.3.0/bootstrap.css

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://www.apache.org/licenses/LICENSE-2.0
77
*
88
* Designed and built with all the love in the world @twitter by @mdo and @fat.
9-
* Date: Fri Sep 16 14:07:03 PDT 2011
9+
* Date: Thu Sep 22 12:52:42 PDT 2011
1010
*/
1111
/* Reset.less
1212
* 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 {
11401140
.zebra-striped tbody tr:hover td {
11411141
background-color: #f5f5f5;
11421142
}
1143-
.zebra-striped .header {
1143+
table .header {
11441144
cursor: pointer;
11451145
}
1146-
.zebra-striped .header:after {
1146+
table .header:after {
11471147
content: "";
11481148
float: right;
11491149
margin-top: 7px;
@@ -1152,21 +1152,21 @@ table tbody tr:last-child td:last-child {
11521152
border-color: #000 transparent;
11531153
visibility: hidden;
11541154
}
1155-
.zebra-striped .headerSortUp, .zebra-striped .headerSortDown {
1155+
table .headerSortUp, table .headerSortDown {
11561156
background-color: rgba(141, 192, 219, 0.25);
11571157
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
11581158
}
1159-
.zebra-striped .header:hover:after {
1159+
table .header:hover:after {
11601160
visibility: visible;
11611161
}
1162-
.zebra-striped .headerSortDown:after, .zebra-striped .headerSortDown:hover:after {
1162+
table .headerSortDown:after, table .headerSortDown:hover:after {
11631163
visibility: visible;
11641164
filter: alpha(opacity=60);
11651165
-khtml-opacity: 0.6;
11661166
-moz-opacity: 0.6;
11671167
opacity: 0.6;
11681168
}
1169-
.zebra-striped .headerSortUp:after {
1169+
table .headerSortUp:after {
11701170
border-bottom: none;
11711171
border-left: 4px solid transparent;
11721172
border-right: 4px solid transparent;

1.3.0/bootstrap.min.css

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)