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;
}

View File

@@ -192,6 +192,7 @@ flowbox {
flowboxchild {
padding: 4px;
border-radius: $corner-radius;
color: $text;
&:selected { @extend %selected_items_color; }
}

View File

@@ -1528,6 +1528,21 @@ window.background { // gnome-terminal 3.32 setting
}
}
// gnome-console
.terminal-window {
background-color: $background;
tabbar {
tabbox {
background-color: $base-alt;
margin: 0;
border-radius: 0;
border-bottom: 1px solid $border;
background-clip: border-box;
}
}
}
/*********
* To Do *
*********/
@@ -1895,6 +1910,8 @@ dialog.background.csd {
//
window.background.csd.unified {
background-color: $background;
// Remove the sheen on headerbar...
headerbar {
box-shadow: inset 0 -1px $border;