[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_4, updated. RELEASE_3_4_0RC2-998-ga604d21

The branch, QA_3_4 has been updated via a604d2152904f663ad1061d4e759e893878c82fc (commit) via 485fb634cae6c23280face51ce2891dd2dbd0795 (commit) from 34ed9aa67a65b4333425014d43ccac3ddbccefda (commit) - Log ----------------------------------------------------------------- commit a604d2152904f663ad1061d4e759e893878c82fc Author: Mike Hommé <mike@globalcode.org> Date: Mon May 9 16:01:21 2011 -0400 Fix for 3299241. Updated style for "disabled" topnav buttons. Now easier to read and have a more traditional "disabled" look. commit 485fb634cae6c23280face51ce2891dd2dbd0795 Author: Mike Hommé <mike@globalcode.org> Date: Thu May 5 20:19:58 2011 -0400 Darkened .notice normal text to better distinguish between hyperlinks ----------------------------------------------------------------------- Summary of changes: themes/pmahomme/css/theme_right.css.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index a2035c3..fc1b36c 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -634,7 +634,7 @@ div.success { } .notice, .footnotes { - color: #3a6c7e; + color: #000; background-color: #e8eef1; } h1.notice, @@ -798,6 +798,8 @@ form.login label { /* topmenu */ #topmenu a {text-shadow:0px 1px 0px #fff;} +#topmenu .error{background:#eee;border:0px !important;color:#aaa;} + ul#topmenu, ul#topmenu2, ul.tabs { font-weight: bold; list-style-type: none; hooks/post-receive -- phpMyAdmin
participants (1)
-
Marc Delisle