Skip to content
Discussion options

You must be logged in to vote

Luckily the fix is rather simple. Just move your Quasar CSS into the new "quasar" layer:

ui.add_css('''
    @layer quasar {
        .bg-positive, .bg-negative, .bg-info, .bg-warning { border-radius: 25px !important; background: transparent !important; backdrop-filter: blur(15px) !important;}
        .bg-positive { border: 2px solid #21ba45 !important; box-shadow: 0px 3px 15px 0px #21ba45; }
        .bg-positive .q-notification__content { color: #21ba45 !important; }
        .bg-negative { border: 2px solid #FF4D4F !important; box-shadow: 0px 3px 15px 0px #FF4D4F; }
        .bg-negative .q-notification__content { color: #FF4D4F !important; }
        .bg-info { border: 2px solid #31ccec !im…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@Kowersky
Comment options

@evnchn
Comment options

evnchn Oct 5, 2025
Collaborator

@Kowersky
Comment options

Comment options

You must be logged in to vote
1 reply
@Kowersky
Comment options

Answer selected by Kowersky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants