diff options
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index fbba2ad5c..0a3634c94 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -416,9 +416,9 @@ p-toast { | |||
416 | .ui-toast-close-icon { | 416 | .ui-toast-close-icon { |
417 | font-family: "Glyphicons Halflings"; | 417 | font-family: "Glyphicons Halflings"; |
418 | 418 | ||
419 | opacity: .5; | 419 | opacity: .3; |
420 | &:hover { | 420 | &:hover { |
421 | opacity: .8; | 421 | opacity: .5; |
422 | } | 422 | } |
423 | 423 | ||
424 | &:after { | 424 | &:after { |