diff options
| author | Mark Otto <[email protected]> | 2012-11-28 02:22:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-28 02:22:37 -0800 |
| commit | f1349a245096da5e29fd83fa99346e5e40faf077 (patch) | |
| tree | 50b8c80350ed87207a12293628491996239ed3df /docs/assets/css/bootstrap.css | |
| parent | 8fb36cb3dd60c34afdbb8e46cc457b2e8795b3c5 (diff) | |
| download | bootstrap-f1349a245096da5e29fd83fa99346e5e40faf077.tar.xz bootstrap-f1349a245096da5e29fd83fa99346e5e40faf077.zip | |
Fixes #5533: Remove filter gradient from disabled links on dropdowns
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 464771124..71b486188 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2950,6 +2950,7 @@ table th[class*="span"], cursor: default; background-color: transparent; background-image: none; + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .open { |
