The branch, master has been updated
via 00013c2efd2cbd771bb23cd82bee861d31cd7b2b (commit)
from 3496dded6a4432f31a956a70229a8cc9e6da989a (commit)
- Log -----------------------------------------------------------------
commit 00013c2efd2cbd771bb23cd82bee861d31cd7b2b
Author: Michal Čihař <[email protected]>
Date: Tue Feb 8 19:49:34 2011 +0100
Even more over/even/odd simplify
-----------------------------------------------------------------------
Summary of changes:
graphite/css/theme_right.css.php | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/graphite/css/theme_right.css.php b/graphite/css/theme_right.css.php
index 2fbfd26..7d9ac0e 100644
--- a/graphite/css/theme_right.css.php
+++ b/graphite/css/theme_right.css.php
@@ -192,14 +192,12 @@ button.mult_submit {
}
/* odd items 1,3,5,7,... */
-tr.odd th,
-.odd {
+tr.odd {
background: <?php echo $GLOBALS['cfg']['BgOne']; ?>;
}
/* even items 2,4,6,8,... */
-tr.even th,
-.even {
+tr.even {
background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
}
tr.even th, tr.odd th, fieldset th {
@@ -207,9 +205,7 @@ tr.even th, tr.odd th, fieldset th {
}
/* odd table rows 1,3,5,7,... */
-tr.odd th,
tr.odd,
-tr.even th,
tr.even {
text-align: <?php echo $left; ?>;
}
@@ -224,9 +220,6 @@ tr.marked {
<?php if ($GLOBALS['cfg']['BrowsePointerEnable']) { ?>
/* hovered items */
-.odd:hover,
-.even:hover,
-.hover,
.structure_actions_dropdown {
background: <?php echo $GLOBALS['cfg']['BrowsePointerBackground']; ?>;
color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
hooks/post-receive
--
phpMyAdmin themes
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git