Created
August 6, 2016 06:05
-
-
Save tnymlr/081a306dc0f21c145ef2b4e7783499c1 to your computer and use it in GitHub Desktop.
Vivaldi browser look and feel tweak. Screenshot: http://imgur.com/a/kOAov
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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