Task #41939
closed
"Retina" web logo in login and backend
Added by Felix Kopp about 12 years ago.
Updated about 9 years ago.
Category:
Backend User Interface
Description
The TYPO3 logos in login screen and the main logo within toolbar look blurry on retina displays. Either include vector data or at least double the size.
this also applies to most icons in the core. As we have css sprites, we could use either conditional css:
@media all and (-webkit-min-device-pixel-ratio: 2) {
/*Code follows here*/
}
Or webkit specific css:
.header {
background-image: url(img/image-set-fallback-for-all-browsers-except-webkit.png);
background-image: -webkit-image-set(
url(img/image-1to1.png) 1x,
url(img/image-1to2.png) 2x);
- Status changed from New to Needs Feedback
Felix, is this fixed now?
To me it looks like there is no problem anymore.
Still no SVG/high-dpi logo in the backend.
- Category set to Backend User Interface
- Status changed from Needs Feedback to New
- Status changed from New to Closed
Closed as resolved with #52514
If you think that this is the wrong decision, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number
Also available in: Atom
PDF