|
6 | 6 | <meta name="robots" content="noindex, nofollow"> |
7 | 7 | <meta name="viewport" content="width=device-width"> |
8 | 8 | <link rel="icon" type="image/ico" href="[+favicon+]"> |
9 | | - |
| 9 | + <meta name="theme-color" content="#0d47a1" /> |
| 10 | + <meta name="apple-mobile-web-app-capable" content="yes" /> |
| 11 | + <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> |
10 | 12 | <style> |
11 | 13 | /* [FONTS] */ |
12 | 14 | html { font-size: 16px } |
| 15 | + body { |
| 16 | + background-color: #0d47a1; /* initial color */ |
| 17 | + } |
13 | 18 | @media (max-width: 900px) { |
14 | 19 | html { font-size: 16px; } |
15 | 20 | } |
|
40 | 45 | html[lang="th"] body { font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif; } |
41 | 46 | /* For Arabic Font */ |
42 | 47 | html[lang="fa"] body { font-family: Tahoma, Arial, sans-serif; } |
43 | | - body { background-color: #fafafa; color: #444; } |
| 48 | + body { background-color: #0d47a1; color: #444; } |
44 | 49 | body.drag *, body.drag::after { cursor: grabbing !important; cursor: -moz-grabbing !important; cursor: -webkit-grabbing !important; cursor: -moz-grab !important; -moz-user-select: none !important; -webkit-user-select: none !important; user-select: none !important } |
45 | 50 | body.drag::after { bottom: 0; content: ""; left: 0; position: fixed; right: 0; top: 0; z-index: 999 } |
46 | 51 | body, ul, li { padding: 0; margin: 0; } |
|
60 | 65 | a.text-muted:focus, a.text-muted:hover { color: #4b5257 !important } |
61 | 66 |
|
62 | 67 | /* [ FORMS ] */ |
| 68 | + #username, #password, #FMP-email { border-radius: 20px!important; } |
| 69 | + #password {margin-bottom: 24px; } |
63 | 70 | legend { font-size: 1em; } |
64 | 71 | label { cursor: pointer; display: inline-block; margin-bottom: .5em } |
65 | 72 | label:not([for]) { cursor: default } |
|
138 | 145 | min-height: 1px; |
139 | 146 | height: auto; |
140 | 147 | } |
141 | | - body,body.lightness,body.light,body.dark,body.darkness {background: #2a313b url('[+login_bg+]') no-repeat fixed center !important;background-size: cover !important;margin:0px; |
| 148 | + body,body.lightness,body.light,body.dark,body.darkness {background: #000 url('[+login_bg+]') no-repeat fixed center !important;background-size: cover !important;margin:0px; |
142 | 149 | } |
143 | 150 | @media (max-width: 479px) { |
144 | 151 | body,body.lightness,body.light,body.dark,body.darkness {background-image: none !important;} |
|
351 | 358 | } |
352 | 359 | #submitButton { |
353 | 360 | float: right; |
| 361 | + border-radius: 20px; |
354 | 362 | } |
355 | 363 | /* onManagerLoginFormRender */ |
356 | 364 |
|
|
0 commit comments