mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
25 lines
353 B
CSS
25 lines
353 B
CSS
QToolTip
|
|
{
|
|
/* explicit border width is required https://bugreports.qt.io/browse/QTBUG-41313 */
|
|
border: 0px;
|
|
color: black;
|
|
background: #ffffdc;
|
|
}
|
|
|
|
QTabWidget
|
|
{
|
|
background-color: white;
|
|
}
|
|
|
|
QTabBar::tab:selected
|
|
{
|
|
background: #2d3136;
|
|
color: #f1f1f1;
|
|
}
|
|
|
|
QTabBar::tab:!selected
|
|
{
|
|
background: #d0d1d1;
|
|
color: #5e5e5e;
|
|
}
|