Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
2ba1ac3b
Commit
2ba1ac3b
authored
Sep 03, 2010
by
Mariano Lizarraga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed stylesheet to better show when a button is pressed down
parent
e6f0b404
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
94 additions
and
94 deletions
+94
-94
style-mission.css
images/style-mission.css
+94
-94
No files found.
images/style-mission.css
View file @
2ba1ac3b
...
...
@@ -17,54 +17,54 @@ margin-top: 1ex; /* leave space at the top for the title */
QCheckBox
{
/*background-color: #252528;*/
color
:
#DDDDDF
;
}
QCheckBox
::indicator
{
border
:
1px
solid
#777777
;
border-radius
:
2px
;
color
:
#DDDDDF
;
width
:
10px
;
height
:
10px
;
}
QLineEdit
{
border
:
1px
solid
#777777
;
border-radius
:
2px
;
}
QTextEdit
{
border
:
1px
solid
#777777
;
border-radius
:
2px
;
}
QPlainTextEdit
{
border
:
1px
solid
#777777
;
border-radius
:
2px
;
}
QComboBox
{
border
:
1px
solid
#777777
;
border-radius
:
2px
;
}
QCheckBox
::indicator:checked
{
background-color
:
#555555
;
}
QCheckBox
::indicator:checked:hover
{
background-color
:
#555555
;
}
QCheckBox
::indicator:checked:pressed
{
background-color
:
#555555
;
}
QCheckBox
::indicator:indeterminate:hover
{
image
:
url(:/images/checkbox_indeterminate_hover.png)
;
}
QCheckBox
::indicator:indeterminate:pressed
{
image
:
url(:/images/checkbox_indeterminate_pressed.png)
;
}
QCheckBox
::indicator
{
border
:
1px
solid
#777777
;
border-radius
:
2px
;
color
:
#DDDDDF
;
width
:
10px
;
height
:
10px
;
}
QLineEdit
{
border
:
1px
solid
#777777
;
border-radius
:
2px
;
}
QTextEdit
{
border
:
1px
solid
#777777
;
border-radius
:
2px
;
}
QPlainTextEdit
{
border
:
1px
solid
#777777
;
border-radius
:
2px
;
}
QComboBox
{
border
:
1px
solid
#777777
;
border-radius
:
2px
;
}
QCheckBox
::indicator:checked
{
background-color
:
#555555
;
}
QCheckBox
::indicator:checked:hover
{
background-color
:
#555555
;
}
QCheckBox
::indicator:checked:pressed
{
background-color
:
#555555
;
}
QCheckBox
::indicator:indeterminate:hover
{
image
:
url(:/images/checkbox_indeterminate_hover.png)
;
}
QCheckBox
::indicator:indeterminate:pressed
{
image
:
url(:/images/checkbox_indeterminate_pressed.png)
;
}
QGroupBox
::title
{
...
...
@@ -72,7 +72,7 @@ border: 1px solid #777777;
subcontrol-position
:
top
center
;
/* position at the top center */
margin
:
0
3px
0px
3px
;
padding
:
0
3px
0px
0px
;
font
:
bold
8px
;
font
:
bold
8px
;
color
:
#DDDDDF
;
}
...
...
@@ -88,7 +88,7 @@ QDockWidget::close-button, QDockWidget::float-button {
QDockWidget
::title
{
text-align
:
left
;
background
:
#121214
;
background
:
#121214
;
color
:
#4A4A4F
;
padding-left
:
5px
;
height
:
10px
;
...
...
@@ -101,46 +101,46 @@ QSeparator {
QSpinBox
{
min-height
:
14px
;
max-height
:
18px
;
border
:
1px
solid
#4A4A4F
;
min-height
:
14px
;
max-height
:
18px
;
border
:
1px
solid
#4A4A4F
;
border-radius
:
5px
;
}
QSpinBox
::up-button
{
subcontrol-origin
:
border
;
subcontrol-position
:
top
right
;
/* position at the top right corner */
border-image
:
url(:/images/actions/go-up.svg)
1
;
border-width
:
1px
;
}
QSpinBox
::down-button
{
subcontrol-origin
:
border
;
subcontrol-position
:
bottom
right
;
/* position at the top right corner */
border-image
:
url(:/images/actions/go-down.svg)
1
;
border-width
:
1px
;
}
QDoubleSpinBox
{
min-height
:
14px
;
max-height
:
18px
;
border
:
1px
solid
#4A4A4F
;
border-radius
:
5px
;
}
QDoubleSpinBox
::up-button
{
subcontrol-origin
:
border
;
subcontrol-position
:
top
right
;
/* position at the top right corner */
border-image
:
url(:/images/actions/go-up.svg)
1
;
border-width
:
1px
;
max-width
:
5px
;
}
QDoubleSpinBox
::down-button
{
subcontrol-origin
:
border
;
subcontrol-position
:
bottom
right
;
/* position at the top right corner */
border-image
:
url(:/images/actions/go-down.svg)
1
;
border-width
:
1px
;
max-width
:
5px
;
}
}
QSpinBox
::up-button
{
subcontrol-origin
:
border
;
subcontrol-position
:
top
right
;
/* position at the top right corner */
border-image
:
url(:/images/actions/go-up.svg)
1
;
border-width
:
1px
;
}
QSpinBox
::down-button
{
subcontrol-origin
:
border
;
subcontrol-position
:
bottom
right
;
/* position at the top right corner */
border-image
:
url(:/images/actions/go-down.svg)
1
;
border-width
:
1px
;
}
QDoubleSpinBox
{
min-height
:
14px
;
max-height
:
18px
;
border
:
1px
solid
#4A4A4F
;
border-radius
:
5px
;
}
QDoubleSpinBox
::up-button
{
subcontrol-origin
:
border
;
subcontrol-position
:
top
right
;
/* position at the top right corner */
border-image
:
url(:/images/actions/go-up.svg)
1
;
border-width
:
1px
;
max-width
:
5px
;
}
QDoubleSpinBox
::down-button
{
subcontrol-origin
:
border
;
subcontrol-position
:
bottom
right
;
/* position at the top right corner */
border-image
:
url(:/images/actions/go-down.svg)
1
;
border-width
:
1px
;
max-width
:
5px
;
}
QPushButton
{
font-weight
:
bold
;
...
...
@@ -154,7 +154,7 @@ QPushButton {
}
QPushButton
:checked
{
background-color
:
qlineargradient
(
x1
:
0
,
y1
:
0
,
x2
:
0
,
y2
:
1
,
stop
:
0
#
101010
,
stop
:
1
#40404
0
);
background-color
:
qlineargradient
(
x1
:
0
,
y1
:
0
,
x2
:
0
,
y2
:
1
,
stop
:
0
#
404040
,
stop
:
1
#80808
0
);
}
QPushButton
:pressed
{
...
...
@@ -169,8 +169,8 @@ QToolButton {
border
:
2px
solid
#4A4A4F
;
border-radius
:
5px
;
background-color
:
qlineargradient
(
x1
:
0
,
y1
:
0
,
x2
:
0
,
y2
:
1
,
stop
:
0
#232228
,
stop
:
1
#020208
);
}
}
QToolButton
:checked
{
background-color
:
qlineargradient
(
x1
:
0
,
y1
:
0
,
x2
:
0
,
y2
:
1
,
stop
:
0
#090909
,
stop
:
1
#353535
);
}
...
...
@@ -227,7 +227,7 @@ QPushButton:pressed#killButton {
border-radius
:
5px
;
}
QPushButton
#controlButton
{
QPushButton
#controlButton
{
min-height
:
25px
;
background-color
:
qlineargradient
(
x1
:
0
,
y1
:
0
,
x2
:
0
,
y2
:
1
,
stop
:
0
#A0AE00
,
stop
:
1
#909E00
);
}
...
...
@@ -267,4 +267,4 @@ QProgressBar::chunk#speedBar {
QProgressBar
::chunk
#thrustBar
{
background-color
:
orange
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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