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:
authorWilliam Desportes <williamdes@wdes.fr>2018-06-21 03:02:47 +0300
committerMaurĂ­cio Meneghini Fauth <mauriciofauth@gmail.com>2018-07-05 02:42:32 +0300
commit93ec29933baa3fd0318167a1894b6273ee9136d4 (patch)
treed68fed2f3ce04bb9a72eca699d978f4c147d1710 /themes
parent863badfdc285382d8344269a304a64eca630fb6d (diff)
Fix - #14382 "Visualize GIS data" icon missing
Closes: #14382 Signed-off-by: William Desportes <williamdes@wdes.fr> (cherry picked from commit b3379d77001dbb8a49a9ceaf7bfd5544fa7b3cbc) Signed-off-by: MaurĂ­cio Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/icons.css.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/pmahomme/css/icons.css.php b/themes/pmahomme/css/icons.css.php
index 04788ef91a..ae615d0bd9 100644
--- a/themes/pmahomme/css/icons.css.php
+++ b/themes/pmahomme/css/icons.css.php
@@ -44,6 +44,7 @@ if (! defined('PHPMYADMIN') && ! defined('TESTSUITE')) {
.ic_b_find_replace { background-image: url('<?= $theme->getImgPath('b_find_replace.png'); ?>'); }
.ic_b_firstpage { background-image: url('<?= $theme->getImgPath('b_firstpage.png'); ?>'); }
.ic_b_ftext { background-image: url('<?= $theme->getImgPath('b_ftext.png'); ?>'); }
+.ic_b_globe { background-image: url('<?= $theme->getImgPath('b_globe.gif'); ?>'); }
.ic_b_group { background-image: url('<?= $theme->getImgPath('b_group.png'); ?>'); }
.ic_b_help { background-image: url('<?= $theme->getImgPath('b_help.png'); ?>'); }
.ic_b_home { background-image: url('<?= $theme->getImgPath('b_home.png'); ?>'); }