mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
css tweaks
This commit is contained in:
parent
4679b6b7bf
commit
ad609d9bc6
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user