~ubuntu-branches/ubuntu/saucy/phpmyadmin/saucy-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2013-08-04 13:24:37 UTC
  • mfrom: (1.2.44)
  • Revision ID: package-import@ubuntu.com-20130804132437-jznw8efwy4hr1nms
Tags: 4:4.0.5-1
* New upstream release.
  - Fixes security issue PMASA-2013-10.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1402
1402
 
1403
1403
div.upload_progress_bar_inner
1404
1404
{
1405
 
    background-color: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
 
1405
    background-color: <?php echo $GLOBALS['cfg']['NaviPointerBackground']; ?>;
1406
1406
    width: 0;
1407
1407
    height: 12px;
1408
1408
    margin: 1px;