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:
authorNoah Overcash <smileytechguy@icloud.com>2017-10-30 17:19:32 +0300
committerNoah Overcash <smileytechguy@smileytechguy.com>2017-11-06 20:04:55 +0300
commitf4daeb8fe4f2c93f97497c1f7a2b3bc34013b972 (patch)
treed6025c0349323161f296055604ffc3a1efe6b9ad /themes
parent08ce2fb122b4cf1184fb34e271f5c4c0b78ada92 (diff)
Fix pixel rendering in original theme
Signed-off-by: Noah Overcash <smileytechguy@icloud.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index baad09fd48..4363fb728b 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -388,6 +388,7 @@ img.lightbulb {
/* leave some space between icons and text */
.icon {
+ image-rendering: pixelated;
vertical-align: middle;
margin-<?php echo $left; ?>: 0.3em;
}