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
6e5ad05a
Commit
6e5ad05a
authored
May 31, 2013
by
Bryant
Browse files
Fixed the styling for disabled checkboxes.
parent
18c9b4e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
files/styles/style-dark.css
View file @
6e5ad05a
...
...
@@ -32,6 +32,14 @@ QCheckBox::indicator:checked {
background-color
:
#379AC3
;
}
QCheckBox
::indicator:disabled
{
border-color
:
#555
;
}
QCheckBox
::indicator:disabled:checked
{
background-color
:
#333
;
}
QComboBox
{
border
:
1px
solid
#777
;
border-radius
:
2px
;
...
...
files/styles/style-light.css
View file @
6e5ad05a
...
...
@@ -32,6 +32,14 @@ QCheckBox::indicator:checked {
background-color
:
#379AC3
;
}
QCheckBox
::indicator:disabled
{
border-color
:
#555
;
}
QCheckBox
::indicator:disabled:checked
{
background-color
:
#AAA
;
}
QComboBox
{
border
:
1px
solid
#777
;
border-radius
:
2px
;
...
...
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