mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-29 22:43:26 -07:00
Messages: fix styles for message banner
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user