Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EHCI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Energyinterface
EHCI
Commits
216a4597
Commit
216a4597
authored
2 years ago
by
youssef.arfouy
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
a9d432e4
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ehci4intel-main/syle.css
+177
-0
177 additions, 0 deletions
ehci4intel-main/syle.css
with
177 additions
and
0 deletions
ehci4intel-main/syle.css
0 → 100644
+
177
−
0
View file @
216a4597
QWidget
{
background-color
:
#252526
;
}
QPushButton
{
background-color
:
#3C3C3C
;
border-style
:
solid
;
height
:
30px
;
color
:
#BFBFBF
;
font-size
:
12px
;
font-weight
:
bold
;
}
QPushButton
:hover
{
background-color
:
#505050
;
}
QPushButton
:pressed
{
background-color
:
#3C3C3C
;
}
QWidget
#dat
{
border-right
:
1px
solid
rgba
(
191
,
191
,
191
,
0.2
);
border-bottom
:
1px
solid
rgba
(
191
,
191
,
191
,
0.2
);
}
QLabel
{
qproperty-alignment
:
AlignCenter
;
color
:
#BFBFBF
;
font-size
:
18px
;
border-bottom
:
1px
solid
rgba
(
191
,
191
,
191
,
0.2
);
}
QLabel
#param
{
qproperty-alignment
:
"AlignVCenter | AlignRight"
;
border-bottom
:
0px
;
}
QLabel
#num
{
qproperty-alignment
:
"AlignVCenter | AlignLeft"
;
border-bottom
:
0px
;
}
QLineEdit
{
qproperty-alignment
:
AlignCenter
;
background-color
:
#BFBFBF
;
border
:
0px
;
font-size
:
12px
;
font-weight
:
bold
;
}
QScrollBar
:vertical
{
background
:
#444444
;
border
:
2px
solid
#444444
;
border-left
:
1px
solid
#444444
;
width
:
17px
;
margin
:
23px
0px
0px
0px
;
}
QScrollBar
::handle:vertical
{
background
:
#686868
;
min-height
:
10px
;
}
QScrollBar
::handle:vertical:hover
{
background
:
#7B7B7B
;
}
QScrollBar
::handle:vertical:pressed
{
background
:
#A1A1A1
;
}
QScrollBar
::add-line:vertical
{
background
:
#444444
;
}
QScrollBar
::sub-line:vertical
{
background
:
#444444
;
height
:
23px
;
subcontrol-position
:
top
;
subcontrol-origin
:
margin
;
}
QScrollBar
::add-page:vertical
,
QScrollBar
::sub-page:vertical
{
background
:
none
;
}
QScrollBar
:horizontal
{
background
:
#444444
;
border
:
2px
solid
#444444
;
height
:
17px
;
margin
:
0px
0px
0px
0px
;
}
QScrollBar
::handle:horizontal
{
background
:
#686868
;
min-width
:
20px
;
}
QScrollBar
::handle:horizontal:hover
{
background
:
#7B7B7B
;
}
QScrollBar
::handle:horizontal:pressed
{
background
:
#A1A1A1
;
}
QScrollBar
::add-line:horizontal
{
background
:
#444444
;
}
QScrollBar
::sub-line:horizontal
{
background
:
#444444
;
}
QScrollBar
::add-page:horizontal
,
QScrollBar
::sub-page:horizontal
{
background
:
none
;
}
QTabWidget
::pane
{
border-top
:
0px
;
}
QTabBar
::tab
{
width
:
80px
;
height
:
25px
;
background
:
#3C3C3C
;
color
:
#BFBFBF
;
font-size
:
12px
;
font-weight
:
bold
;
}
QTabWidget
::tab-bar
{
alignment
:
center
;
}
QTabBar
::tab:hover
{
background-color
:
#505050
;
}
QTabBar
::tab:selected
{
background-color
:
#505050
;
}
QTabBar
::tab:not
(
selected
)
{
margin-top
:
0px
;
}
QTableWidget
{
gridline-color
:
#444444
;
border
:
3px
solid
#1F1F20
;
}
QTableView
{
selection-background-color
:
#686868
;
selection-color
:
#1F1F20
;
color
:
#BFBFBF
;
font-size
:
12px
;
font-weight
:
bold
;
}
QTableView
:focus
{
border
:
1px
solid
red
;
}
QTableView
QTableCornerButton
::section
{
background
:
#444444
;
border
:
0px
;
}
QHeaderView
::section
{
background-color
:
#444444
;
border-style
:
0px
;
color
:
#BFBFBF
;
font-size
:
12px
;
font-weight
:
bold
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment