diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-03 11:06:19 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-03 16:42:15 +0200 |
commit | 1fd61899eaea245a5844e33e21f04b2562f16e5e (patch) | |
tree | 2a1d51b37b12219cade35e189d62686cd0fec105 /client/src/sass | |
parent | dfcb6f50a607b6b402b4f8fa3d43792d61c912a5 (diff) | |
download | PeerTube-1fd61899eaea245a5844e33e21f04b2562f16e5e.tar.gz PeerTube-1fd61899eaea245a5844e33e21f04b2562f16e5e.tar.zst PeerTube-1fd61899eaea245a5844e33e21f04b2562f16e5e.zip |
Add ability to filter my videos by live
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 1abcd30e4..6a4d89dff 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -9,6 +9,10 @@ input[type=button] { | |||
9 | border-radius: inherit; | 9 | border-radius: inherit; |
10 | } | 10 | } |
11 | 11 | ||
12 | p-table .p-datatable-header .caption { | ||
13 | margin-bottom: 15px; | ||
14 | } | ||
15 | |||
12 | // Taken from old nova light theme | 16 | // Taken from old nova light theme |
13 | 17 | ||
14 | body .p-disabled { | 18 | body .p-disabled { |
@@ -512,10 +516,6 @@ p-table { | |||
512 | .left-buttons { | 516 | .left-buttons { |
513 | padding-left: 15px; | 517 | padding-left: 15px; |
514 | } | 518 | } |
515 | |||
516 | .input-group-text { | ||
517 | background-color: transparent; | ||
518 | } | ||
519 | } | 519 | } |
520 | } | 520 | } |
521 | 521 | ||