diff options
Diffstat (limited to 'client/src/app/account')
-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 | } |