diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-20 13:03:51 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-20 13:03:51 +0900 |
| commit | 8a8d97b8c761cff8d3e7f36688c9bb6afca263ef (patch) | |
| tree | 2ec9638c8237831b78251bbad8a7856b38566945 /src/client/app | |
| parent | Improve usability (diff) | |
| download | sharkey-8a8d97b8c761cff8d3e7f36688c9bb6afca263ef.tar.gz sharkey-8a8d97b8c761cff8d3e7f36688c9bb6afca263ef.tar.bz2 sharkey-8a8d97b8c761cff8d3e7f36688c9bb6afca263ef.zip | |
:art:
Diffstat (limited to 'src/client/app')
| -rw-r--r-- | src/client/app/desktop/style.styl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/app/desktop/style.styl b/src/client/app/desktop/style.styl index adcfc31534..d2674cfe20 100644 --- a/src/client/app/desktop/style.styl +++ b/src/client/app/desktop/style.styl @@ -60,6 +60,9 @@ html &:hover background-color #535660 + &:active + background-color $theme-color + body display flex flex-direction column |