diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-09 01:02:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-09 01:02:04 +0900 |
| commit | 8296cac636ef11f92552fca363a7766d0b2d13b9 (patch) | |
| tree | 193cf6287883ce2cf09fc30f31d1cb4aa1fad146 /src/client/theme | |
| parent | Better api definition (diff) | |
| parent | Merge pull request #2854 from syuilo/greenkeeper/style-loader-0.23.1 (diff) | |
| download | misskey-8296cac636ef11f92552fca363a7766d0b2d13b9.tar.gz misskey-8296cac636ef11f92552fca363a7766d0b2d13b9.tar.bz2 misskey-8296cac636ef11f92552fca363a7766d0b2d13b9.zip | |
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
Diffstat (limited to 'src/client/theme')
| -rw-r--r-- | src/client/theme/dark.json5 | 5 | ||||
| -rw-r--r-- | src/client/theme/light.json5 | 5 |
2 files changed, 8 insertions, 2 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)', diff --git a/src/client/theme/light.json5 b/src/client/theme/light.json5 index b770aa182b..0caea33480 100644 --- a/src/client/theme/light.json5 +++ b/src/client/theme/light.json5 @@ -84,7 +84,10 @@ reactionPickerButtonHoverBg: '#eee', - reactionViewerBorder: 'rgba(0, 0, 0, 0.1)', + reactionViewerButtonBg: 'rgba(0, 0, 0, 0)', + reactionViewerButtonHoverBg: 'rgba(0, 0, 0, 0)', + reactionViewerButtonBorder: 'rgba(0, 0, 0, 0.1)', + reactionViewerButtonHoverBorder: 'rgba(0, 0, 0, 0.2)', pollEditorInputBg: '#fff', |