Actions
Task #41939
closed"Retina" web logo in login and backend
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2012-10-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Sprint Focus:
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.
Updated by Kay Strobach almost 12 years ago
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);
Updated by Wouter Wolters almost 10 years ago
- Status changed from New to Needs Feedback
Felix, is this fixed now?
Updated by Xavier Perseguers almost 10 years ago
To me it looks like there is no problem anymore.
Updated by Felix Kopp almost 10 years ago
Still no SVG/high-dpi logo in the backend.
Updated by Alexander Opitz over 9 years ago
- Category set to Backend User Interface
- Status changed from Needs Feedback to New
Updated by Riccardo De Contardi about 9 years ago
- 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
Actions