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

« back to all changes in this revision

Viewing changes to themes/pmahomme/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:
113
113
    color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
114
114
    background-color: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
115
115
}
 
116
#pma_navigation_tree li.selected {
 
117
    color: <?php echo $GLOBALS['cfg']['NaviPointerColor']; ?>;
 
118
    background-color: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
 
119
}
116
120
#pma_navigation_tree ul {
117
121
    clear: both;
118
122
    padding: 0;