[bisq-network/bisq] Missing dark mode styling of popover trade period warning box (#3957)

James Cox notifications at github.com
Fri Apr 10 02:29:40 UTC 2020


css `.warning-box` should be customized in

 `theme-light.css` :

    .warning-box {
        -fx-background-color: -bs-yellow-light;
    }

`theme-dark.css` :

    .warning-box {
        -fx-background-color: -bs-color-primary-dark;
    }


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/3957#issuecomment-611846109
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200409/5580860e/attachment.html>


More information about the bisq-github mailing list