diff --git a/resources/sprite/manifest/status.json b/resources/sprite/manifest/status.json index 5a3d8a4210..befc1abae7 100644 --- a/resources/sprite/manifest/status.json +++ b/resources/sprite/manifest/status.json @@ -326,6 +326,16 @@ "rule" : ".status-policy-unknown-white, .dropdown-menu-item:hover .status-policy-unknown", "hash" : "98985bfa005672c4b88feaf88cfa72bc" }, + "status-policy-user" : { + "name" : "status-policy-user", + "rule" : ".status-policy-user", + "hash" : "6c21aa20866d5b86f074bdcf4f487d40" + }, + "status-policy-user-white" : { + "name" : "status-policy-user-white", + "rule" : ".status-policy-user-white", + "hash" : "97a569e973df3f1e4fe012adf216ca40" + }, "status-question" : { "name" : "status-question", "rule" : ".status-question", diff --git a/resources/sprite/status_1x/policy-user-white.png b/resources/sprite/status_1x/policy-user-white.png new file mode 100644 index 0000000000..2b4ae43457 Binary files /dev/null and b/resources/sprite/status_1x/policy-user-white.png differ diff --git a/resources/sprite/status_1x/policy-user.png b/resources/sprite/status_1x/policy-user.png new file mode 100644 index 0000000000..1a33858470 Binary files /dev/null and b/resources/sprite/status_1x/policy-user.png differ diff --git a/resources/sprite/status_2x/policy-user-white.png b/resources/sprite/status_2x/policy-user-white.png new file mode 100644 index 0000000000..913c892356 Binary files /dev/null and b/resources/sprite/status_2x/policy-user-white.png differ diff --git a/resources/sprite/status_2x/policy-user.png b/resources/sprite/status_2x/policy-user.png new file mode 100644 index 0000000000..3d6fcf050b Binary files /dev/null and b/resources/sprite/status_2x/policy-user.png differ diff --git a/webroot/rsrc/css/sprite-status.css b/webroot/rsrc/css/sprite-status.css index dd69f257ee..79d2fb6036 100644 --- a/webroot/rsrc/css/sprite-status.css +++ b/webroot/rsrc/css/sprite-status.css @@ -13,7 +13,7 @@ only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 1.5) { .sprite-status { background-image: url(/rsrc/image/sprite-status-X2.png); - background-size: 150px 150px; + background-size: 150px 165px; } } @@ -278,138 +278,146 @@ only screen and (-webkit-min-device-pixel-ratio: 1.5) { background-position: -60px -90px; } -.status-question-blue { +.status-policy-user-white { background-position: -75px -90px; } -.status-question-dark { +.status-policy-user { background-position: -90px -90px; } -.status-question-green { +.status-question-blue { background-position: -105px -90px; } -.status-question-red { +.status-question-dark { background-position: -120px -90px; } -.status-question-white { +.status-question-green { background-position: -135px -90px; } -.status-question { +.status-question-red { background-position: 0px -105px; } -.status-reject-blue { +.status-question-white { background-position: -15px -105px; } -.status-reject-dark { +.status-question { background-position: -30px -105px; } -.status-reject-green { +.status-reject-blue { background-position: -45px -105px; } -.status-reject-red { +.status-reject-dark { background-position: -60px -105px; } -.status-reject-white { +.status-reject-green { background-position: -75px -105px; } -.status-reject { +.status-reject-red { background-position: -90px -105px; } -.status-right-blue { +.status-reject-white { background-position: -105px -105px; } -.status-right-dark { +.status-reject { background-position: -120px -105px; } -.status-right-green { +.status-right-blue { background-position: -135px -105px; } -.status-right-red { +.status-right-dark { background-position: 0px -120px; } -.status-right-white { +.status-right-green { background-position: -15px -120px; } -.status-right { +.status-right-red { background-position: -30px -120px; } -.status-time-green { +.status-right-white { background-position: -45px -120px; } -.status-time-orange { +.status-right { background-position: -60px -120px; } -.status-time-red { +.status-time-green { background-position: -75px -120px; } -.status-time-yellow { +.status-time-orange { background-position: -90px -120px; } -.status-up-blue { +.status-time-red { background-position: -105px -120px; } -.status-up-dark { +.status-time-yellow { background-position: -120px -120px; } -.status-up-green { +.status-up-blue { background-position: -135px -120px; } -.status-up-red { +.status-up-dark { background-position: 0px -135px; } -.status-up-white { +.status-up-green { background-position: -15px -135px; } -.status-up { +.status-up-red { background-position: -30px -135px; } -.status-warning-blue { +.status-up-white { background-position: -45px -135px; } -.status-warning-dark { +.status-up { background-position: -60px -135px; } -.status-warning-green { +.status-warning-blue { background-position: -75px -135px; } -.status-warning-red { +.status-warning-dark { background-position: -90px -135px; } -.status-warning-white { +.status-warning-green { background-position: -105px -135px; } -.status-warning { +.status-warning-red { background-position: -120px -135px; } + +.status-warning-white { + background-position: -135px -135px; +} + +.status-warning { + background-position: 0px -150px; +} diff --git a/webroot/rsrc/image/sprite-status-X2.png b/webroot/rsrc/image/sprite-status-X2.png index 82ada07a06..9c6366f070 100644 Binary files a/webroot/rsrc/image/sprite-status-X2.png and b/webroot/rsrc/image/sprite-status-X2.png differ diff --git a/webroot/rsrc/image/sprite-status.png b/webroot/rsrc/image/sprite-status.png index cda769abcf..ba8335c4b5 100644 Binary files a/webroot/rsrc/image/sprite-status.png and b/webroot/rsrc/image/sprite-status.png differ