mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 21:38:38 -07:00
update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -192,6 +192,7 @@ flowbox {
|
||||
flowboxchild {
|
||||
padding: 4px;
|
||||
border-radius: $corner-radius;
|
||||
color: $text;
|
||||
|
||||
&:selected { @extend %selected_items_color; }
|
||||
}
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user