mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 05:18:38 -07:00
update
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
:root {
|
:root {
|
||||||
/* Browser area before a page starts loading */
|
/* Browser area before a page starts loading */
|
||||||
--gnome-browser-before-load-background: #F7F7F7;
|
--gnome-browser-before-load-background: #F7F7F7;
|
||||||
|
|
||||||
/* Accent */
|
/* Accent */
|
||||||
--gnome-accent-bg: #5b9bf8;
|
--gnome-accent-bg: #5b9bf8;
|
||||||
--gnome-accent: #3c84f7;
|
--gnome-accent: #3c84f7;
|
||||||
|
@@ -8,7 +8,7 @@ window {
|
|||||||
|
|
||||||
/* Browser dialog prompts center */
|
/* Browser dialog prompts center */
|
||||||
.dialogOverlay {
|
.dialogOverlay {
|
||||||
display: grid;
|
display: grid;
|
||||||
place-content: center;
|
place-content: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
grid-auto-rows: min(90%, var(--doc-height-px));
|
grid-auto-rows: min(90%, var(--doc-height-px));
|
||||||
@@ -29,7 +29,7 @@ window[role="dialog"] {
|
|||||||
box-shadow: var(--gnome-menu-shadow) !important;
|
box-shadow: var(--gnome-menu-shadow) !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
dialog {
|
dialog {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ dialog {
|
|||||||
|
|
||||||
/* Hadler dialog */
|
/* Hadler dialog */
|
||||||
#os-default-handler image {
|
#os-default-handler image {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
#os-default-handler .name {
|
#os-default-handler .name {
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
|
@@ -20,6 +20,7 @@ findbar label, findbar description {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
width: calc(100% - 42px);
|
width: calc(100% - 42px);
|
||||||
|
height: 46px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
hbox[anonid="findbar-textbox-wrapper"] {
|
hbox[anonid="findbar-textbox-wrapper"] {
|
||||||
|
@@ -26,10 +26,6 @@ findbar {
|
|||||||
border-top: 1px solid var(--gnome-toolbar-border-color) !important;
|
border-top: 1px solid var(--gnome-toolbar-border-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.findbar-container {
|
|
||||||
height: 46px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#toolbar-menubar[autohide="true"][inactive="true"]:not([customizing="true"]) {
|
#toolbar-menubar[autohide="true"][inactive="true"]:not([customizing="true"]) {
|
||||||
min-height: 0 !important;
|
min-height: 0 !important;
|
||||||
height: 0 !important;
|
height: 0 !important;
|
||||||
|
Reference in New Issue
Block a user