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
d3ec2536
Commit
d3ec2536
authored
Nov 26, 2012
by
Andrey Cherepanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Draw allerator-browser-qt background from top left corner
Draw title as 100% white and other labels in 80% white
parent
a14fa72c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
design.qss.in
components/browser-qt/design/design.qss.in
+9
-1
No files found.
components/browser-qt/design/design.qss.in
View file @
d3ec2536
...
...
@@ -2,7 +2,7 @@
.AWizardFace {
border-style: none;
background-image: url(:/design/bg.png);
background-position:
bottom righ
t;
background-position:
top lef
t;
background-repeat: no-repeat
}
...
...
@@ -19,3 +19,11 @@ QLineEdit[echoMode="2"] {
lineedit-password-character: 9679;
}
/* White color for labels: 100% for title text and 80% for other labels */
QLabel {
color: rgba(255, 255, 255, 80%);
}
QLabel#wizardface_title_text {
color: white;
}
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