Skip to content

Instantly share code, notes, and snippets.

@tnymlr
Created August 6, 2016 06:05
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 tnymlr/081a306dc0f21c145ef2b4e7783499c1 to your computer and use it in GitHub Desktop.
Save tnymlr/081a306dc0f21c145ef2b4e7783499c1 to your computer and use it in GitHub Desktop.
Vivaldi browser look and feel tweak. Screenshot: http://imgur.com/a/kOAov
button.vivaldi {
display: none !important;
}
#tabs-container.top {
margin-left: -1.8%;
margin-top: -0.5%;
background-color: #0063B1;
}
#tabs-container.left,#tabs-container.right {
background-color:#0063B1
}
.tab:not(.active) {
color: #E0E0E0;
background-color:#0063B1!important;
}
.newtab {
fill: hsla(0, 0%, 100%, .6)!important;
}
.toggle-trash {
fill: hsla(0, 0%, 100%, .6)!important;
}
#browser .window-buttongroup {
height: 36px!important;
vertical-align: middle!important;
}
#browser .window-buttongroup button {
height: 36px!important;
vertical-align: middle!important;
padding-bottom: 5px;
color: #ffffff!important;
fill: hsla(0, 100%, 100%, .6)!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment