Skip to content

Instantly share code, notes, and snippets.

@Suzamax
Created April 17, 2018 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Suzamax/c4882af68456552f064d9962b2e4026c to your computer and use it in GitHub Desktop.
Save Suzamax/c4882af68456552f064d9962b2e4026c to your computer and use it in GitHub Desktop.
This fix that UGLY home button in Nautilus while using Elementary OS theme.
/** Add this at the end of some .css file from the Elementary OS theme **/
.nautilus-window > .titlebar > .horizontal > .path-bar > .image-button {
border-radius: 0;
background-image: none;
border-color: alpha (#000, 0.3);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment