Skip to content

Instantly share code, notes, and snippets.

@ZaWertun
Created August 27, 2018 15:39
Show Gist options
  • Save ZaWertun/d62617a28822ef2293494322be35ad9d to your computer and use it in GitHub Desktop.
Save ZaWertun/d62617a28822ef2293494322be35ad9d to your computer and use it in GitHub Desktop.
QTabBar, QTabBar::tab {
color: #ffffff;
padding: 4px 0 2px 4px;
background-color: #4d4d4d;
}
QTabBar::tab:selected {
border-top: 2px solid #3ea8df;
}
QTabBar::tab:!selected {
padding: 5px 0 2px 4px;
border-top: 1px solid #7a7a7a;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment