mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Fix title-bar padding in gnome-builder. Fixes #605
This commit is contained in:
committed by
Khurshid Alam
parent
690532bd4e
commit
f14b4d439e
@@ -11,3 +11,21 @@
|
|||||||
&.progress-fast { color: shade($selected_bg_color, .7); }
|
&.progress-fast { color: shade($selected_bg_color, .7); }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*****************
|
||||||
|
! Gnome Builder *
|
||||||
|
******************/
|
||||||
|
|
||||||
|
@include exports("gnome-builder") {
|
||||||
|
workbench.csd > stack.titlebar:not(headerbar) {
|
||||||
|
padding: 0;
|
||||||
|
background: none;
|
||||||
|
border: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
|
||||||
|
headerbar {
|
||||||
|
&, &:first-child, &:last-child { border-radius: $roundness $roundness 0 0; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user