1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 23:37:39 +02:00

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
This commit is contained in:
Tristan Darricau
2017-08-06 12:01:05 +02:00

View File

@@ -135,6 +135,7 @@ dl.row-item {
background-position: 10px 50%; /* Position of folder icon */ background-position: 10px 50%; /* Position of folder icon */
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 32px; background-size: 32px;
image-rendering: -webkit-optimize-contrast;
} }
dl.row-item dt { dl.row-item dt {