diff options
author | Jedidiah Broadbent <hello@jedidiah.eu> | 2013-07-25 10:44:28 +0100 |
---|---|---|
committer | Jedidiah Broadbent <hello@jedidiah.eu> | 2013-07-25 10:44:28 +0100 |
commit | 233b082e7ea7b38d7d89babab8e4615abdeae44b (patch) | |
tree | ad8f9046e300d79778f94af8651feb18917b061e /src | |
parent | aa194c518c5c10be9f3892c26684337644a31100 (diff) |
Set icon on accounts button to use the double sized version to stop pixalation on high-res screens
Diffstat (limited to 'src')
-rw-r--r-- | src/css/fms.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/fms.css b/src/css/fms.css index 1c02987..c701e37 100644 --- a/src/css/fms.css +++ b/src/css/fms.css @@ -728,7 +728,7 @@ background-size: 18px 18px; } div[data-role='header'] .ui-icon-fms-account { - background-image: url(../images/user.png); + background-image: url(../images/user@x2.png); background-size: 18px 18px; } .ui-icon-fms-photo-new { |