Replies: 1 comment 3 replies
-
Are these general questions or specific for this projects tab configurations? This code will change tab toolbars background color: #TabsToolbar {
background: yellow;
} This will increase tab width: #tabs-newtab-button {
width: 100px !important;
} |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After upgrading, the background of the tabs bar is now #ffffff where I previously wanted it to be #cccccc (the same colour as the menubar). In addition, the "New Tab" button is now showing about half the size it should be.
What CSS should I set to control the background of the Tabs bar (not the background of the tabs themselves, but the empty space)? Is there a setting I can use to increase the size of the New Tab button?
Beta Was this translation helpful? Give feedback.
All reactions