Fix toolbar notifications

This commit is contained in:
Rafael Mardojai CM 2020-10-23 17:15:30 -05:00
parent a6fb8e5725
commit e45755cc76
2 changed files with 11 additions and 2 deletions

View File

@ -93,10 +93,11 @@
}
/* Fix toolbars close icons */
.close-icon:not(.tab-close-button) image {
.close-icon:not(.tab-close-button) .toolbarbutton-icon {
height: 16px !important;
width: 16px !important;
margin: 6px !important;
padding: 0 !important;
}
/* */

View File

@ -87,9 +87,17 @@ findbar:-moz-window-inactive description,
/* Content notifications */
.notificationbox-stack notification {
border: 0 !important;
background: var(--gnome-toolbar-background) !important;
background: var(--gnome-toolbar-background) !important;
font-size: 1em !important;
padding: 6px !important;
}
.notificationbox-stack notification .messageImage {
height: 16px !important;
width: 16px !important;
}
.notificationbox-stack notification .messageText {
margin-block: 0 !important;
}
.notificationbox-stack notification[type="warning"] {
background: #ffe900 !important;
}