Browse Source

css tweaks

pull/452/head
krepa098 11 years ago
parent
commit
ad609d9bc6
  1. 19
      ui/settings/mainContent.css

19
ui/settings/mainContent.css

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