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
a00ac0ca
Commit
a00ac0ca
authored
Nov 29, 2012
by
Andrey Cherepanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set compatible stylesheet for alterator-browser-qt
parent
b400861e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
2 deletions
+53
-2
design.qss.in
components/browser-qt/design/design.qss.in
+53
-2
No files found.
components/browser-qt/design/design.qss.in
View file @
a00ac0ca
/* Customize any plain widget that is a child of a QMainWindow. */
/* Customize any plain widget that is a child of a QMainWindow. */
/* Main area */
.AWizardFace {
.AWizardFace {
border-style: none;
border-style: none;
background-image: url(:/design/bg.png);
background-image: url(:/design/bg.png);
...
@@ -8,7 +10,7 @@
...
@@ -8,7 +10,7 @@
.ACenterFace {
.ACenterFace {
border-style: none;
border-style: none;
}
}
.ACenterFace #modules_view {
.ACenterFace #modules_view {
background-color: white;
background-color: white;
...
@@ -20,10 +22,59 @@ QLineEdit[echoMode="2"] {
...
@@ -20,10 +22,59 @@ QLineEdit[echoMode="2"] {
}
}
/* White color for labels: 100% for title text and 80% for other labels */
/* White color for labels: 100% for title text and 80% for other labels */
QLabel {
AWizardFace QLabel {
color: rgba(255, 255, 255, 80%);
}
QCheckBox, QRadioButton {
color: black;
}
AWizardFace QCheckBox:checked, AWizardFace QCheckBox:unchecked, AWizardFace QCheckBox:indeterminate {
color: rgba(255, 255, 255, 80%);
}
AWizardFace QRadioButton:checked, AWizardFace QRadioButton:unchecked, AWizardFace QRadioButton:indeterminate {
color: rgba(255, 255, 255, 80%);
color: rgba(255, 255, 255, 80%);
}
}
/* Sections */
AGroupBox {
border: 1px solid rgba(255, 255, 255, 0%);
}
AWizardFace AGroupBox::title {
color: #F8E97C;
font: bold;
}
QCheckBox:hover, QRadioButton:hover {
background: none;
}
/* Fix side effect on transparent background */
QCheckBox:indicator:hover, QRadioButton:indicator:hover {
margin-left: 1px;
}
/* Step title */
QLabel#wizardface_title_text {
QLabel#wizardface_title_text {
color: white;
color: white;
}
}
/* Popup dialogs and message boxes with warnings and errors */
MessageBox {
background-color: rgba(235, 235, 235, 100%);
border: 5px solid #d7d7d7;
}
AGridBox {
background-color: transparent;
border: 0px;
}
/* Installation steps list
AWizardFaceStepList {
background-color: rgba(235, 235, 235, 10%);
}
*/
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