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-12-01 23:49:24 +0300
committerWilliam Desportes <williamdes@wdes.fr>2018-12-02 00:20:57 +0300
commitb5372b840ccc7a71d44fe49b7a78e4ea2b96ac3d (patch)
tree4fdcde62418ceeb8729094653f3a70ad2ae25e6f /themes
parent41e10d1c53eed6f32761e7e3cc346a3a45db55a7 (diff)
Fix #14764 - left/right icons hidden
Closes: #14764 Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'themes')
-rw-r--r--themes/pmahomme/css/icons.css.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/pmahomme/css/icons.css.php b/themes/pmahomme/css/icons.css.php
index c76d46ceb8..352ca56378 100644
--- a/themes/pmahomme/css/icons.css.php
+++ b/themes/pmahomme/css/icons.css.php
@@ -108,6 +108,8 @@ if (! defined('PHPMYADMIN') && ! defined('TESTSUITE')) {
.ic_b_view { background-image: url('<?= $theme->getImgPath('b_view.png'); ?>'); }
.ic_b_view_add { background-image: url('<?= $theme->getImgPath('b_view_add.png'); ?>'); }
.ic_b_views { background-image: url('<?= $theme->getImgPath('b_views.png'); ?>'); }
+.ic_b_left { background-image: url('<?= $theme->getImgPath('b_left.png'); ?>'); }
+.ic_b_right { background-image: url('<?= $theme->getImgPath('b_right.png'); ?>'); }
.ic_bd_browse { background-image: url('<?= $theme->getImgPath('bd_browse.png'); ?>'); }
.ic_bd_deltbl { background-image: url('<?= $theme->getImgPath('bd_deltbl.png'); ?>'); }
.ic_bd_drop { background-image: url('<?= $theme->getImgPath('bd_drop.png'); ?>'); }