diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-01-17 09:19:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-01-17 09:19:47 +0900 |
| commit | 41784de9be1937d2a84a9108547ca9469cf5c547 (patch) | |
| tree | bdbad897a00552ca2e1459f618926b0cb4e01a6f /src | |
| parent | Fix: time tooltip overlaps with others (#3901) (diff) | |
| download | sharkey-41784de9be1937d2a84a9108547ca9469cf5c547.tar.gz sharkey-41784de9be1937d2a84a9108547ca9469cf5c547.tar.bz2 sharkey-41784de9be1937d2a84a9108547ca9469cf5c547.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/web/views/info.pug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/web/views/info.pug b/src/server/web/views/info.pug index 9fc9b77cb0..4e4f6aa08b 100644 --- a/src/server/web/views/info.pug +++ b/src/server/web/views/info.pug @@ -20,6 +20,7 @@ html padding: 5px; background: rgb(153, 153, 204); border: 1px solid #000; + box-shadow: rgb(204, 204, 204) 1px 2px 3px; } header:after { content: ''; @@ -41,6 +42,7 @@ html margin: 1em 0; width: 100%; border-collapse: collapse; + box-shadow: rgb(204, 204, 204) 1px 2px 3px; } table tr th { background-color: #ccf; |