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>2019-10-29 01:15:57 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-10-29 01:16:32 +0300
commitd4d1f664951cc752d3c154a5d89bf7f1a92ef7ce (patch)
tree1740a1944de99ea9d56a3c2ad688cc9d7bea2989 /themes
parentc6d92925964c5359b262a0a2048ee0fee915d881 (diff)
Fix #15522 - Remove ic_b_info icon
Fixes: #15522 Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/icons.css.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/pmahomme/css/icons.css.php b/themes/pmahomme/css/icons.css.php
index 352ca56378..c23ca71757 100644
--- a/themes/pmahomme/css/icons.css.php
+++ b/themes/pmahomme/css/icons.css.php
@@ -55,7 +55,6 @@ if (! defined('PHPMYADMIN') && ! defined('TESTSUITE')) {
.ic_b_import { background-image: url('<?= $theme->getImgPath('b_import.png'); ?>'); }
.ic_b_index { background-image: url('<?= $theme->getImgPath('b_index.png'); ?>'); }
.ic_b_index_add { background-image: url('<?= $theme->getImgPath('b_index_add.png'); ?>'); }
-.ic_b_info { background-image: url('<?= $theme->getImgPath('b_info.png'); ?>'); width: 11px; height: 11px; }
.ic_b_inline_edit { background-image: url('<?= $theme->getImgPath('b_inline_edit.png'); ?>'); }
.ic_b_insrow { background-image: url('<?= $theme->getImgPath('b_insrow.png'); ?>'); }
.ic_b_lastpage { background-image: url('<?= $theme->getImgPath('b_lastpage.png'); ?>'); }