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:
authorMaurĂ­cio Meneghini Fauth <mauriciofauth@gmail.com>2017-11-06 21:19:33 +0300
committerGitHub <noreply@github.com>2017-11-06 21:19:33 +0300
commita608f06db1faade4d5670b0a6fa95c3c09957cd2 (patch)
tree0db411a41c0ddd0a04b0f4bdbb07d80ba29105cf /themes
parented9b7d52b9f460c644e001ebdabd49d4c81a3c6c (diff)
parent27cdb27e471bec8feccbe8e12660b10202ae4a93 (diff)
Merge pull request #13786 from smileytechguy/master
Better rendering of icons in modern browsers
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php1
-rw-r--r--themes/pmahomme/css/common.css.php1
2 files changed, 2 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;
}
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index c2ad82cc02..8dddfc76f4 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -684,6 +684,7 @@ img.lightbulb {
/* no extra space in table cells */
td .icon {
+ image-rendering: pixelated;
margin: 0;
}