diff options
| author | Mark Otto <[email protected]> | 2011-06-29 07:40:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-29 07:40:14 -0700 |
| commit | 5f818d3d22adfdd2db23dc373824a64baaebfac0 (patch) | |
| tree | 961ba86ae547c2cfe8bb8efb23a791960c9b2b80 /lib/tables.less | |
| parent | a878b83e69f069ed62fb1c9766dd17e90727f5fa (diff) | |
| download | bootstrap-5f818d3d22adfdd2db23dc373824a64baaebfac0.tar.xz bootstrap-5f818d3d22adfdd2db23dc373824a64baaebfac0.zip | |
bunch of small tweaks, fixed a typo
Diffstat (limited to 'lib/tables.less')
| -rw-r--r-- | lib/tables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tables.less b/lib/tables.less index 3f1b5ada8..9a23c42d6 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -61,7 +61,7 @@ table.zebra-striped { background-repeat: no-repeat; } th.actions:hover { - background-image: none !important; + background-image: none; } th.headerSortDown, th.headerSortDown:hover { // Style the descending (alphabetical) column header |
