Fixed #799
This commit is contained in:
parent
06243fa0f0
commit
ef5387aee4
2 changed files with 2 additions and 4 deletions
|
@ -502,8 +502,7 @@ menu[disabled] > .menu-right {
|
||||||
list-style-image: url("../icons/info-symbolic.svg") !important;
|
list-style-image: url("../icons/info-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]):not([crashed]) .tab-icon-stack::before {
|
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]):not([crashed]) .tab-icon-stack .tab-icon-image {
|
||||||
content: "";
|
|
||||||
height: 16px;
|
height: 16px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
background-image: url("../icons/info-symbolic.svg") !important;
|
background-image: url("../icons/info-symbolic.svg") !important;
|
||||||
|
|
|
@ -502,8 +502,7 @@ menu[disabled] > .menu-right {
|
||||||
list-style-image: url("../icons/info-symbolic.svg") !important;
|
list-style-image: url("../icons/info-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]):not([crashed]) .tab-icon-stack::before {
|
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]):not([crashed]) .tab-icon-stack .tab-icon-image {
|
||||||
content: "";
|
|
||||||
height: 16px;
|
height: 16px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
background-image: url("../icons/info-symbolic.svg") !important;
|
background-image: url("../icons/info-symbolic.svg") !important;
|
||||||
|
|
Loading…
Reference in a new issue