Skip to content

Instantly share code, notes, and snippets.

@yellowgh0st
Created November 14, 2020 11:05
Show Gist options
  • Save yellowgh0st/e3f0e3187325520265389bf2c31ea392 to your computer and use it in GitHub Desktop.
Save yellowgh0st/e3f0e3187325520265389bf2c31ea392 to your computer and use it in GitHub Desktop.
Header bar ~/.config/gtk-3.0/gtk.css fixes for io.elementary.terminal use with default Gnome 3 Adwaita theme.
.terminal-window headerbar {
padding-top: 0;
padding-bottom: 0;
padding-right: 9px;
}
.terminal-window button {
margin-left: 1px
}
.terminal-window .search-bar {
background-color: rgb(53,53,53);
}
.terminal-window popover modelbutton label {
font-size: 13px;
}
.terminal-window popover modelbutton:hover {
background-color: transparent;
}
.terminal-window popover radiobutton:focus,
.terminal-window popover modelbutton:focus {
outline: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment