Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
0c52ae6e
Commit
0c52ae6e
authored
May 17, 2019
by
Andrey Cherepanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set 100% white color for installer labels and dark blue for progressbar
parent
cfa02b08
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
design.qss.in
browser-qt/design/design.qss.in
+16
-4
progress-cleanlooks.png
browser-qt/design/progress-cleanlooks.png
+0
-0
No files found.
browser-qt/design/design.qss.in
View file @
0c52ae6e
...
...
@@ -31,9 +31,9 @@ AWizardFace QLineEdit {
border: 2px inset gray;
}
/* White color for labels: 100%
for title text and 80%
for other labels */
/* White color for labels: 100%
white for title text and
for other labels */
AWizardFace QLabel {
color: rgba(255, 255, 255,
8
0%);
color: rgba(255, 255, 255,
10
0%);
}
QCheckBox, QRadioButton {
...
...
@@ -41,11 +41,11 @@ QCheckBox, QRadioButton {
}
AWizardFace QCheckBox:checked, AWizardFace QCheckBox:unchecked, AWizardFace QCheckBox:indeterminate {
color: rgba(255, 255, 255,
8
0%);
color: rgba(255, 255, 255,
10
0%);
}
AWizardFace QRadioButton:checked, AWizardFace QRadioButton:unchecked, AWizardFace QRadioButton:indeterminate {
color: rgba(255, 255, 255,
8
0%);
color: rgba(255, 255, 255,
10
0%);
}
/* Sections */
...
...
@@ -88,3 +88,15 @@ AWizardFaceStepList {
background-color: rgba(235, 235, 235, 10%);
}
*/
QProgressBar {
background: white;
border: 1px solid #b8b2ad;
}
QProgressBar::chunk {
background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #132C90,
stop: 1 #001056) url(:/design/progress-cleanlooks.png);
border: 1px solid #001056;
}
browser-qt/design/progress-cleanlooks.png
View replaced file @
cfa02b08
View file @
0c52ae6e
371 Bytes
|
W:
|
H:
400 Bytes
|
W:
|
H:
2-up
Swipe
Onion skin
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