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

60 lines
935 B
CSS

.window-frame,
.window-frame:backdrop {
box-shadow: none;
border-style: none;
margin: 0;
border-radius: 0;
}
.titlebar {
border-radius: 0;
}
window decoration {
margin: 0;
}
VteTerminal,
vte-terminal {
padding: 5px;
padding-bottom: 1px;
}
.termite {
padding: 2px 10px;
}
.window-frame.csd.popup {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13);
}
.header-bar {
background-image: none;
background-color: #ededed;
box-shadow: none;
}
/* You may want to use this if you don't like the double title.
GtkLabel.title {
opacity: 0;
}*/
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;
}
/* Remove dotted lines from GTK+ 3 applications */
undershoot.top,
undershoot.right,
undershoot.bottom,
undershoot.left {
background-image: none;
}