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
6f552928
Commit
6f552928
authored
May 27, 2013
by
Bryant
Browse files
QDockWidgets now have hover/pressed colorings for both themes.
parent
761f5481
Changes
2
Hide whitespace changes
Inline
Side-by-side
files/styles/style-dark.css
View file @
6f552928
...
...
@@ -54,12 +54,12 @@ QDockWidget::close-button, QDockWidget::float-button {
}
QDockWidget
::close-button:hover
,
QDockWidget
::float-button:hover
{
background
:
none
;
background
:
#B8D3E6
;
}
QDockWidget
::close-button:pressed
,
QDockWidget
::float-button:pressed
{
padding
:
1px
-1px
-1px
1px
;
background
:
none
;
background
:
#899FAD
;
}
QDockWidget
::title
{
...
...
files/styles/style-light.css
View file @
6f552928
...
...
@@ -54,12 +54,12 @@ QDockWidget::close-button, QDockWidget::float-button {
}
QDockWidget
::close-button:hover
,
QDockWidget
::float-button:hover
{
background
:
none
;
background
:
#777
;
}
QDockWidget
::close-button:pressed
,
QDockWidget
::float-button:pressed
{
background
:
#555
;
padding
:
1px
-1px
-1px
1px
;
background
:
none
;
}
QDockWidget
::title
{
...
...
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