diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-15 19:25:51 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-01-21 11:59:41 +0100 |
commit | 9b82d49da868536701d80ef1071df0e7cd301b7a (patch) | |
tree | d34997edf0157d390f44d367f6fd795e0d681760 /client/src/sass/primeng-custom.scss | |
parent | c78d3db71baa397971a83b110c0159169646eae4 (diff) | |
download | PeerTube-9b82d49da868536701d80ef1071df0e7cd301b7a.tar.gz PeerTube-9b82d49da868536701d80ef1071df0e7cd301b7a.tar.zst PeerTube-9b82d49da868536701d80ef1071df0e7cd301b7a.zip |
Add action dropdown descriptions
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 238cb8454..0d51818c3 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -374,6 +374,8 @@ p-tablecheckbox:hover div .ui-chkbox-box { | |||
374 | } | 374 | } |
375 | 375 | ||
376 | p-inputswitch { | 376 | p-inputswitch { |
377 | height: 26px; | ||
378 | |||
377 | .ui-inputswitch-checked .ui-inputswitch-slider { | 379 | .ui-inputswitch-checked .ui-inputswitch-slider { |
378 | background-color: var(--mainColor) !important; | 380 | background-color: var(--mainColor) !important; |
379 | } | 381 | } |