diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-10-09 00:55:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-09 00:55:47 +0900 |
| commit | e5cf3aecd5d75169d4e576c6a108ad08136a48cb (patch) | |
| tree | 67f740e01a41c62b407811c5c81f81cb3271a739 /src/client/theme/dark.json5 | |
| parent | Improve theme (diff) | |
| parent | Deleted dump.rdb (diff) | |
| download | sharkey-e5cf3aecd5d75169d4e576c6a108ad08136a48cb.tar.gz sharkey-e5cf3aecd5d75169d4e576c6a108ad08136a48cb.tar.bz2 sharkey-e5cf3aecd5d75169d4e576c6a108ad08136a48cb.zip | |
Merge pull request #2830 from sei0o/fix-2346
fix #2346
Diffstat (limited to 'src/client/theme/dark.json5')
| -rw-r--r-- | src/client/theme/dark.json5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/theme/dark.json5 b/src/client/theme/dark.json5 index cfec563201..1ac5554a83 100644 --- a/src/client/theme/dark.json5 +++ b/src/client/theme/dark.json5 @@ -84,7 +84,10 @@ reactionPickerButtonHoverBg: 'rgba(255, 255, 255, 0.18)', - reactionViewerBorder: 'rgba(255, 255, 255, 0.1)', + reactionViewerButtonBg: 'rgba(0, 0, 0, 0)', + reactionViewerButtonHoverBg: 'rgba(0, 0, 0, 0)', + reactionViewerButtonBorder: 'rgba(255, 255, 255, 0.1)', + reactionViewerButtonHoverBorder: 'rgba(255, 255, 255, 0.2)', pollEditorInputBg: 'rgba(0, 0, 0, 0.25)', |