diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/css/fms.css | 10 | ||||
-rw-r--r-- | src/images/user.png | bin | 147 -> 200 bytes | |||
-rw-r--r-- | src/images/user@x2.png | bin | 216 -> 305 bytes |
3 files changed, 8 insertions, 2 deletions
diff --git a/src/css/fms.css b/src/css/fms.css index f381b61..c701e37 100644 --- a/src/css/fms.css +++ b/src/css/fms.css @@ -199,7 +199,7 @@ position: relative; width: 95%; margin: 20px auto; - background-color: rgba(255, 255, 255, 0.8); + background-color: rgba(255, 255, 255, 0.9); } .notopmargin { @@ -393,6 +393,12 @@ display:block; height: 100%; width: 100%; + transition: all 0.5s linear; + -webkit-transition: all 0.5s linear; + } + #map_box.background-map{ + -webkit-filter: blur(3px); + opacity: 0.9; } #map{ @@ -722,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 { diff --git a/src/images/user.png b/src/images/user.png Binary files differindex 980ccdd..8b798e1 100644 --- a/src/images/user.png +++ b/src/images/user.png diff --git a/src/images/user@x2.png b/src/images/user@x2.png Binary files differindex 0b46740..b002af1 100644 --- a/src/images/user@x2.png +++ b/src/images/user@x2.png |