diff options
author | Sam X. Chen <sam.xi.chen@gmail.com> | 2019-08-08 09:54:30 -0400 |
---|---|---|
committer | Sam X. Chen <sam.xi.chen@gmail.com> | 2019-08-08 09:54:30 -0400 |
commit | 264526e85fb878e0fbeb9e49bc289305294fe6dd (patch) | |
tree | c7adc5e8edb25ec80c57faf05b221b0976ff648f /client/components/main | |
parent | 71d1d9ad981750cac1e3f05d36c8efa8a1f1dded (diff) | |
download | wekan-264526e85fb878e0fbeb9e49bc289305294fe6dd.tar.gz wekan-264526e85fb878e0fbeb9e49bc289305294fe6dd.tar.bz2 wekan-264526e85fb878e0fbeb9e49bc289305294fe6dd.zip |
Bugfix: style kbd font color became white after introduced summernote
Diffstat (limited to 'client/components/main')
-rw-r--r-- | client/components/main/layouts.styl | 1 |
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 |