forked from Shinonome/dots-hyprland
Update gtk-4 styles for recent changes (#3266)
This commit is contained in:
@@ -173,54 +173,68 @@ splitbutton menubutton {
|
|||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#NautilusPathBar #NautilusPathButton * {
|
#NautilusPathBar #NautilusPathButton *,
|
||||||
color: @accent_color;
|
.nautilus-pathbar .nautilus-path-button * {
|
||||||
font-weight: 400;
|
color: @sidebar_row_active_fg_color;
|
||||||
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
#NautilusPathBar #NautilusPathButton {
|
#NautilusPathBar #NautilusPathButton,
|
||||||
background: @accent_active_color;
|
.nautilus-pathbar .nautilus-path-button {
|
||||||
border-radius: 4px;
|
background: @accent_active_color;
|
||||||
margin: 0;
|
border-radius: 4px;
|
||||||
margin-right: 2px;
|
margin: 0;
|
||||||
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#NautilusPathBar {
|
#NautilusPathBar #NautilusPathButton:hover,
|
||||||
background: transparent;
|
.nautilus-pathbar .nautilus-path-button:hover {
|
||||||
|
background: @accent_vibrant_hover_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
#NautilusPathBar box box:first-child #NautilusPathButton {
|
#NautilusPathBar #NautilusPathButton:active,
|
||||||
border-radius: 24px 4px 4px 24px;
|
.nautilus-pathbar .nautilus-path-button:active {
|
||||||
|
background: @accent_vibrant_active_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
#NautilusPathBar box box:last-child #NautilusPathButton {
|
#NautilusPathButton,
|
||||||
border-radius: 4px 24px 24px 4px;
|
.nautilus-pathbar {
|
||||||
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#NautilusPathBar #NautilusPathButton.current-dir.current-dir {
|
#NautilusPathBar box box:first-child #NautilusPathButton,
|
||||||
border-radius: 999px;
|
.nautilus-pathbar box box:first-child .nautilus-path-button {
|
||||||
|
border-radius: 24px 4px 4px 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#NautilusPathBar #NautilusPathButton * {
|
#NautilusPathBar box box:last-child #NautilusPathButton,
|
||||||
color: @sidebar_row_active_fg_color;
|
.nautilus-pathbar box box:last-child .nautilus-path-button {
|
||||||
|
border-radius: 4px 24px 24px 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#NautilusPathBar .dim-label {
|
#NautilusPathBar #NautilusPathButton.current-dir.current-dir,
|
||||||
font-size: 0;
|
.nautilus-pathbar .nautilus-path-button.current-dir.current-dir {
|
||||||
|
border-radius: 999px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#NautilusPathBar button .dim-label {
|
#NautilusPathBar .dim-label,
|
||||||
font-size: 14px;
|
.nautilus-pathbar .dim-label {
|
||||||
opacity: 100%;
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#NautilusPathBar button {
|
#NautilusPathBar button .dim-label,
|
||||||
border-radius: 8px;
|
.nautilus-pathbar button .dim-label {
|
||||||
|
font-size: 14px;
|
||||||
|
opacity: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#NautilusPathBar button,
|
||||||
#NautilusPathBar button:checked {
|
.nautilus-pathbar button {
|
||||||
background: @accent_vibrant_hover_color;
|
border-radius: 8px;
|
||||||
|
}
|
||||||
|
#NautilusPathBar button:checked,
|
||||||
|
.nautilus-pathbar button:checked {
|
||||||
|
background: @accent_vibrant_hover_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
headerbar button {
|
headerbar button {
|
||||||
|
|||||||
Reference in New Issue
Block a user