The branch, master has been updated via e55b92d35f07805a6473fb9677078edcc5108b9b (commit) from 932b5c2c36ae62d8b65c283d7da88c6b0c151bf2 (commit)
- Log ----------------------------------------------------------------- commit e55b92d35f07805a6473fb9677078edcc5108b9b Author: aris_feryanto aris_feryanto@yahoo.com Date: Mon Apr 18 12:51:29 2011 -0400
Patch #3288496 Remove underline when hovering "Create table" button
-----------------------------------------------------------------------
Summary of changes: themes/pmahomme/css/theme_left.css.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php index 4b24605..cd37a5a 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;
hooks/post-receive