mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-11-10 07:40:17 -08:00
update
This commit is contained in:
@@ -565,7 +565,8 @@ treechildren::-moz-tree-image(query, OrganizerQuery_history____v) {
|
|||||||
.panel-info-button > image {
|
.panel-info-button > image {
|
||||||
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]) .tab-icon-stack::before {
|
|
||||||
|
.tabbrowser-tab[image="chrome://global/skin/icons/info.svg"]:not([busy]):not([progress]):not([crashed]) .tab-icon-stack::before {
|
||||||
content: "";
|
content: "";
|
||||||
height: 16px;
|
height: 16px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
@@ -770,7 +771,7 @@ treechildren::-moz-tree-image {
|
|||||||
list-style-image: url("../icons/preferences-system-time-symbolic-light.svg") !important;
|
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;
|
background-image: url("../icons/info-symbolic-light.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -192,6 +192,7 @@ flowbox {
|
|||||||
flowboxchild {
|
flowboxchild {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border-radius: $corner-radius;
|
border-radius: $corner-radius;
|
||||||
|
color: $text;
|
||||||
|
|
||||||
&:selected { @extend %selected_items_color; }
|
&: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 *
|
* To Do *
|
||||||
*********/
|
*********/
|
||||||
@@ -1895,6 +1910,8 @@ dialog.background.csd {
|
|||||||
//
|
//
|
||||||
|
|
||||||
window.background.csd.unified {
|
window.background.csd.unified {
|
||||||
|
background-color: $background;
|
||||||
|
|
||||||
// Remove the sheen on headerbar...
|
// Remove the sheen on headerbar...
|
||||||
headerbar {
|
headerbar {
|
||||||
box-shadow: inset 0 -1px $border;
|
box-shadow: inset 0 -1px $border;
|
||||||
|
|||||||
Reference in New Issue
Block a user