dgy
/
hexagons
Archived
1
0
Fork 0
This repository has been archived on 2021-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
hexagons/.config/gtk-3.0/gtk.css

30 lines
427 B
CSS
Raw Normal View History

2017-02-20 23:39:22 +00:00
.window-frame, .window-frame:backdrop {
2018-02-09 20:05:20 +00:00
box-shadow: none;
2017-02-20 23:39:22 +00:00
border-style: none;
margin: 0;
border-radius: 0;
}
.titlebar {
border-radius: 0;
}
window decoration {
margin: 0;
}
VteTerminal, vte-terminal {
padding: 10px;
}
headerbar.default-decoration {
padding-top: 0;
padding-bottom: 0;
min-height: 0;
font-size: 0.8em;
}
headerbar.default-decoration button.titlebutton {
padding: 0;
min-height: 0;
2017-02-20 23:39:22 +00:00
}