diff options
author | Iván Ávalos <avalos@disroot.org> | 2021-09-18 15:34:55 -0500 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2021-09-18 15:34:55 -0500 |
commit | 6b58d35990013b22774fea1f268a82b474ac7194 (patch) | |
tree | 42069d09312452892597f4382a89be1c32ad5aea /web | |
parent | 917b0a0183f4582e3fffb2ac4effaf81af57445e (diff) | |
download | etbsa-traccar-web-6b58d35990013b22774fea1f268a82b474ac7194.tar.gz etbsa-traccar-web-6b58d35990013b22774fea1f268a82b474ac7194.tar.bz2 etbsa-traccar-web-6b58d35990013b22774fea1f268a82b474ac7194.zip |
Color tweak in CSS
Diffstat (limited to 'web')
-rw-r--r-- | web/app.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/web/app.css b/web/app.css index e8235f7..6b99a28 100644 --- a/web/app.css +++ b/web/app.css @@ -35,6 +35,24 @@ border: 1px solid #337729 !important; } +#eventsView-1102-placeholder { + background-color: #efdb1e !important; + border: 1px solid #efdb1e !important; +} + +#eventsView-1102-placeholder-title-textEl { + color: #337729 !important; +} + +#tbtext-1109 { + color: #337729 !important; +} + +#toolbar-1108 { + background-color: #efdb1e !important; + border: 1px solid #efdb1e !important; +} + body.x-border-layout-ct, div.x-border-layout-ct { background-color: #bbbbbb !important; } |