[gtk] adds css file to kill window decorations
This commit is contained in:
parent
be16f145fd
commit
a4b7339d41
1 changed files with 29 additions and 0 deletions
29
gtk.css
Normal file
29
gtk.css
Normal file
|
@ -0,0 +1,29 @@
|
|||
window.ssd separator:first-child + headerbar:backdrop,
|
||||
window.ssd separator:first-child + headerbar,
|
||||
window.ssd headerbar:first-child:backdrop,
|
||||
window.ssd headerbar:first-child,
|
||||
window.ssd headerbar:last-child:backdrop,
|
||||
window.ssd headerbar:last-child,
|
||||
window.ssd stack headerbar:first-child:backdrop,
|
||||
window.ssd stack headerbar:first-child,
|
||||
window.ssd stack headerbar:last-child:backdrop,
|
||||
window.ssd stack headerbar:last-child,
|
||||
window.ssd decoration,
|
||||
window.ssd headerbar.titlebar {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
window.ssd headerbar * {
|
||||
margin-top: -100px
|
||||
}
|
||||
|
||||
window.ssd headerbar.titlebar,
|
||||
window.ssd headerbar.titlebar button.titlebutton {
|
||||
border: none;
|
||||
font-size: 0;
|
||||
height: 0;
|
||||
margin: 0;
|
||||
max-height: 0;
|
||||
min-height: 0;
|
||||
padding: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue