diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-07-23 21:25:32 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-07-23 21:29:10 +0200 |
commit | 523a1e7b7c91a7a30271eb02fc7e6307992f2fa6 (patch) | |
tree | a577db8cb3aaed5c57481c20b95060da309fee64 /phpBB | |
parent | 63d85935f54f748d81ecd9e3bdc0f02ffedd2756 (diff) | |
download | forums-523a1e7b7c91a7a30271eb02fc7e6307992f2fa6.tar forums-523a1e7b7c91a7a30271eb02fc7e6307992f2fa6.tar.gz forums-523a1e7b7c91a7a30271eb02fc7e6307992f2fa6.tar.bz2 forums-523a1e7b7c91a7a30271eb02fc7e6307992f2fa6.tar.xz forums-523a1e7b7c91a7a30271eb02fc7e6307992f2fa6.zip |
[ticket/15292] Reduce bluriness for forum and topic icons
PHPBB3-15292
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 741056e4c4..c34e01d0ae 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -135,6 +135,7 @@ dl.row-item { background-position: 10px 50%; /* Position of folder icon */ background-repeat: no-repeat; background-size: 32px; + image-rendering: -webkit-optimize-contrast; } dl.row-item dt { |