aboutsummaryrefslogtreecommitdiff
path: root/lib/tables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-11-17 01:28:42 -0800
committerMark Otto <[email protected]>2011-11-17 01:28:42 -0800
commit4e6275d0fe0880d32633a2c139dad8d3e2745bb6 (patch)
tree575abe4b666c09cf30e542d2e57a159c13bd32bf /lib/tables.less
parent159c7a7fdae4a3bd929ee9cc76aaa3b509a969dc (diff)
downloadbootstrap-4e6275d0fe0880d32633a2c139dad8d3e2745bb6.tar.xz
bootstrap-4e6275d0fe0880d32633a2c139dad8d3e2745bb6.zip
update property order and do some misc cleanup
Diffstat (limited to 'lib/tables.less')
-rw-r--r--lib/tables.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/tables.less b/lib/tables.less
index b02087fbd..4aed466b1 100644
--- a/lib/tables.less
+++ b/lib/tables.less
@@ -130,32 +130,32 @@ table {
.header {
cursor: pointer;
&:after {
- content: "";
float: right;
margin-top: 7px;
border-width: 0 4px 4px;
border-style: solid;
border-color: #000 transparent;
+ content: "";
visibility: hidden;
}
}
// Style the sorted column headers (THs)
.headerSortUp,
.headerSortDown {
- background-color: rgba(141,192,219,.25);
text-shadow: 0 1px 1px rgba(255,255,255,.75);
+ background-color: rgba(141,192,219,.25);
}
// Style the ascending (reverse alphabetical) column header
.header:hover {
&:after {
- visibility:visible;
+ visibility: visible;
}
}
// Style the descending (alphabetical) column header
.headerSortDown,
.headerSortDown:hover {
&:after {
- visibility:visible;
+ visibility: visible;
.opacity(60);
}
}