aboutsummaryrefslogtreecommitdiff
path: root/web/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/app.css')
-rw-r--r--web/app.css41
1 files changed, 39 insertions, 2 deletions
diff --git a/web/app.css b/web/app.css
index f9f28bb..6b99a28 100644
--- a/web/app.css
+++ b/web/app.css
@@ -13,7 +13,44 @@
}
.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;
+}
+
+#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 {
@@ -50,7 +87,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;
}