~ubuntu-branches/ubuntu/trusty/phpmyadmin/trusty

« back to all changes in this revision

Viewing changes to themes/original/css/navigation.css.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2013-10-07 20:18:01 UTC
  • mfrom: (1.2.46)
  • Revision ID: package-import@ubuntu.com-20131007201801-l5l0ril5992p8sxz
Tags: 4:4.0.8-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
    color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
129
129
    background-color: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
130
130
}
 
131
#pma_navigation_tree li.selected {
 
132
    color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
 
133
    background-color: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
 
134
}
131
135
#pma_navigation_tree ul {
132
136
    clear: both;
133
137
    padding: 0;