diff options
Diffstat (limited to 'web/app.css')
-rw-r--r-- | web/app.css | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/web/app.css b/web/app.css index d99324a9..cb9d2bc2 100644 --- a/web/app.css +++ b/web/app.css @@ -8,22 +8,14 @@ background-color: rgba(255, 84, 104, 0.3); } -.panel-top-border { - border-top: 1px solid #cfcfcf !important; +.toolbar-header-style { + background-color: #5fa2dd !important; } body.x-border-layout-ct, div.x-border-layout-ct { background-color: #bbbbbb !important; } -.x-toolbar-default { - background-color: #f5f5f5 !important; -} - -.x-tree-icon { - display: none !important; -} - #attribution { position: absolute; bottom: 10px; |