From 904779cb732f17ce45c49cbca5d097d6e6e6dd5a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 1 Apr 2008 19:38:37 +0000 Subject: - Patch #238528 by misamuelson, approved by Stefan: disabled menu items should not be opaque for usability. --- themes/garland/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/themes/garland/style.css b/themes/garland/style.css index 3829ceaa0..555d3fb0f 100644 --- a/themes/garland/style.css +++ b/themes/garland/style.css @@ -784,9 +784,6 @@ ul.links li, ul.inline li { /** * Menu.module */ -tr.menu-disabled { - opacity: 0.5; -} tr.odd td.menu-disabled { background-color: #edf5fa; } -- cgit v1.2.3