Icon for color selection on main page

This commit is contained in:
Michal Čihař
2011-02-07 22:06:32 +01:00
parent 471137e224
commit 3cb6ec53a0
2 changed files with 4 additions and 0 deletions

View File

@@ -1032,6 +1032,10 @@ li#li_flush_privileges {
li#li_user_preferences { li#li_user_preferences {
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_tblops.png); list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_tblops.png);
} }
li#li_custom_color {
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_color.png);
}
/* END iconic view for ul items */ /* END iconic view for ul items */
<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?> <?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>

BIN
graphite/img/b_color.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 B