Browse Source

The separator between widgets now has a nicer color and :hover color in the light theme.

QGC4.4
Bryant 12 years ago
parent
commit
5bd5069031
  1. 4
      files/styles/style-light.css

4
files/styles/style-light.css

@ -131,7 +131,7 @@ QLineEdit { @@ -131,7 +131,7 @@ QLineEdit {
}
QMainWindow::separator {
background-color: #090909;
background-color: #CCC;
width: 2px; /* when vertical */
height: 2px; /* when horizontal */
}
@ -145,7 +145,7 @@ QMenu { @@ -145,7 +145,7 @@ QMenu {
}
QMenu::item:selected {
background-color: #CCC;
background-color: #000;
}
QMenu::separator {

Loading…
Cancel
Save