diff options
Diffstat (limited to 'res/client/css/by-view')
| -rw-r--r-- | res/client/css/by-view/graph-view.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index 1211615d..a2689ac4 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -332,20 +332,18 @@ g:focus circle { } .activity-fold { - position: absolute; width: 100%; - max-height: 400px; } .activity-fold-button { width: 100%; + border-radius: 0 0 8px 8px; height: 20px; - color: green; + background-color: rgba(1.0, 1.0, 1.0, 0.3); text-align: center; } .activity-root-div { - position: absolute; width: 100%; max-height: 400px; background: white; |
