[Phpmyadmin-git] [SCM] phpMyAdmin themes branch, master, updated. 3496dded6a4432f31a956a70229a8cc9e6da989a

The branch, master has been updated via 3496dded6a4432f31a956a70229a8cc9e6da989a (commit) from 2647b2607130c297d3d0d03f6c9ae5137bf59d6c (commit) - Log ----------------------------------------------------------------- commit 3496dded6a4432f31a956a70229a8cc9e6da989a Author: Michal Čihař <michal@cihar.com> Date: Tue Feb 8 19:47:24 2011 +0100 Simplify hover CSS ----------------------------------------------------------------------- Summary of changes: graphite/css/theme_right.css.php | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php index c047df5..2fbfd26 100644 --- a/graphite/css/theme_right.css.php +++ b/graphite/css/theme_right.css.php @@ -216,8 +216,6 @@ tr.even { <?php if ($GLOBALS['cfg']['BrowseMarkerEnable']) { ?> /* marked table rows */ -td.marked, -tr.marked th, tr.marked { background: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground']; ?>; color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>; @@ -235,9 +233,7 @@ tr.marked { } /* hovered table rows */ -tr.odd:hover th, -tr.even:hover th, -tr.hover th { +tr:hover { background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>; color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>; } hooks/post-receive -- phpMyAdmin themes
participants (1)
-
Michal Čihař