mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-30 06:53:23 -07:00
Messages: fix styles for message banner
This commit is contained in:
@@ -13,9 +13,15 @@
|
|||||||
|
|
||||||
/* popup messages */
|
/* popup messages */
|
||||||
.message {
|
.message {
|
||||||
background-color: BACKGROUND-COLOR;
|
|
||||||
color: TEXT-PRIMARY-COLOR;
|
color: TEXT-PRIMARY-COLOR;
|
||||||
border-radius: 18px;
|
border-radius: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Message OSD */
|
||||||
|
.notification-banner {
|
||||||
|
background-color: BACKGROUND-COLOR;
|
||||||
|
color: TEXT-PRIMARY-COLOR;
|
||||||
border: 1px solid BORDER-MENU-SHADOW;
|
border: 1px solid BORDER-MENU-SHADOW;
|
||||||
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
|
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
|
||||||
}
|
}
|
||||||
@@ -24,8 +30,7 @@
|
|||||||
/* messages in menus */
|
/* messages in menus */
|
||||||
.message-list .message, .popup-menu-content .message {
|
.message-list .message, .popup-menu-content .message {
|
||||||
background-color: SECTION-COLOR;
|
background-color: SECTION-COLOR;
|
||||||
border: 1px solid BORDER-SHADOW;
|
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
|
||||||
box-shadow: none;
|
|
||||||
transition-duration: 100ms;
|
transition-duration: 100ms;
|
||||||
}
|
}
|
||||||
.message-list .message:hover {
|
.message-list .message:hover {
|
||||||
|
Reference in New Issue
Block a user