aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-05 14:14:31 +0100
committerChocobozzz <me@florianbigard.com>2021-11-05 14:14:31 +0100
commitd91b23b11ca46debfee320ce5c5dfaeae5811bb7 (patch)
tree504404f35b2d549f163e8de60b420781333ad89a /client/src
parentdedcd583b2461895f816c3dd67d56f05d3274f6b (diff)
downloadPeerTube-d91b23b11ca46debfee320ce5c5dfaeae5811bb7.tar.gz
PeerTube-d91b23b11ca46debfee320ce5c5dfaeae5811bb7.tar.zst
PeerTube-d91b23b11ca46debfee320ce5c5dfaeae5811bb7.zip
Fix jobs state selection badge style
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/+admin/overview/videos/video-list.component.scss2
-rw-r--r--client/src/app/+admin/system/jobs/jobs.component.scss4
-rw-r--r--client/src/sass/include/_mixins.scss2
-rw-r--r--client/src/sass/primeng-custom.scss2
4 files changed, 7 insertions, 3 deletions
diff --git a/client/src/app/+admin/overview/videos/video-list.component.scss b/client/src/app/+admin/overview/videos/video-list.component.scss
index 5ec9d4850..d249f12f6 100644
--- a/client/src/app/+admin/overview/videos/video-list.component.scss
+++ b/client/src/app/+admin/overview/videos/video-list.component.scss
@@ -7,7 +7,7 @@ my-embed {
7} 7}
8 8
9.badge { 9.badge {
10 @include table-badge; 10 @include peertube-badge;
11 11
12 margin-right: 5px; 12 margin-right: 5px;
13} 13}
diff --git a/client/src/app/+admin/system/jobs/jobs.component.scss b/client/src/app/+admin/system/jobs/jobs.component.scss
index eadaf7904..a9e5e8d4b 100644
--- a/client/src/app/+admin/system/jobs/jobs.component.scss
+++ b/client/src/app/+admin/system/jobs/jobs.component.scss
@@ -55,3 +55,7 @@ pre {
55.job-error { 55.job-error {
56 color: #ff0000; 56 color: #ff0000;
57} 57}
58
59.select-filter-block .badge {
60 @include peertube-badge;
61}
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index 6055ce53c..a7c4c99c2 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -546,7 +546,7 @@
546 } 546 }
547} 547}
548 548
549@mixin table-badge { 549@mixin peertube-badge {
550 border-radius: 2px; 550 border-radius: 2px;
551 padding: 1/4em 1/2em; 551 padding: 1/4em 1/2em;
552 text-transform: uppercase; 552 text-transform: uppercase;
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss
index 66b4056cb..6541ee127 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -760,7 +760,7 @@ p-table {
760 } 760 }
761 761
762 .badge { 762 .badge {
763 @include table-badge; 763 @include peertube-badge;
764 } 764 }
765} 765}
766 766