diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2017-08-06 12:01:05 +0200 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2017-08-06 12:01:05 +0200 |
| commit | 327333e3284db8b7e99912d45c2a605177b8dbb8 (patch) | |
| tree | d856c742457cd5fe8a098206008f6634c3e513e0 /phpBB | |
| parent | a8fb68051e7b073a3bad00a8993257cbd9d82f29 (diff) | |
| parent | 523a1e7b7c91a7a30271eb02fc7e6307992f2fa6 (diff) | |
| download | forums-327333e3284db8b7e99912d45c2a605177b8dbb8.tar forums-327333e3284db8b7e99912d45c2a605177b8dbb8.tar.gz forums-327333e3284db8b7e99912d45c2a605177b8dbb8.tar.bz2 forums-327333e3284db8b7e99912d45c2a605177b8dbb8.tar.xz forums-327333e3284db8b7e99912d45c2a605177b8dbb8.zip | |
Merge pull request #4880 from marc1706/ticket/15292
[ticket/15292] Reduce bluriness for forum and topic icons
* github.com:phpbb/phpbb:
[ticket/15292] Reduce bluriness for forum and topic icons
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 { |
