Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2008-02-15 20:55:27 +0300
committerMarc Delisle <marc@infomarc.info>2008-02-15 20:55:27 +0300
commit3d785c8ed89ebdcfcbd0a917e4d97226180ef58e (patch)
tree505cd11a6644e1eb7cc0733cde7f8547af6dae9b /themes
parent8c3158711b0f503cc5bf97705b36764ac0e45f4b (diff)
patch #1893538 [GUI] Display issues on Opera 9.50
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/theme_right.css.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 265fd9f896..bbf36369c2 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -116,6 +116,7 @@ fieldset legend {
background-color: transparent;
font-weight: bold;
color: #444444;
+ background: <?php echo 'OPERA' != PMA_USR_BROWSER_AGENT ? 'transparent' : $GLOBALS['cfg']['BgOne']; ?>;
}
/* buttons in some browsers (eg. Konqueror) are block elements,