summaryrefslogtreecommitdiff
path: root/src/client/theme
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-09 01:02:04 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-09 01:02:04 +0900
commit8296cac636ef11f92552fca363a7766d0b2d13b9 (patch)
tree193cf6287883ce2cf09fc30f31d1cb4aa1fad146 /src/client/theme
parentBetter api definition (diff)
parentMerge pull request #2854 from syuilo/greenkeeper/style-loader-0.23.1 (diff)
downloadmisskey-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.json55
-rw-r--r--src/client/theme/light.json55
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',