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
Marco Bubke
flatpak-qt-creator
Commits
7a43252d
Commit
7a43252d
authored
May 12, 2011
by
Thomas Hartmann
Browse files
QmlDesigner.formEditor: tweaking the css
The background gets lighter on focus.
parent
7404b4c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/resources/formeditorstylesheet.css
View file @
7a43252d
...
...
@@ -9,13 +9,22 @@ QLabel {
QStackedWidget
{
border
:
0px
;
background-color
:
#
606060
;
background-color
:
#
4e4e4e
;
}
QGraphicsView
{
border
:
0px
;
background-color
:
#606060
;
padding
:
2px
;
border
:
0px
;
background-color
:
#4e4e4e
;
}
QGraphicsView
:focus
{
background-color
:
#5f5f5f
;
}
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