aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/account/account-videos/account-videos.component.scss4
-rw-r--r--client/src/sass/_mixins.scss4
2 files changed, 8 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 }
diff --git a/client/src/sass/_mixins.scss b/client/src/sass/_mixins.scss
index e44cf064d..7f1063414 100644
--- a/client/src/sass/_mixins.scss
+++ b/client/src/sass/_mixins.scss
@@ -31,6 +31,10 @@
31 background-color: $orange-color; 31 background-color: $orange-color;
32 padding: 0 17px 0 13px; 32 padding: 0 17px 0 13px;
33 cursor: pointer; 33 cursor: pointer;
34
35 &:hover {
36 background-color: #F97D46;
37 }
34} 38}
35 39
36@mixin peertube-button-link { 40@mixin peertube-button-link {