Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
5bd50690
Commit
5bd50690
authored
May 27, 2013
by
Bryant
Browse files
The separator between widgets now has a nicer color and :hover color in the light theme.
parent
6f552928
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/styles/style-light.css
View file @
5bd50690
...
@@ -131,7 +131,7 @@ QLineEdit {
...
@@ -131,7 +131,7 @@ QLineEdit {
}
}
QMainWindow
::separator
{
QMainWindow
::separator
{
background-color
:
#
090909
;
background-color
:
#
CCC
;
width
:
2px
;
/* when vertical */
width
:
2px
;
/* when vertical */
height
:
2px
;
/* when horizontal */
height
:
2px
;
/* when horizontal */
}
}
...
@@ -145,7 +145,7 @@ QMenu {
...
@@ -145,7 +145,7 @@ QMenu {
}
}
QMenu
::item:selected
{
QMenu
::item:selected
{
background-color
:
#
CCC
;
background-color
:
#
000
;
}
}
QMenu
::separator
{
QMenu
::separator
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment