diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-11 11:13:24 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-11 11:13:24 +0100 |
commit | 75264e371c9cc46d32b072c171e59fc00fde0fe1 (patch) | |
tree | 9887d7d6d0ce7bb1aada53bb7c8ce8bf365ad1a2 /client/src/sass/primeng-custom.scss | |
parent | cf387740f2a52c5b846d04f3bb76344b064e6886 (diff) | |
download | PeerTube-75264e371c9cc46d32b072c171e59fc00fde0fe1.tar.gz PeerTube-75264e371c9cc46d32b072c171e59fc00fde0fe1.tar.zst PeerTube-75264e371c9cc46d32b072c171e59fc00fde0fe1.zip |
Fix toast close icon
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index e2c453228..fbba2ad5c 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -413,6 +413,19 @@ p-toast { | |||
413 | z-index: z(notification) !important; | 413 | z-index: z(notification) !important; |
414 | } | 414 | } |
415 | 415 | ||
416 | .ui-toast-close-icon { | ||
417 | font-family: "Glyphicons Halflings"; | ||
418 | |||
419 | opacity: .5; | ||
420 | &:hover { | ||
421 | opacity: .8; | ||
422 | } | ||
423 | |||
424 | &:after { | ||
425 | content: "\e014"; | ||
426 | } | ||
427 | } | ||
428 | |||
416 | .ui-toast-message { | 429 | .ui-toast-message { |
417 | font-family: $main-fonts; | 430 | font-family: $main-fonts; |
418 | background-color: var(--mainBackgroundColor) !important; | 431 | background-color: var(--mainBackgroundColor) !important; |