From e55b92d35f07805a6473fb9677078edcc5108b9b Mon Sep 17 00:00:00 2001 From: aris_feryanto Date: Mon, 18 Apr 2011 12:51:29 -0400 Subject: [PATCH] Patch #3288496 Remove underline when hovering "Create table" button --- themes/pmahomme/css/theme_left.css.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php index 4b2460590..cd37a5af0 100644 --- a/themes/pmahomme/css/theme_left.css.php +++ b/themes/pmahomme/css/theme_left.css.php @@ -220,6 +220,10 @@ div#left_tableList li { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#dddddd') !important; } +#newtable li a:hover { + text-decoration: none; +} + select{ -moz-border-radius:2px 2px 2px 2px; -moz-box-shadow:0 1px 2px #DDDDDD;