eric6/Styles/Chinese_Dark.qss

Mon, 15 Apr 2019 19:53:29 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 15 Apr 2019 19:53:29 +0200
branch
setup.py
changeset 6949
a5255f1ba3f0
parent 6942
2602857055c5
permissions
-rw-r--r--

setup.py: continued implementing support for setup.py.

6063
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1 QPalette{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 background:#444444;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
4
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
5 *{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
6 outline:0px;color:#DCDCDC;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
7 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
8
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
9 QWidget QStatusBar, QSvgWidget, QToolBar,
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
10 QGroupBox, QHelpSearchQueryWidget, QHelpSearchResultWidget,
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
11 QDesignerPropertyEditorInterface, QDesignerWidgetBoxInterface, QDesktopWidget, QDialog, QDialogButtonBox,
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
12 QDesignerActionEditorInterface, QDesignerFormWindowInterface, QDesignerObjectInspectorInterface,
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
13 QAbstractButton, QAbstractSlider, QAbstractSpinBox, QAxWidget, QCalendarWidget, QComboBox,
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
14 QMdiSubWindow, QMenu,QMenuBar,QDockWidget, QFocusFrame, QGLWidget,QToolBox, QLCDNumber ,
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
15 QSplitter, QStackedWidget,
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
16 QMainWindow,
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
17 QWidget#SearchWidgetLine,
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
18 QScrollArea
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
19 {
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
20 background:#484848;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
21 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
22
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
23 QMenu *
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
24 {
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
25 background:#484848;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
26 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
27
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
28 QMenuBar *,QTabWidget >*
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
29 {
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
30 background:#484848;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
31 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
32
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
33 QScrollArea *
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
34 {
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
35 background:#484848;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
36 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
37
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
38
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
39
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
40 /* ===================== QComboxBox======================== */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
41 QComboBox::down-arrow,QDateEdit::down-arrow,QTimeEdit::down-arrow,QDateTimeEdit::down-arrow{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
42
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
43 width:10px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
44 height:10px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
45 right:2px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
46 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
47
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
48 QComboBox::drop-down,QDateEdit::drop-down,QTimeEdit::drop-down,QDateTimeEdit::drop-down{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
49 subcontrol-origin:padding;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
50 subcontrol-position:top right;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
51 width:15px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
52 border-left-width:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
53 border-left-style:solid;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
54 border-top-right-radius:3px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
55 border-bottom-right-radius:3px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
56 border-left-color:#242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
57 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
58
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
59 QComboBox::drop-down:on{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
60 top:1px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
61 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
62 /* ===================== QMenu======================== */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
63 QMenuBar::item{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
64 color:#DCDCDC;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
65 background-color:#484848;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
66 margin:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
67 padding:3px 10px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
68 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
69
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
70 QMenu,QMenuBar,QMenu:disabled,QMenuBar:disabled{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
71 color:#DCDCDC;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
72 background-color:#484848;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
73 border:1px solid #242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
74 margin:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
75 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
76
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
77 QMenu::item{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
78 padding:3px 20px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
79 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
80
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
81 QMenu::indicator{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
82 width:13px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
83 height:13px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
84 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
85
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
86 QMenu::item:selected,QMenuBar::item:selected{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
87 color:#DCDCDC;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
88 border:0px solid #242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
89 background:#646464;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
90 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
91
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
92 QMenu::separator{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
93 height:1px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
94 background:#242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
95 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
96 /* ===================== QProgressBar======================== */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
97 QProgressBar{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
98 min-height:10px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
99 background:#484848;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
100 border-radius:5px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
101 text-align:center;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
102 border:1px solid #484848;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
103 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
104
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
105 QProgressBar:chunk{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
106 border-radius:5px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
107 background-color:#242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
108 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
109 /* ===================== QSlider QScrollArea ======================== */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
110 QSlider::groove:horizontal{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
111 background:#484848;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
112 height:8px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
113 border-radius:4px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
114 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
115
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
116 QSlider::add-page:horizontal{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
117 background:#484848;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
118 height:8px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
119 border-radius:4px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
120 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
121
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
122 QSlider::sub-page:horizontal{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
123 background:#242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
124 height:8px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
125 border-radius:4px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
126 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
127
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
128 QSlider::handle:horizontal{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
129 width:13px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
130 margin-top:-3px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
131 margin-bottom:-3px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
132 border-radius:6px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
133 background:qradialgradient(spread:pad,cx:0.5,cy:0.5,radius:0.5,fx:0.5,fy:0.5,stop:0.6 #444444,stop:0.8 #242424);
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
134 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
135
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
136 QSlider::groove:vertical{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
137 width:8px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
138 border-radius:4px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
139 background:#484848;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
140 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
141
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
142 QSlider::add-page:vertical{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
143 width:8px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
144 border-radius:4px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
145 background:#484848;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
146 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
147
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
148 QSlider::sub-page:vertical{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
149 width:8px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
150 border-radius:4px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
151 background:#242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
152 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
153
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
154 QSlider::handle:vertical{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
155 height:14px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
156 margin-left:-3px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
157 margin-right:-3px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
158 border-radius:6px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
159 background:qradialgradient(spread:pad,cx:0.5,cy:0.5,radius:0.5,fx:0.5,fy:0.5,stop:0.6 #444444,stop:0.8 #242424);
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
160 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
161
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
162 QScrollBar:horizontal{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
163 background:#484848;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
164 padding:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
165 border-radius:6px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
166 max-height:12px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
167 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
168
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
169 QScrollBar::handle:horizontal{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
170 background:#242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
171 min-width:50px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
172 border-radius:6px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
173 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
174
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
175 QScrollBar::handle:horizontal:hover{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
176 background:#242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
177 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
178
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
179 QScrollBar::handle:horizontal:pressed{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
180 background:#242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
181 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
182
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
183 QScrollBar::add-page:horizontal{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
184 background:none;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
185 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
186
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
187 QScrollBar::sub-page:horizontal{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
188 background:none;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
189 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
190
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
191 QScrollBar::add-line:horizontal{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
192 background:none;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
193 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
194
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
195 QScrollBar::sub-line:horizontal{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
196 background:none;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
197 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
198
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
199 QScrollBar:vertical{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
200 background:#484848;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
201 padding:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
202 border-radius:6px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
203 max-width:12px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
204 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
205
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
206 QScrollBar::handle:vertical{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
207 background:#242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
208 min-height:50px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
209 border-radius:6px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
210 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
211
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
212 QScrollBar::handle:vertical:hover{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
213 background:#242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
214 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
215
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
216 QScrollBar::handle:vertical:pressed{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
217 background:#242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
218 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
219
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
220 QScrollBar::add-page:vertical{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
221 background:none;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
222 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
223
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
224 QScrollBar::sub-page:vertical{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
225 background:none;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
226 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
227
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
228 QScrollBar::add-line:vertical{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
229 background:none;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
230 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
231
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
232 QScrollBar::sub-line:vertical{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
233 background:none;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
234 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
235
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
236 QScrollArea{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
237 border:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
238 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
239
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
240
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
241 /* ===================== QTreeView======================== */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
242 QTreeView,QListView,QTableView,QTabWidget::pane{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
243 border:1px solid #242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
244 selection-background-color:#646464;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
245 selection-color:#000000;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
246 alternate-background-color:#525252;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
247 gridline-color:#242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
248 background:#444444;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
249 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
250
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
251 /* QTreeView,QListView,QTableView,QSplitter::handle,QTreeView::branch{ */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
252 /* background:#444444; */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
253 /* } */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
254
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
255 QTableView::item:selected,QListView::item:selected,QTreeView::item:selected{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
256 color:#000000;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
257 background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #FFFFFF,stop:1 #FFFFFF);
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
258 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
259
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
260 QTableView::item:hover,QListView::item:hover,QTreeView::item:hover{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
261 color:#DCDCDC;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
262 background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #000000,stop:1 #000000);
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
263 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
264
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
265 QTableView::item,QListView::item,QTreeView::item{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
266 padding:1px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
267 margin:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
268 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
269
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
270 QTreeView::branch:closed:has-children{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
271 margin:4px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
272 /* border-image:url(D:\Personal\Desktop\QSS-Skin-Builder-master\other\qss\blue\branch_open.png); */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
273 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
274
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
275 QTreeView::branch:open:has-children{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
276 margin:4px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
277 /* border-image:url(:/qss/psblack/branch_close.png); */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
278 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
279
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
280
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
281 /* ===================== QHeaderView======================== */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
282 QHeaderView::section,QTableCornerButton:section{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
283 padding:3px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
284 margin:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
285 color:#DCDCDC;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
286 border:1px solid #242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
287 border-left-width:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
288 border-right-width:1px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
289 border-top-width:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
290 border-bottom-width:1px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
291 background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #646464,stop:1 #525252);
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
292 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
293 /* ===================== QTabBar======================== */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
294 QTabBar::tab{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
295 border:1px solid #242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
296 color:#DCDCDC;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
297 margin:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
298 background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #646464,stop:1 #525252);
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
299 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
300
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
301 QTabBar::tab:selected,QTabBar::tab:hover{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
302 border-style:solid;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
303 border-color:#00BB9E;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
304 background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #484848,stop:1 #383838);
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
305 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
306
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
307 QTabBar::tab:top,QTabBar::tab:bottom{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
308 padding:3px 8px 3px 8px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
309 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
310
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
311 QTabBar::tab:left,QTabBar::tab:right{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
312 padding:8px 3px 8px 3px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
313 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
314
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
315 QTabBar::tab:top:selected,QTabBar::tab:top:hover{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
316 border-width:2px 0px 0px 0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
317 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
318
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
319 QTabBar::tab:right:selected,QTabBar::tab:right:hover{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
320 border-width:0px 0px 0px 2px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
321 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
322
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
323 QTabBar::tab:bottom:selected,QTabBar::tab:bottom:hover{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
324 border-width:0px 0px 2px 0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
325 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
326
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
327 QTabBar::tab:left:selected,QTabBar::tab:left:hover{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
328 border-width:0px 2px 0px 0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
329 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
330
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
331 QTabBar::tab:first:top:selected,QTabBar::tab:first:top:hover,QTabBar::tab:first:bottom:selected,QTabBar::tab:first:bottom:hover{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
332 border-left-width:1px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
333 border-left-color:#242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
334 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
335
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
336 QTabBar::tab:first:left:selected,QTabBar::tab:first:left:hover,QTabBar::tab:first:right:selected,QTabBar::tab:first:right:hover{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
337 border-top-width:1px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
338 border-top-color:#242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
339 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
340
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
341 QTabBar::tab:last:top:selected,QTabBar::tab:last:top:hover,QTabBar::tab:last:bottom:selected,QTabBar::tab:last:bottom:hover{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
342 border-right-width:1px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
343 border-right-color:#242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
344 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
345
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
346 QTabBar::tab:last:left:selected,QTabBar::tab:last:left:hover,QTabBar::tab:last:right:selected,QTabBar::tab:last:right:hover{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
347 border-bottom-width:1px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
348 border-bottom-color:#242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
349 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
350
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
351 QStatusBar::item{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
352 border:0px solid #484848;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
353 border-radius:3px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
354 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
355 /* ===================== QToolBox======================== */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
356 QToolBox::tab,QGroupBox#gboxDevicePanel,QGroupBox#gboxDeviceTitle,QFrame#gboxDevicePanel,QFrame#gboxDeviceTitle{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
357 dding:3px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
358 border-radius:5px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
359 color:#DCDCDC;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
360 background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #484848,stop:1 #383838);
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
361 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
362
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
363 QToolTip{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
364 border:0px solid #DCDCDC;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
365 padding:1px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
366 color:#FFFFFF;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
367 background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #484848,stop:1 #383838);
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
368 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
369
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
370 QToolBox::tab:selected{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
371 background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #646464,stop:1 #525252);
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
372 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
373 /* ============================================= */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
374 QPrintPreviewDialog QToolButton{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
375 border:0px solid #DCDCDC;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
376 border-radius:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
377 margin:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
378 padding:3px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
379 background:none;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
380 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
381
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
382 QColorDialog QPushButton,QFileDialog QPushButton{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
383 min-width:80px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
384 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
385 /* ============= QToolButton==================== */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
386 QToolButton#qt_calendar_prevmonth{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
387 icon-size:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
388 min-width:20px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
389 /* image:url(:/qss/psblack/calendar_prevmonth.png); */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
390 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
391
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
392 QToolButton#qt_calendar_nextmonth{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
393 icon-size:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
394 min-width:20px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
395 /* image:url(:/qss/psblack/calendar_nextmonth.png); */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
396 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
397
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
398 QToolButton#qt_calendar_prevmonth,QToolButton#qt_calendar_nextmonth,QToolButton#qt_calendar_monthbutton,QToolButton#qt_calendar_yearbutton{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
399 border:0px solid #DCDCDC;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
400 border-radius:3px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
401 margin:3px 3px 3px 3px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
402 padding:3px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
403 background:none;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
404 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
405
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
406 QToolButton#qt_calendar_prevmonth:hover,QToolButton#qt_calendar_nextmonth:hover,QToolButton#qt_calendar_monthbutton:hover,QToolButton#qt_calendar_yearbutton:hover,QToolButton#qt_calendar_prevmonth:pressed,QToolButton#qt_calendar_nextmonth:pressed,QToolButton#qt_calendar_monthbutton:pressed,QToolButton#qt_calendar_yearbutton:pressed{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
407 border:1px solid #242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
408 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
409 /* ============= QCalendarWidget==================== */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
410 QCalendarWidget QSpinBox#qt_calendar_yearedit{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
411 margin:2px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
412 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
413
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
414 QCalendarWidget QToolButton::menu-indicator{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
415 image:None;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
416 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
417
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
418 QCalendarWidget QTableView{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
419 border-width:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
420 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
421
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
422 QCalendarWidget QWidget#qt_calendar_navigationbar{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
423 border:1px solid #242424;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
424 border-width:1px 1px 0px 1px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
425 background:qlineargradient(spread:pad,x1:0,y1:0,x2:0,y2:1,stop:0 #484848,stop:1 #383838);
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
426 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
427
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
428 QComboBox QAbstractItemView::item{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
429 min-height:20px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
430 min-width:10px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
431 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
432
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
433 QTableView::item{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
434 padding:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
435 margin:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
436 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
437
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
438 QTableView QLineEdit,QTableView QComboBox,QTableView QSpinBox,QTableView QDoubleSpinBox,QTableView QDateEdit,QTableView QTimeEdit,QTableView QDateTimeEdit{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
439 border-width:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
440 border-radius:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
441 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
442
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
443 QTableView QLineEdit:focus,QTableView QComboBox:focus,QTableView QSpinBox:focus,QTableView QDoubleSpinBox:focus,QTableView QDateEdit:focus,QTableView QTimeEdit:focus,QTableView QDateTimeEdit:focus{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
444 border-width:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
445 border-radius:0px;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
446 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
447
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
448 QLineEdit,QTextEdit,QPlainTextEdit,QSpinBox,QDoubleSpinBox,QComboBox,QDateEdit,QTimeEdit,QDateTimeEdit{
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
449 background:#444444;
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
450 }
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
451
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
452 /* *:disabled{ */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
453 /* background:#444444; */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
454 /* border-color:#484848; */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
455 /* } */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
456
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
457 /* TextColor:#DCDCDC */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
458 /* PanelColor:#444444 */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
459 /* BorderColor:#242424 */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
460 /* NormalColorStart:#484848 */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
461 /* NormalColorEnd:#383838 */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
462 /* DarkColorStart:#646464 */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
463 /* DarkColorEnd:#525252 */
a58918e394ce Added another dark style contributed by an unnamed contributor.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
464 /* HighColor:#00BB9E */

eric ide

mercurial