mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
340 B
CSS
17 lines
340 B
CSS
.popup-notification-item-title[popupid="bad-content"] {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.popup-notification-item-message[popupid="bad-content"] {
|
|
width: 17em;
|
|
}
|
|
|
|
.popup-notification-item-message-critical[popupid="bad-content"] {
|
|
color: #d74345;
|
|
font-style: italic;
|
|
}
|
|
|
|
.popup-notification-footer[popupid="bad-content"] {
|
|
padding-top: 1em;
|
|
}
|