diff options
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index 97251fc4..d9c64021 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -1260,17 +1260,16 @@ g:focus circle { text-align: left; } .activity-fold { - position: absolute; - width: 100%; - max-height: 400px; } + width: 100%; } .activity-fold-button { width: 100%; + border-radius: 0 0 8px 8px; height: 20px; - color: green; } + background-color: rgba(1, 1, 1, 0.3); + text-align: center; } .activity-root-div { - position: absolute; width: 100%; max-height: 400px; background: white; |
