From fce6afba3003ae03afe39637ed487ceab69d653f Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 24 Sep 2022 09:54:27 +0800 Subject: [PATCH] update --- .../firefox/chrome/Colloid/parts/icons.css | 5 +++-- src/sass/gtk/_common-3.0.scss | 1 + src/sass/gtk/apps/_gnome-3.0.scss | 17 +++++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/src/other/firefox/chrome/Colloid/parts/icons.css b/src/other/firefox/chrome/Colloid/parts/icons.css index 973a2cea..080b1844 100644 --- a/src/other/firefox/chrome/Colloid/parts/icons.css +++ b/src/other/firefox/chrome/Colloid/parts/icons.css @@ -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; } diff --git a/src/sass/gtk/_common-3.0.scss b/src/sass/gtk/_common-3.0.scss index 0509f87a..fec84b43 100644 --- a/src/sass/gtk/_common-3.0.scss +++ b/src/sass/gtk/_common-3.0.scss @@ -192,6 +192,7 @@ flowbox { flowboxchild { padding: 4px; border-radius: $corner-radius; + color: $text; &:selected { @extend %selected_items_color; } } diff --git a/src/sass/gtk/apps/_gnome-3.0.scss b/src/sass/gtk/apps/_gnome-3.0.scss index 44df9b53..74ea79f0 100644 --- a/src/sass/gtk/apps/_gnome-3.0.scss +++ b/src/sass/gtk/apps/_gnome-3.0.scss @@ -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;