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
5a2af83d
Commit
5a2af83d
authored
Sep 16, 2021
by
Anton V. Boyarshinov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
browser-qt/design/design.qss.in: progress bar colors changed
parent
8664c315
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
design.qss.in
browser-qt/design/design.qss.in
+3
-3
No files found.
browser-qt/design/design.qss.in
View file @
5a2af83d
...
...
@@ -112,7 +112,7 @@ AWizardFace StepList {
QProgressBar {
font-weight: bold;
color: #
3892D4
;
color: #
fee27f
;
background: white;
border: 1px solid #b8b2ad;
}
...
...
@@ -120,8 +120,8 @@ QProgressBar {
QProgressBar::chunk {
background-color: #132C90;
background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #
132C90
,
stop: 1 #
001056
) url(:/design/progress-cleanlooks.png);
stop: 0 #
6f5d51
,
stop: 1 #
423f48
) url(:/design/progress-cleanlooks.png);
border: 1px solid #001056;
}
...
...
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