From 7e534ce98acf03229e09b8ae478cb3598d3882cd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 7 Oct 2012 21:45:16 -0700 Subject: fixes #5443: reset background gradient on disabled dropdown links --- docs/assets/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/assets/css/bootstrap.css') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 60fb43bf9..bec35c7fd 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2859,6 +2859,7 @@ table th[class*="span"], text-decoration: none; cursor: default; background-color: transparent; + background-image: none; } .open { -- cgit v1.2.3