aboutsummaryrefslogtreecommitdiff
path: root/web/app.css
diff options
context:
space:
mode:
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;
}