update
This commit is contained in:
parent
7c0e9731c4
commit
664ec7cc04
2 changed files with 7 additions and 4 deletions
|
@ -92,7 +92,7 @@ tab[selected]:-moz-window-inactive {
|
|||
flex-direction: row;
|
||||
justify-content: center !important;
|
||||
align-items: center !important;
|
||||
min-width: 100% !important;
|
||||
min-width: 44px !important;
|
||||
padding: 0 8px !important;
|
||||
}
|
||||
|
||||
|
@ -117,6 +117,8 @@ tab[selected]:-moz-window-inactive {
|
|||
/* Adjust tab label width */
|
||||
.tab-label-container {
|
||||
min-width: 0 !important;
|
||||
}
|
||||
.tabbrowser-tab:not([pinned]) .tab-label-container {
|
||||
max-width: min-content !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -553,10 +553,11 @@ toolbar:not([brighttext]) .webextension-browser-action:-moz-lwtheme {
|
|||
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 .tab-icon-image {
|
||||
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]) .tab-icon-stack::before {
|
||||
content: "";
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
list-style-image: url("../icons/info-symbolic.svg") !important;
|
||||
background-image: url("../icons/info-symbolic.svg") !important;
|
||||
}
|
||||
|
||||
/* Password */
|
||||
|
@ -783,7 +784,7 @@ treechildren::-moz-tree-image {
|
|||
}
|
||||
|
||||
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]):not([crashed]) .tab-icon-stack::before {
|
||||
list-style-image: url("../icons/info-symbolic-light.svg") !important;
|
||||
background-image: url("../icons/info-symbolic-light.svg") !important;
|
||||
}
|
||||
|
||||
#sidebar-box[sidebarcommand="viewTabsSidebar"] > #sidebar-header > #sidebar-switcher-target > #sidebar-icon,
|
||||
|
|
Loading…
Reference in a new issue