aboutsummaryrefslogtreecommitdiff
path: root/web/app.css
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2021-09-16 20:00:12 -0500
committerIván Ávalos <avalos@disroot.org>2021-09-16 20:00:12 -0500
commit570ebc0c93e110bcb71d238dd6afdcbf5d19b5ce (patch)
treefb1c86cbb861da82a70ed1b2d2a4a339eee8116a /web/app.css
parentedb24a1bd6649e672bf142b9b873b47dec31f0e3 (diff)
downloadetbsa-traccar-web-570ebc0c93e110bcb71d238dd6afdcbf5d19b5ce.tar.gz
etbsa-traccar-web-570ebc0c93e110bcb71d238dd6afdcbf5d19b5ce.tar.bz2
etbsa-traccar-web-570ebc0c93e110bcb71d238dd6afdcbf5d19b5ce.zip
Rebranding a ETBSA
Diffstat (limited to 'web/app.css')
-rw-r--r--web/app.css23
1 files changed, 21 insertions, 2 deletions
diff --git a/web/app.css b/web/app.css
index f9f28bb..e8235f7 100644
--- a/web/app.css
+++ b/web/app.css
@@ -13,7 +13,26 @@
}
.toolbar-header-style {
- background-color: #5fa2dd !important;
+ background-color: #337729 !important;
+}
+
+.x-panel-header-default {
+ background-color: #337729 !important;
+ border: 1px solid #337729 !important;
+}
+
+.x-tool-tool-el {
+ background-color: #337729 !important;
+ border: 1px solid #337729 !important;
+}
+
+.x-window-default {
+ border: 1px solid #337729 !important;
+}
+
+.x-window-header-default-top {
+ background-color: #337729 !important;
+ border: 1px solid #337729 !important;
}
body.x-border-layout-ct, div.x-border-layout-ct {
@@ -50,7 +69,7 @@ body.x-border-layout-ct, div.x-border-layout-ct {
margin-top: -30px;
margin-left: -30px;
border-radius: 50%;
- border-top: 6px solid #5fa2dd;
+ border-top: 6px solid #337729;
border-right: 6px solid transparent;
animation: spinner .6s linear infinite;
}