diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-06 14:09:39 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-06 14:09:39 +0100 |
commit | 7d763d97497df1bbf7a01f61aa916d99a1338a33 (patch) | |
tree | 2f36c1065fa2995d7adb79129bf6b3867b777097 /client/src/app | |
parent | 332542bc6814bd16c2daf47dc776f9f4b126ec2e (diff) | |
download | PeerTube-7d763d97497df1bbf7a01f61aa916d99a1338a33.tar.gz PeerTube-7d763d97497df1bbf7a01f61aa916d99a1338a33.tar.zst PeerTube-7d763d97497df1bbf7a01f61aa916d99a1338a33.zip |
Add hover effect to buttons
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/account/account-videos/account-videos.component.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/account/account-videos/account-videos.component.scss b/client/src/app/account/account-videos/account-videos.component.scss index 7ac25afc3..e7fe662b1 100644 --- a/client/src/app/account/account-videos/account-videos.component.scss +++ b/client/src/app/account/account-videos/account-videos.component.scss | |||
@@ -33,6 +33,10 @@ | |||
33 | color: #585858; | 33 | color: #585858; |
34 | background-color: #E5E5E5; | 34 | background-color: #E5E5E5; |
35 | 35 | ||
36 | &:hover { | ||
37 | background-color: #EFEFEF; | ||
38 | } | ||
39 | |||
36 | &.action-button-delete { | 40 | &.action-button-delete { |
37 | margin-right: 10px; | 41 | margin-right: 10px; |
38 | } | 42 | } |