This commit is contained in:
vinceliuice
2022-09-24 09:54:27 +08:00
parent e3dd0f55b6
commit fce6afba30
3 changed files with 21 additions and 2 deletions

View File

@@ -565,7 +565,8 @@ treechildren::-moz-tree-image(query, OrganizerQuery_history____v) {
.panel-info-button > image {
list-style-image: url("../icons/info-symbolic.svg") !important;
}
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]) .tab-icon-stack::before {
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]):not([crashed]) .tab-icon-stack::before {
content: "";
height: 16px;
width: 16px;
@@ -770,7 +771,7 @@ treechildren::-moz-tree-image {
list-style-image: url("../icons/preferences-system-time-symbolic-light.svg") !important;
}
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]) .tab-icon-stack::before {
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]):not([crashed]) .tab-icon-stack::before {
background-image: url("../icons/info-symbolic-light.svg") !important;
}