diff options
author | Anton Tananaev <anton@traccar.org> | 2024-04-06 09:17:52 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2024-04-06 09:17:52 -0700 |
commit | b392a4af78e01c8e0f50aad5468e9583675b24be (patch) | |
tree | 0a4fd7c4ee020e0829817853469979d4e998a69a /web/app.css | |
parent | 94cadecda794358a53995c276697919eaf540466 (diff) | |
download | trackermap-web-b392a4af78e01c8e0f50aad5468e9583675b24be.tar.gz trackermap-web-b392a4af78e01c8e0f50aad5468e9583675b24be.tar.bz2 trackermap-web-b392a4af78e01c8e0f50aad5468e9583675b24be.zip |
Move to the legacy folder
Diffstat (limited to 'web/app.css')
-rw-r--r-- | web/app.css | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/web/app.css b/web/app.css deleted file mode 100644 index f9f28bb9..00000000 --- a/web/app.css +++ /dev/null @@ -1,62 +0,0 @@ -.view-color-green { - background-color: rgba(77, 250, 144, 0.3); -} -.view-color-yellow { - background-color: rgba(250, 190, 77, 0.3); -} -.view-color-red { - background-color: rgba(255, 84, 104, 0.3); -} - -.view-item-disabled { - opacity: 0.5; -} - -.toolbar-header-style { - background-color: #5fa2dd !important; -} - -body.x-border-layout-ct, div.x-border-layout-ct { - background-color: #bbbbbb !important; -} - -.x-fieldset { - overflow: visible !important; /* workaround for Safari issue */ -} - -#update { - position: absolute; - width: 100%; - top: 20px; - font-weight: bold; - text-align: center; -} - -#attribution { - position: absolute; - bottom: 10px; - right: 15px; - font-size: x-small; -} - -#spinner:before { - content: ''; - box-sizing: border-box; - position: absolute; - top: 50%; - left: 50%; - width: 60px; - height: 60px; - margin-top: -30px; - margin-left: -30px; - border-radius: 50%; - border-top: 6px solid #5fa2dd; - border-right: 6px solid transparent; - animation: spinner .6s linear infinite; -} - -@keyframes spinner { - to { - transform: rotate(360deg); - } -} |