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 | |
| parent | 8fb36cb3dd60c34afdbb8e46cc457b2e8795b3c5 (diff) | |
| download | bootstrap-f1349a245096da5e29fd83fa99346e5e40faf077.tar.xz bootstrap-f1349a245096da5e29fd83fa99346e5e40faf077.zip | |
Fixes #5533: Remove filter gradient from disabled links on dropdowns
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | less/dropdowns.less | 1 |
2 files changed, 2 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 { diff --git a/less/dropdowns.less b/less/dropdowns.less index 90f3741e8..484bd3dda 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -115,6 +115,7 @@ text-decoration: none; background-color: transparent; background-image: none; // Remove CSS gradient + .reset-filter(); cursor: default; } |
