summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-08 19:39:45 +0300
committerGitHub <noreply@github.com>2019-08-08 19:39:45 +0300
commitf766c1a61c6acfb6cf636d21ddad4713d9c526cf (patch)
tree4cf8f7e8b873eefe23151df41e30ee87912e3546 /client
parentecc74583ede05f902eb2ff2a9efaa819e8859c99 (diff)
parent264526e85fb878e0fbeb9e49bc289305294fe6dd (diff)
downloadwekan-f766c1a61c6acfb6cf636d21ddad4713d9c526cf.tar.gz
wekan-f766c1a61c6acfb6cf636d21ddad4713d9c526cf.tar.bz2
wekan-f766c1a61c6acfb6cf636d21ddad4713d9c526cf.zip
Merge pull request #2600 from whowillcare/master
Bugfix: style kbd font color became white after introduced summernote
Diffstat (limited to 'client')
-rw-r--r--client/components/main/layouts.styl1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl
index 672e4520..06538554 100644
--- a/client/components/main/layouts.styl
+++ b/client/components/main/layouts.styl
@@ -232,6 +232,7 @@ kbd
background: darken(white, 2%)
border-radius: 3px
border: 1px solid darken(white, 10%)
+ color: unset
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15)
.clear