1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

css tweaks

This commit is contained in:
krepa098 2014-10-16 17:25:48 +02:00
parent 4679b6b7bf
commit ad609d9bc6

View File

@ -1,7 +1,6 @@
QWidget
{
color: black;
background-color: white;
font: @big;
}
@ -27,12 +26,22 @@ QComboBox
background-color: white;
}
QComboBox:on QComboBox:off QComboBox:drop-down
QLineEdit
{
background: rgba(18, 18, 18, 204);
background-color: white;
}
QComboBox:active
QTabWidget
{
background: white;
background-color: white;
}
QTabBar
{
background-color: white;
}
QScrollArea
{
background-color: white;
}