Add !important

This commit is contained in:
Alvin Joy
2025-05-03 10:03:21 +05:30
parent 57679238de
commit 991437ab2f

View File

@@ -967,23 +967,23 @@ menuitem[id='placesContext_showAllBookmarks'],
}
#appMenuRecentlyClosedTabs {
list-style-image: url('container-tab.svg');
list-style-image: url('container-tab.svg') !important;
}
#appMenuClearRecentHistory {
list-style-image: url('edit-delete.svg');
list-style-image: url('edit-delete.svg') !important;
}
#appMenuRecentlyClosedWindows {
list-style-image: url('window.svg');
list-style-image: url('window.svg') !important;
}
#appMenuSearchHistory {
list-style-image: url('search-glass.svg');
list-style-image: url('search-glass.svg') !important;
}
#PanelUI-historyMore {
list-style-image: url('manage.svg');
list-style-image: url('manage.svg') !important;
}
menuitem[id='placesContext_new:bookmark'],