diff --git a/css/messages.css b/css/messages.css index 800130c..fda88f2 100644 --- a/css/messages.css +++ b/css/messages.css @@ -13,9 +13,15 @@ /* popup messages */ .message { - background-color: BACKGROUND-COLOR; color: TEXT-PRIMARY-COLOR; border-radius: 18px; +} + + +/* Message OSD */ +.notification-banner { + background-color: BACKGROUND-COLOR; + color: TEXT-PRIMARY-COLOR; border: 1px solid BORDER-MENU-SHADOW; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07); } @@ -24,8 +30,7 @@ /* messages in menus */ .message-list .message, .popup-menu-content .message { background-color: SECTION-COLOR; - border: 1px solid BORDER-SHADOW; - box-shadow: none; + box-shadow: inset 0 0 0 1px BORDER-SHADOW; transition-duration: 100ms; } .message-list .message:hover {