diff options
Diffstat (limited to 'web/app.css')
-rw-r--r-- | web/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app.css b/web/app.css index 60a84bbc..d99324a9 100644 --- a/web/app.css +++ b/web/app.css @@ -16,6 +16,10 @@ 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; } |