diff options
Diffstat (limited to 'dist/qt_themes/qdarkstyle/style.qss')
| -rw-r--r-- | dist/qt_themes/qdarkstyle/style.qss | 607 |
1 files changed, 287 insertions, 320 deletions
diff --git a/dist/qt_themes/qdarkstyle/style.qss b/dist/qt_themes/qdarkstyle/style.qss index c8e50312a..399c38dce 100644 --- a/dist/qt_themes/qdarkstyle/style.qss +++ b/dist/qt_themes/qdarkstyle/style.qss | |||
| @@ -1,40 +1,15 @@ | |||
| 1 | /* | 1 | QToolTip { |
| 2 | * The MIT License (MIT) | ||
| 3 | * | ||
| 4 | * Copyright (c) <2013-2014> <Colin Duquesnoy> | ||
| 5 | * | ||
| 6 | * Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| 7 | * of this software and associated documentation files (the "Software"), to deal | ||
| 8 | * in the Software without restriction, including without limitation the rights | ||
| 9 | * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| 10 | * copies of the Software, and to permit persons to whom the Software is | ||
| 11 | * furnished to do so, subject to the following conditions: | ||
| 12 | |||
| 13 | * The above copyright notice and this permission notice shall be included in | ||
| 14 | * all copies or substantial portions of the Software. | ||
| 15 | |||
| 16 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| 17 | * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 18 | * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| 19 | * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| 20 | * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| 21 | * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
| 22 | * THE SOFTWARE. | ||
| 23 | */ | ||
| 24 | QToolTip | ||
| 25 | { | ||
| 26 | border: 1px solid #76797C; | 2 | border: 1px solid #76797C; |
| 27 | background-color: rgb(90, 102, 117);; | 3 | background-color: #5A7566; |
| 28 | color: white; | 4 | color: white; |
| 29 | padding: 5px; | 5 | padding: 0px; /*remove padding, for fix combobox tooltip.*/ |
| 30 | opacity: 200; | 6 | opacity: 200; |
| 31 | } | 7 | } |
| 32 | 8 | ||
| 33 | QWidget | 9 | QWidget { |
| 34 | { | ||
| 35 | color: #eff0f1; | 10 | color: #eff0f1; |
| 36 | background-color: #31363b; | 11 | background-color: #31363b; |
| 37 | selection-background-color:#3daee9; | 12 | selection-background-color: #3daee9; |
| 38 | selection-color: #eff0f1; | 13 | selection-color: #eff0f1; |
| 39 | background-clip: border; | 14 | background-clip: border; |
| 40 | border-image: none; | 15 | border-image: none; |
| @@ -42,43 +17,38 @@ QWidget | |||
| 42 | outline: 0; | 17 | outline: 0; |
| 43 | } | 18 | } |
| 44 | 19 | ||
| 45 | QWidget:item:hover | 20 | QWidget:item:hover { |
| 46 | { | ||
| 47 | background-color: #18465d; | 21 | background-color: #18465d; |
| 48 | color: #eff0f1; | 22 | color: #eff0f1; |
| 49 | } | 23 | } |
| 50 | 24 | ||
| 51 | QWidget:item:selected | 25 | QWidget:item:selected { |
| 52 | { | ||
| 53 | background-color: #18465d; | 26 | background-color: #18465d; |
| 54 | } | 27 | } |
| 55 | 28 | ||
| 56 | QCheckBox | 29 | QCheckBox { |
| 57 | { | ||
| 58 | spacing: 5px; | 30 | spacing: 5px; |
| 59 | outline: none; | 31 | outline: none; |
| 60 | color: #eff0f1; | 32 | color: #eff0f1; |
| 61 | margin-bottom: 2px; | 33 | margin-bottom: 2px; |
| 62 | } | 34 | } |
| 63 | 35 | ||
| 64 | QCheckBox:disabled | 36 | QCheckBox:disabled { |
| 65 | { | ||
| 66 | color: #76797C; | 37 | color: #76797C; |
| 67 | } | 38 | } |
| 68 | 39 | ||
| 69 | QCheckBox::indicator, | 40 | QCheckBox::indicator, |
| 70 | QGroupBox::indicator | 41 | QGroupBox::indicator { |
| 71 | { | ||
| 72 | width: 18px; | 42 | width: 18px; |
| 73 | height: 18px; | 43 | height: 18px; |
| 74 | } | 44 | } |
| 75 | QGroupBox::indicator | 45 | |
| 76 | { | 46 | QGroupBox::indicator { |
| 77 | margin-left: 2px; | 47 | margin-left: 2px; |
| 78 | } | 48 | } |
| 79 | 49 | ||
| 80 | QCheckBox::indicator:unchecked | 50 | QCheckBox::indicator:unchecked, |
| 81 | { | 51 | QGroupBox::indicator:unchecked { |
| 82 | image: url(:/qss_icons/rc/checkbox_unchecked.png); | 52 | image: url(:/qss_icons/rc/checkbox_unchecked.png); |
| 83 | } | 53 | } |
| 84 | 54 | ||
| @@ -87,14 +57,13 @@ QCheckBox::indicator:unchecked:focus, | |||
| 87 | QCheckBox::indicator:unchecked:pressed, | 57 | QCheckBox::indicator:unchecked:pressed, |
| 88 | QGroupBox::indicator:unchecked:hover, | 58 | QGroupBox::indicator:unchecked:hover, |
| 89 | QGroupBox::indicator:unchecked:focus, | 59 | QGroupBox::indicator:unchecked:focus, |
| 90 | QGroupBox::indicator:unchecked:pressed | 60 | QGroupBox::indicator:unchecked:pressed { |
| 91 | { | 61 | border: none; |
| 92 | border: none; | ||
| 93 | image: url(:/qss_icons/rc/checkbox_unchecked_focus.png); | 62 | image: url(:/qss_icons/rc/checkbox_unchecked_focus.png); |
| 94 | } | 63 | } |
| 95 | 64 | ||
| 96 | QCheckBox::indicator:checked | 65 | QCheckBox::indicator:checked, |
| 97 | { | 66 | QGroupBox::indicator:checked { |
| 98 | image: url(:/qss_icons/rc/checkbox_checked.png); | 67 | image: url(:/qss_icons/rc/checkbox_checked.png); |
| 99 | } | 68 | } |
| 100 | 69 | ||
| @@ -103,72 +72,60 @@ QCheckBox::indicator:checked:focus, | |||
| 103 | QCheckBox::indicator:checked:pressed, | 72 | QCheckBox::indicator:checked:pressed, |
| 104 | QGroupBox::indicator:checked:hover, | 73 | QGroupBox::indicator:checked:hover, |
| 105 | QGroupBox::indicator:checked:focus, | 74 | QGroupBox::indicator:checked:focus, |
| 106 | QGroupBox::indicator:checked:pressed | 75 | QGroupBox::indicator:checked:pressed { |
| 107 | { | 76 | border: none; |
| 108 | border: none; | ||
| 109 | image: url(:/qss_icons/rc/checkbox_checked_focus.png); | 77 | image: url(:/qss_icons/rc/checkbox_checked_focus.png); |
| 110 | } | 78 | } |
| 111 | 79 | ||
| 112 | 80 | QCheckBox::indicator:indeterminate { | |
| 113 | QCheckBox::indicator:indeterminate | ||
| 114 | { | ||
| 115 | image: url(:/qss_icons/rc/checkbox_indeterminate.png); | 81 | image: url(:/qss_icons/rc/checkbox_indeterminate.png); |
| 116 | } | 82 | } |
| 117 | 83 | ||
| 118 | QCheckBox::indicator:indeterminate:focus, | 84 | QCheckBox::indicator:indeterminate:focus, |
| 119 | QCheckBox::indicator:indeterminate:hover, | 85 | QCheckBox::indicator:indeterminate:hover, |
| 120 | QCheckBox::indicator:indeterminate:pressed | 86 | QCheckBox::indicator:indeterminate:pressed { |
| 121 | { | ||
| 122 | image: url(:/qss_icons/rc/checkbox_indeterminate_focus.png); | 87 | image: url(:/qss_icons/rc/checkbox_indeterminate_focus.png); |
| 123 | } | 88 | } |
| 124 | 89 | ||
| 125 | QCheckBox::indicator:checked:disabled, | 90 | QCheckBox::indicator:checked:disabled, |
| 126 | QGroupBox::indicator:checked:disabled | 91 | QGroupBox::indicator:checked:disabled { |
| 127 | { | ||
| 128 | image: url(:/qss_icons/rc/checkbox_checked_disabled.png); | 92 | image: url(:/qss_icons/rc/checkbox_checked_disabled.png); |
| 129 | } | 93 | } |
| 130 | 94 | ||
| 131 | QCheckBox::indicator:unchecked:disabled, | 95 | QCheckBox::indicator:unchecked:disabled, |
| 132 | QGroupBox::indicator:unchecked:disabled | 96 | QGroupBox::indicator:unchecked:disabled { |
| 133 | { | ||
| 134 | image: url(:/qss_icons/rc/checkbox_unchecked_disabled.png); | 97 | image: url(:/qss_icons/rc/checkbox_unchecked_disabled.png); |
| 135 | } | 98 | } |
| 136 | 99 | ||
| 137 | QRadioButton | 100 | QRadioButton { |
| 138 | { | ||
| 139 | spacing: 5px; | 101 | spacing: 5px; |
| 140 | outline: none; | 102 | outline: none; |
| 141 | color: #eff0f1; | 103 | color: #eff0f1; |
| 142 | margin-bottom: 2px; | 104 | margin-bottom: 2px; |
| 143 | } | 105 | } |
| 144 | 106 | ||
| 145 | QRadioButton:disabled | 107 | QRadioButton:disabled { |
| 146 | { | ||
| 147 | color: #76797C; | 108 | color: #76797C; |
| 148 | } | 109 | } |
| 149 | QRadioButton::indicator | 110 | |
| 150 | { | 111 | QRadioButton::indicator { |
| 151 | width: 21px; | 112 | width: 21px; |
| 152 | height: 21px; | 113 | height: 21px; |
| 153 | } | 114 | } |
| 154 | 115 | ||
| 155 | QRadioButton::indicator:unchecked | 116 | QRadioButton::indicator:unchecked { |
| 156 | { | ||
| 157 | image: url(:/qss_icons/rc/radio_unchecked.png); | 117 | image: url(:/qss_icons/rc/radio_unchecked.png); |
| 158 | } | 118 | } |
| 159 | 119 | ||
| 160 | |||
| 161 | QRadioButton::indicator:unchecked:hover, | 120 | QRadioButton::indicator:unchecked:hover, |
| 162 | QRadioButton::indicator:unchecked:focus, | 121 | QRadioButton::indicator:unchecked:focus, |
| 163 | QRadioButton::indicator:unchecked:pressed | 122 | QRadioButton::indicator:unchecked:pressed { |
| 164 | { | ||
| 165 | border: none; | 123 | border: none; |
| 166 | outline: none; | 124 | outline: none; |
| 167 | image: url(:/qss_icons/rc/radio_unchecked_focus.png); | 125 | image: url(:/qss_icons/rc/radio_unchecked_focus.png); |
| 168 | } | 126 | } |
| 169 | 127 | ||
| 170 | QRadioButton::indicator:checked | 128 | QRadioButton::indicator:checked { |
| 171 | { | ||
| 172 | border: none; | 129 | border: none; |
| 173 | outline: none; | 130 | outline: none; |
| 174 | image: url(:/qss_icons/rc/radio_checked.png); | 131 | image: url(:/qss_icons/rc/radio_checked.png); |
| @@ -176,72 +133,60 @@ QRadioButton::indicator:checked | |||
| 176 | 133 | ||
| 177 | QRadioButton::indicator:checked:hover, | 134 | QRadioButton::indicator:checked:hover, |
| 178 | QRadioButton::indicator:checked:focus, | 135 | QRadioButton::indicator:checked:focus, |
| 179 | QRadioButton::indicator:checked:pressed | 136 | QRadioButton::indicator:checked:pressed { |
| 180 | { | ||
| 181 | border: none; | 137 | border: none; |
| 182 | outline: none; | 138 | outline: none; |
| 183 | image: url(:/qss_icons/rc/radio_checked_focus.png); | 139 | image: url(:/qss_icons/rc/radio_checked_focus.png); |
| 184 | } | 140 | } |
| 185 | 141 | ||
| 186 | QRadioButton::indicator:checked:disabled | 142 | QRadioButton::indicator:checked:disabled { |
| 187 | { | ||
| 188 | outline: none; | 143 | outline: none; |
| 189 | image: url(:/qss_icons/rc/radio_checked_disabled.png); | 144 | image: url(:/qss_icons/rc/radio_checked_disabled.png); |
| 190 | } | 145 | } |
| 191 | 146 | ||
| 192 | QRadioButton::indicator:unchecked:disabled | 147 | QRadioButton::indicator:unchecked:disabled { |
| 193 | { | ||
| 194 | image: url(:/qss_icons/rc/radio_unchecked_disabled.png); | 148 | image: url(:/qss_icons/rc/radio_unchecked_disabled.png); |
| 195 | } | 149 | } |
| 196 | 150 | ||
| 197 | 151 | QMenuBar { | |
| 198 | QMenuBar | ||
| 199 | { | ||
| 200 | background-color: #31363b; | 152 | background-color: #31363b; |
| 201 | color: #eff0f1; | 153 | color: #eff0f1; |
| 202 | } | 154 | } |
| 203 | 155 | ||
| 204 | QMenuBar::item | 156 | QMenuBar::item { |
| 205 | { | ||
| 206 | background: transparent; | 157 | background: transparent; |
| 207 | } | 158 | } |
| 208 | 159 | ||
| 209 | QMenuBar::item:selected | 160 | QMenuBar::item:selected { |
| 210 | { | ||
| 211 | background: transparent; | 161 | background: transparent; |
| 212 | border: 1px solid #76797C; | 162 | border: 1px solid #76797C; |
| 213 | } | 163 | } |
| 214 | 164 | ||
| 215 | QMenuBar::item:pressed | 165 | QMenuBar::item:pressed { |
| 216 | { | ||
| 217 | border: 1px solid #76797C; | 166 | border: 1px solid #76797C; |
| 218 | background-color: #3daee9; | 167 | background-color: #3daee9; |
| 219 | color: #eff0f1; | 168 | color: #eff0f1; |
| 220 | margin-bottom:-1px; | 169 | margin-bottom: -1px; |
| 221 | padding-bottom:1px; | 170 | padding-bottom: 1px; |
| 222 | } | 171 | } |
| 223 | 172 | ||
| 224 | QMenu | 173 | QMenu { |
| 225 | { | ||
| 226 | border: 1px solid #76797C; | 174 | border: 1px solid #76797C; |
| 227 | color: #eff0f1; | 175 | color: #eff0f1; |
| 228 | margin: 2px; | 176 | margin: 2px; |
| 229 | } | 177 | } |
| 230 | 178 | ||
| 231 | QMenu::icon | 179 | QMenu::icon { |
| 232 | { | ||
| 233 | margin: 5px; | 180 | margin: 5px; |
| 234 | } | 181 | } |
| 235 | 182 | ||
| 236 | QMenu::item | 183 | QMenu::item { |
| 237 | { | ||
| 238 | padding: 5px 30px 5px 30px; | 184 | padding: 5px 30px 5px 30px; |
| 239 | margin-left: 5px; | 185 | border: 1px solid transparent; |
| 240 | border: 1px solid transparent; /* reserve space for selection border */ | 186 | /* reserve space for selection border */ |
| 241 | } | 187 | } |
| 242 | 188 | ||
| 243 | QMenu::item:selected | 189 | QMenu::item:selected { |
| 244 | { | ||
| 245 | color: #eff0f1; | 190 | color: #eff0f1; |
| 246 | } | 191 | } |
| 247 | 192 | ||
| @@ -257,8 +202,10 @@ QMenu::indicator { | |||
| 257 | height: 18px; | 202 | height: 18px; |
| 258 | } | 203 | } |
| 259 | 204 | ||
| 205 | |||
| 260 | /* non-exclusive indicator = check box style indicator | 206 | /* non-exclusive indicator = check box style indicator |
| 261 | (see QActionGroup::setExclusive) */ | 207 | (see QActionGroup::setExclusive) */ |
| 208 | |||
| 262 | QMenu::indicator:non-exclusive:unchecked { | 209 | QMenu::indicator:non-exclusive:unchecked { |
| 263 | image: url(:/qss_icons/rc/checkbox_unchecked.png); | 210 | image: url(:/qss_icons/rc/checkbox_unchecked.png); |
| 264 | } | 211 | } |
| @@ -275,7 +222,9 @@ QMenu::indicator:non-exclusive:checked:selected { | |||
| 275 | image: url(:/qss_icons/rc/checkbox_checked_disabled.png); | 222 | image: url(:/qss_icons/rc/checkbox_checked_disabled.png); |
| 276 | } | 223 | } |
| 277 | 224 | ||
| 225 | |||
| 278 | /* exclusive indicator = radio button style indicator (see QActionGroup::setExclusive) */ | 226 | /* exclusive indicator = radio button style indicator (see QActionGroup::setExclusive) */ |
| 227 | |||
| 279 | QMenu::indicator:exclusive:unchecked { | 228 | QMenu::indicator:exclusive:unchecked { |
| 280 | image: url(:/qss_icons/rc/radio_unchecked.png); | 229 | image: url(:/qss_icons/rc/radio_unchecked.png); |
| 281 | } | 230 | } |
| @@ -297,33 +246,31 @@ QMenu::right-arrow { | |||
| 297 | image: url(:/qss_icons/rc/right_arrow.png) | 246 | image: url(:/qss_icons/rc/right_arrow.png) |
| 298 | } | 247 | } |
| 299 | 248 | ||
| 300 | 249 | QWidget:disabled { | |
| 301 | QWidget:disabled | ||
| 302 | { | ||
| 303 | color: #454545; | 250 | color: #454545; |
| 304 | background-color: #31363b; | 251 | background-color: #31363b; |
| 305 | } | 252 | } |
| 306 | 253 | ||
| 307 | QAbstractItemView | 254 | QAbstractItemView { |
| 308 | { | ||
| 309 | alternate-background-color: #31363b; | 255 | alternate-background-color: #31363b; |
| 310 | color: #eff0f1; | 256 | color: #eff0f1; |
| 311 | border: 1px solid 3A3939; | 257 | border: 1px solid #3A3939; |
| 312 | border-radius: 2px; | 258 | border-radius: 2px; |
| 313 | } | 259 | } |
| 314 | 260 | ||
| 315 | QWidget:focus, QMenuBar:focus | 261 | QWidget:focus, |
| 316 | { | 262 | QMenuBar:focus { |
| 317 | border: 1px solid #3daee9; | 263 | border: 1px solid #3daee9; |
| 318 | } | 264 | } |
| 319 | 265 | ||
| 320 | QTabWidget:focus, QCheckBox:focus, QRadioButton:focus, QSlider:focus | 266 | QTabWidget:focus, |
| 321 | { | 267 | QCheckBox:focus, |
| 268 | QRadioButton:focus, | ||
| 269 | QSlider:focus { | ||
| 322 | border: none; | 270 | border: none; |
| 323 | } | 271 | } |
| 324 | 272 | ||
| 325 | QLineEdit | 273 | QLineEdit { |
| 326 | { | ||
| 327 | background-color: #232629; | 274 | background-color: #232629; |
| 328 | padding: 5px; | 275 | padding: 5px; |
| 329 | border-style: solid; | 276 | border-style: solid; |
| @@ -332,13 +279,12 @@ QLineEdit | |||
| 332 | color: #eff0f1; | 279 | color: #eff0f1; |
| 333 | } | 280 | } |
| 334 | 281 | ||
| 335 | QAbstractItemView QLineEdit | 282 | QAbstractItemView QLineEdit { |
| 336 | { | ||
| 337 | padding: 0; | 283 | padding: 0; |
| 338 | } | 284 | } |
| 339 | 285 | ||
| 340 | QGroupBox { | 286 | QGroupBox { |
| 341 | border:1px solid #76797C; | 287 | border: 1px solid #76797C; |
| 342 | border-radius: 2px; | 288 | border-radius: 2px; |
| 343 | margin-top: 20px; | 289 | margin-top: 20px; |
| 344 | } | 290 | } |
| @@ -351,15 +297,13 @@ QGroupBox::title { | |||
| 351 | padding-top: 10px; | 297 | padding-top: 10px; |
| 352 | } | 298 | } |
| 353 | 299 | ||
| 354 | QAbstractScrollArea | 300 | QAbstractScrollArea { |
| 355 | { | ||
| 356 | border-radius: 2px; | 301 | border-radius: 2px; |
| 357 | border: 1px solid #76797C; | 302 | border: 1px solid #76797C; |
| 358 | background-color: transparent; | 303 | background-color: transparent; |
| 359 | } | 304 | } |
| 360 | 305 | ||
| 361 | QScrollBar:horizontal | 306 | QScrollBar:horizontal { |
| 362 | { | ||
| 363 | height: 15px; | 307 | height: 15px; |
| 364 | margin: 3px 15px 3px 15px; | 308 | margin: 3px 15px 3px 15px; |
| 365 | border: 1px transparent #2A2929; | 309 | border: 1px transparent #2A2929; |
| @@ -367,15 +311,13 @@ QScrollBar:horizontal | |||
| 367 | background-color: #2A2929; | 311 | background-color: #2A2929; |
| 368 | } | 312 | } |
| 369 | 313 | ||
| 370 | QScrollBar::handle:horizontal | 314 | QScrollBar::handle:horizontal { |
| 371 | { | ||
| 372 | background-color: #605F5F; | 315 | background-color: #605F5F; |
| 373 | min-width: 5px; | 316 | min-width: 5px; |
| 374 | border-radius: 4px; | 317 | border-radius: 4px; |
| 375 | } | 318 | } |
| 376 | 319 | ||
| 377 | QScrollBar::add-line:horizontal | 320 | QScrollBar::add-line:horizontal { |
| 378 | { | ||
| 379 | margin: 0px 3px 0px 3px; | 321 | margin: 0px 3px 0px 3px; |
| 380 | border-image: url(:/qss_icons/rc/right_arrow_disabled.png); | 322 | border-image: url(:/qss_icons/rc/right_arrow_disabled.png); |
| 381 | width: 10px; | 323 | width: 10px; |
| @@ -384,8 +326,7 @@ QScrollBar::add-line:horizontal | |||
| 384 | subcontrol-origin: margin; | 326 | subcontrol-origin: margin; |
| 385 | } | 327 | } |
| 386 | 328 | ||
| 387 | QScrollBar::sub-line:horizontal | 329 | QScrollBar::sub-line:horizontal { |
| 388 | { | ||
| 389 | margin: 0px 3px 0px 3px; | 330 | margin: 0px 3px 0px 3px; |
| 390 | border-image: url(:/qss_icons/rc/left_arrow_disabled.png); | 331 | border-image: url(:/qss_icons/rc/left_arrow_disabled.png); |
| 391 | height: 10px; | 332 | height: 10px; |
| @@ -394,8 +335,8 @@ QScrollBar::sub-line:horizontal | |||
| 394 | subcontrol-origin: margin; | 335 | subcontrol-origin: margin; |
| 395 | } | 336 | } |
| 396 | 337 | ||
| 397 | QScrollBar::add-line:horizontal:hover,QScrollBar::add-line:horizontal:on | 338 | QScrollBar::add-line:horizontal:hover, |
| 398 | { | 339 | QScrollBar::add-line:horizontal:on { |
| 399 | border-image: url(:/qss_icons/rc/right_arrow.png); | 340 | border-image: url(:/qss_icons/rc/right_arrow.png); |
| 400 | height: 10px; | 341 | height: 10px; |
| 401 | width: 10px; | 342 | width: 10px; |
| @@ -403,9 +344,8 @@ QScrollBar::add-line:horizontal:hover,QScrollBar::add-line:horizontal:on | |||
| 403 | subcontrol-origin: margin; | 344 | subcontrol-origin: margin; |
| 404 | } | 345 | } |
| 405 | 346 | ||
| 406 | 347 | QScrollBar::sub-line:horizontal:hover, | |
| 407 | QScrollBar::sub-line:horizontal:hover, QScrollBar::sub-line:horizontal:on | 348 | QScrollBar::sub-line:horizontal:on { |
| 408 | { | ||
| 409 | border-image: url(:/qss_icons/rc/left_arrow.png); | 349 | border-image: url(:/qss_icons/rc/left_arrow.png); |
| 410 | height: 10px; | 350 | height: 10px; |
| 411 | width: 10px; | 351 | width: 10px; |
| @@ -413,19 +353,17 @@ QScrollBar::sub-line:horizontal:hover, QScrollBar::sub-line:horizontal:on | |||
| 413 | subcontrol-origin: margin; | 353 | subcontrol-origin: margin; |
| 414 | } | 354 | } |
| 415 | 355 | ||
| 416 | QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal | 356 | QScrollBar::up-arrow:horizontal, |
| 417 | { | 357 | QScrollBar::down-arrow:horizontal { |
| 418 | background: none; | 358 | background: none; |
| 419 | } | 359 | } |
| 420 | 360 | ||
| 421 | 361 | QScrollBar::add-page:horizontal, | |
| 422 | QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal | 362 | QScrollBar::sub-page:horizontal { |
| 423 | { | ||
| 424 | background: none; | 363 | background: none; |
| 425 | } | 364 | } |
| 426 | 365 | ||
| 427 | QScrollBar:vertical | 366 | QScrollBar:vertical { |
| 428 | { | ||
| 429 | background-color: #2A2929; | 367 | background-color: #2A2929; |
| 430 | width: 15px; | 368 | width: 15px; |
| 431 | margin: 15px 3px 15px 3px; | 369 | margin: 15px 3px 15px 3px; |
| @@ -433,15 +371,13 @@ QScrollBar:vertical | |||
| 433 | border-radius: 4px; | 371 | border-radius: 4px; |
| 434 | } | 372 | } |
| 435 | 373 | ||
| 436 | QScrollBar::handle:vertical | 374 | QScrollBar::handle:vertical { |
| 437 | { | ||
| 438 | background-color: #605F5F; | 375 | background-color: #605F5F; |
| 439 | min-height: 5px; | 376 | min-height: 5px; |
| 440 | border-radius: 4px; | 377 | border-radius: 4px; |
| 441 | } | 378 | } |
| 442 | 379 | ||
| 443 | QScrollBar::sub-line:vertical | 380 | QScrollBar::sub-line:vertical { |
| 444 | { | ||
| 445 | margin: 3px 0px 3px 0px; | 381 | margin: 3px 0px 3px 0px; |
| 446 | border-image: url(:/qss_icons/rc/up_arrow_disabled.png); | 382 | border-image: url(:/qss_icons/rc/up_arrow_disabled.png); |
| 447 | height: 10px; | 383 | height: 10px; |
| @@ -450,8 +386,7 @@ QScrollBar::sub-line:vertical | |||
| 450 | subcontrol-origin: margin; | 386 | subcontrol-origin: margin; |
| 451 | } | 387 | } |
| 452 | 388 | ||
| 453 | QScrollBar::add-line:vertical | 389 | QScrollBar::add-line:vertical { |
| 454 | { | ||
| 455 | margin: 3px 0px 3px 0px; | 390 | margin: 3px 0px 3px 0px; |
| 456 | border-image: url(:/qss_icons/rc/down_arrow_disabled.png); | 391 | border-image: url(:/qss_icons/rc/down_arrow_disabled.png); |
| 457 | height: 10px; | 392 | height: 10px; |
| @@ -460,9 +395,8 @@ QScrollBar::add-line:vertical | |||
| 460 | subcontrol-origin: margin; | 395 | subcontrol-origin: margin; |
| 461 | } | 396 | } |
| 462 | 397 | ||
| 463 | QScrollBar::sub-line:vertical:hover,QScrollBar::sub-line:vertical:on | 398 | QScrollBar::sub-line:vertical:hover, |
| 464 | { | 399 | QScrollBar::sub-line:vertical:on { |
| 465 | |||
| 466 | border-image: url(:/qss_icons/rc/up_arrow.png); | 400 | border-image: url(:/qss_icons/rc/up_arrow.png); |
| 467 | height: 10px; | 401 | height: 10px; |
| 468 | width: 10px; | 402 | width: 10px; |
| @@ -470,9 +404,8 @@ QScrollBar::sub-line:vertical:hover,QScrollBar::sub-line:vertical:on | |||
| 470 | subcontrol-origin: margin; | 404 | subcontrol-origin: margin; |
| 471 | } | 405 | } |
| 472 | 406 | ||
| 473 | 407 | QScrollBar::add-line:vertical:hover, | |
| 474 | QScrollBar::add-line:vertical:hover, QScrollBar::add-line:vertical:on | 408 | QScrollBar::add-line:vertical:on { |
| 475 | { | ||
| 476 | border-image: url(:/qss_icons/rc/down_arrow.png); | 409 | border-image: url(:/qss_icons/rc/down_arrow.png); |
| 477 | height: 10px; | 410 | height: 10px; |
| 478 | width: 10px; | 411 | width: 10px; |
| @@ -480,34 +413,31 @@ QScrollBar::add-line:vertical:hover, QScrollBar::add-line:vertical:on | |||
| 480 | subcontrol-origin: margin; | 413 | subcontrol-origin: margin; |
| 481 | } | 414 | } |
| 482 | 415 | ||
| 483 | QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical | 416 | QScrollBar::up-arrow:vertical, |
| 484 | { | 417 | QScrollBar::down-arrow:vertical { |
| 485 | background: none; | 418 | background: none; |
| 486 | } | 419 | } |
| 487 | 420 | ||
| 488 | 421 | QScrollBar::add-page:vertical, | |
| 489 | QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical | 422 | QScrollBar::sub-page:vertical { |
| 490 | { | ||
| 491 | background: none; | 423 | background: none; |
| 492 | } | 424 | } |
| 493 | 425 | ||
| 494 | QTextEdit | 426 | QTextEdit { |
| 495 | { | ||
| 496 | background-color: #232629; | 427 | background-color: #232629; |
| 497 | color: #eff0f1; | 428 | color: #eff0f1; |
| 498 | border: 1px solid #76797C; | 429 | border: 1px solid #76797C; |
| 499 | } | 430 | } |
| 500 | 431 | ||
| 501 | QPlainTextEdit | 432 | QPlainTextEdit { |
| 502 | { | 433 | background-color: #232629; |
| 503 | background-color: #232629;; | 434 | ; |
| 504 | color: #eff0f1; | 435 | color: #eff0f1; |
| 505 | border-radius: 2px; | 436 | border-radius: 2px; |
| 506 | border: 1px solid #76797C; | 437 | border: 1px solid #76797C; |
| 507 | } | 438 | } |
| 508 | 439 | ||
| 509 | QHeaderView::section | 440 | QHeaderView::section { |
| 510 | { | ||
| 511 | background-color: #76797C; | 441 | background-color: #76797C; |
| 512 | color: #eff0f1; | 442 | color: #eff0f1; |
| 513 | padding: 5px; | 443 | padding: 5px; |
| @@ -520,9 +450,7 @@ QSizeGrip { | |||
| 520 | height: 12px; | 450 | height: 12px; |
| 521 | } | 451 | } |
| 522 | 452 | ||
| 523 | 453 | QMainWindow::separator { | |
| 524 | QMainWindow::separator | ||
| 525 | { | ||
| 526 | background-color: #31363b; | 454 | background-color: #31363b; |
| 527 | color: white; | 455 | color: white; |
| 528 | padding-left: 4px; | 456 | padding-left: 4px; |
| @@ -530,9 +458,7 @@ QMainWindow::separator | |||
| 530 | border: 1px dashed #76797C; | 458 | border: 1px dashed #76797C; |
| 531 | } | 459 | } |
| 532 | 460 | ||
| 533 | QMainWindow::separator:hover | 461 | QMainWindow::separator:hover { |
| 534 | { | ||
| 535 | |||
| 536 | background-color: #787876; | 462 | background-color: #787876; |
| 537 | color: white; | 463 | color: white; |
| 538 | padding-left: 4px; | 464 | padding-left: 4px; |
| @@ -540,9 +466,7 @@ QMainWindow::separator:hover | |||
| 540 | spacing: 2px; | 466 | spacing: 2px; |
| 541 | } | 467 | } |
| 542 | 468 | ||
| 543 | 469 | QMenu::separator { | |
| 544 | QMenu::separator | ||
| 545 | { | ||
| 546 | height: 1px; | 470 | height: 1px; |
| 547 | background-color: #76797C; | 471 | background-color: #76797C; |
| 548 | color: white; | 472 | color: white; |
| @@ -551,21 +475,17 @@ QMenu::separator | |||
| 551 | margin-right: 5px; | 475 | margin-right: 5px; |
| 552 | } | 476 | } |
| 553 | 477 | ||
| 554 | 478 | QFrame { | |
| 555 | QFrame | ||
| 556 | { | ||
| 557 | border-radius: 2px; | 479 | border-radius: 2px; |
| 558 | border: 1px solid #76797C; | 480 | border: 1px solid #76797C; |
| 559 | } | 481 | } |
| 560 | 482 | ||
| 561 | QFrame[frameShape="0"] | 483 | QFrame[frameShape="0"] { |
| 562 | { | ||
| 563 | border-radius: 2px; | 484 | border-radius: 2px; |
| 564 | border: 1px transparent #76797C; | 485 | border: 1px transparent #76797C; |
| 565 | } | 486 | } |
| 566 | 487 | ||
| 567 | QStackedWidget | 488 | QStackedWidget { |
| 568 | { | ||
| 569 | border: 1px transparent black; | 489 | border: 1px transparent black; |
| 570 | } | 490 | } |
| 571 | 491 | ||
| @@ -578,21 +498,24 @@ QToolBar { | |||
| 578 | QToolBar::handle:horizontal { | 498 | QToolBar::handle:horizontal { |
| 579 | image: url(:/qss_icons/rc/Hmovetoolbar.png); | 499 | image: url(:/qss_icons/rc/Hmovetoolbar.png); |
| 580 | } | 500 | } |
| 501 | |||
| 581 | QToolBar::handle:vertical { | 502 | QToolBar::handle:vertical { |
| 582 | image: url(:/qss_icons/rc/Vmovetoolbar.png); | 503 | image: url(:/qss_icons/rc/Vmovetoolbar.png); |
| 583 | } | 504 | } |
| 505 | |||
| 584 | QToolBar::separator:horizontal { | 506 | QToolBar::separator:horizontal { |
| 585 | image: url(:/qss_icons/rc/Hsepartoolbar.png); | 507 | image: url(:/qss_icons/rc/Hsepartoolbar.png); |
| 586 | } | 508 | } |
| 509 | |||
| 587 | QToolBar::separator:vertical { | 510 | QToolBar::separator:vertical { |
| 588 | image: url(:/qss_icons/rc/Vsepartoolbar.png); | 511 | image: url(:/qss_icons/rc/Vsepartoolbar.png); |
| 589 | } | 512 | } |
| 513 | |||
| 590 | QToolButton#qt_toolbar_ext_button { | 514 | QToolButton#qt_toolbar_ext_button { |
| 591 | background: #58595a | 515 | background: #58595a |
| 592 | } | 516 | } |
| 593 | 517 | ||
| 594 | QPushButton | 518 | QPushButton { |
| 595 | { | ||
| 596 | color: #eff0f1; | 519 | color: #eff0f1; |
| 597 | background-color: #31363b; | 520 | background-color: #31363b; |
| 598 | border-width: 1px; | 521 | border-width: 1px; |
| @@ -603,8 +526,7 @@ QPushButton | |||
| 603 | outline: none; | 526 | outline: none; |
| 604 | } | 527 | } |
| 605 | 528 | ||
| 606 | QPushButton:disabled | 529 | QPushButton:disabled { |
| 607 | { | ||
| 608 | background-color: #31363b; | 530 | background-color: #31363b; |
| 609 | border-width: 1px; | 531 | border-width: 1px; |
| 610 | border-color: #454545; | 532 | border-color: #454545; |
| @@ -622,15 +544,13 @@ QPushButton:focus { | |||
| 622 | color: white; | 544 | color: white; |
| 623 | } | 545 | } |
| 624 | 546 | ||
| 625 | QPushButton:pressed | 547 | QPushButton:pressed { |
| 626 | { | ||
| 627 | background-color: #3daee9; | 548 | background-color: #3daee9; |
| 628 | padding-top: -15px; | 549 | padding-top: -15px; |
| 629 | padding-bottom: -17px; | 550 | padding-bottom: -17px; |
| 630 | } | 551 | } |
| 631 | 552 | ||
| 632 | QComboBox | 553 | QComboBox { |
| 633 | { | ||
| 634 | selection-background-color: #3daee9; | 554 | selection-background-color: #3daee9; |
| 635 | border-style: solid; | 555 | border-style: solid; |
| 636 | border: 1px solid #76797C; | 556 | border: 1px solid #76797C; |
| @@ -639,38 +559,40 @@ QComboBox | |||
| 639 | min-width: 75px; | 559 | min-width: 75px; |
| 640 | } | 560 | } |
| 641 | 561 | ||
| 642 | QPushButton:checked{ | 562 | QPushButton:checked { |
| 643 | background-color: #76797C; | 563 | background-color: #76797C; |
| 644 | border-color: #6A6969; | 564 | border-color: #6A6969; |
| 645 | } | 565 | } |
| 646 | 566 | ||
| 647 | QComboBox:hover,QPushButton:hover,QAbstractSpinBox:hover,QLineEdit:hover,QTextEdit:hover,QPlainTextEdit:hover,QAbstractView:hover,QTreeView:hover | 567 | QComboBox:hover, |
| 648 | { | 568 | QPushButton:hover, |
| 569 | QAbstractSpinBox:hover, | ||
| 570 | QLineEdit:hover, | ||
| 571 | QTextEdit:hover, | ||
| 572 | QPlainTextEdit:hover, | ||
| 573 | QAbstractView:hover, | ||
| 574 | QTreeView:hover { | ||
| 649 | border: 1px solid #3daee9; | 575 | border: 1px solid #3daee9; |
| 650 | color: #eff0f1; | 576 | color: #eff0f1; |
| 651 | } | 577 | } |
| 652 | 578 | ||
| 653 | QComboBox:on | 579 | QComboBox:on { |
| 654 | { | ||
| 655 | padding-top: 3px; | 580 | padding-top: 3px; |
| 656 | padding-left: 4px; | 581 | padding-left: 4px; |
| 657 | selection-background-color: #4a4a4a; | 582 | selection-background-color: #4a4a4a; |
| 658 | } | 583 | } |
| 659 | 584 | ||
| 660 | QComboBox QAbstractItemView | 585 | QComboBox QAbstractItemView { |
| 661 | { | ||
| 662 | background-color: #232629; | 586 | background-color: #232629; |
| 663 | border-radius: 2px; | 587 | border-radius: 2px; |
| 664 | border: 1px solid #76797C; | 588 | border: 1px solid #76797C; |
| 665 | selection-background-color: #18465d; | 589 | selection-background-color: #18465d; |
| 666 | } | 590 | } |
| 667 | 591 | ||
| 668 | QComboBox::drop-down | 592 | QComboBox::drop-down { |
| 669 | { | ||
| 670 | subcontrol-origin: padding; | 593 | subcontrol-origin: padding; |
| 671 | subcontrol-position: top right; | 594 | subcontrol-position: top right; |
| 672 | width: 15px; | 595 | width: 15px; |
| 673 | |||
| 674 | border-left-width: 0px; | 596 | border-left-width: 0px; |
| 675 | border-left-color: darkgray; | 597 | border-left-color: darkgray; |
| 676 | border-left-style: solid; | 598 | border-left-style: solid; |
| @@ -678,14 +600,13 @@ QComboBox::drop-down | |||
| 678 | border-bottom-right-radius: 3px; | 600 | border-bottom-right-radius: 3px; |
| 679 | } | 601 | } |
| 680 | 602 | ||
| 681 | QComboBox::down-arrow | 603 | QComboBox::down-arrow { |
| 682 | { | ||
| 683 | image: url(:/qss_icons/rc/down_arrow_disabled.png); | 604 | image: url(:/qss_icons/rc/down_arrow_disabled.png); |
| 684 | } | 605 | } |
| 685 | 606 | ||
| 686 | QComboBox::down-arrow:on, QComboBox::down-arrow:hover, | 607 | QComboBox::down-arrow:on, |
| 687 | QComboBox::down-arrow:focus | 608 | QComboBox::down-arrow:hover, |
| 688 | { | 609 | QComboBox::down-arrow:focus { |
| 689 | image: url(:/qss_icons/rc/down_arrow.png); | 610 | image: url(:/qss_icons/rc/down_arrow.png); |
| 690 | } | 611 | } |
| 691 | 612 | ||
| @@ -698,49 +619,47 @@ QAbstractSpinBox { | |||
| 698 | min-width: 75px; | 619 | min-width: 75px; |
| 699 | } | 620 | } |
| 700 | 621 | ||
| 701 | QAbstractSpinBox:up-button | 622 | QAbstractSpinBox:up-button { |
| 702 | { | ||
| 703 | background-color: transparent; | 623 | background-color: transparent; |
| 704 | subcontrol-origin: border; | 624 | subcontrol-origin: border; |
| 705 | subcontrol-position: center right; | 625 | subcontrol-position: center right; |
| 706 | } | 626 | } |
| 707 | 627 | ||
| 708 | QAbstractSpinBox:down-button | 628 | QAbstractSpinBox:down-button { |
| 709 | { | ||
| 710 | background-color: transparent; | 629 | background-color: transparent; |
| 711 | subcontrol-origin: border; | 630 | subcontrol-origin: border; |
| 712 | subcontrol-position: center left; | 631 | subcontrol-position: center left; |
| 713 | } | 632 | } |
| 714 | 633 | ||
| 715 | QAbstractSpinBox::up-arrow,QAbstractSpinBox::up-arrow:disabled,QAbstractSpinBox::up-arrow:off { | 634 | QAbstractSpinBox::up-arrow, |
| 635 | QAbstractSpinBox::up-arrow:disabled, | ||
| 636 | QAbstractSpinBox::up-arrow:off { | ||
| 716 | image: url(:/qss_icons/rc/up_arrow_disabled.png); | 637 | image: url(:/qss_icons/rc/up_arrow_disabled.png); |
| 717 | width: 10px; | 638 | width: 10px; |
| 718 | height: 10px; | 639 | height: 10px; |
| 719 | } | 640 | } |
| 720 | QAbstractSpinBox::up-arrow:hover | 641 | |
| 721 | { | 642 | QAbstractSpinBox::up-arrow:hover { |
| 722 | image: url(:/qss_icons/rc/up_arrow.png); | 643 | image: url(:/qss_icons/rc/up_arrow.png); |
| 723 | } | 644 | } |
| 724 | 645 | ||
| 725 | 646 | QAbstractSpinBox::down-arrow, | |
| 726 | QAbstractSpinBox::down-arrow,QAbstractSpinBox::down-arrow:disabled,QAbstractSpinBox::down-arrow:off | 647 | QAbstractSpinBox::down-arrow:disabled, |
| 727 | { | 648 | QAbstractSpinBox::down-arrow:off { |
| 728 | image: url(:/qss_icons/rc/down_arrow_disabled.png); | 649 | image: url(:/qss_icons/rc/down_arrow_disabled.png); |
| 729 | width: 10px; | 650 | width: 10px; |
| 730 | height: 10px; | 651 | height: 10px; |
| 731 | } | 652 | } |
| 732 | QAbstractSpinBox::down-arrow:hover | 653 | |
| 733 | { | 654 | QAbstractSpinBox::down-arrow:hover { |
| 734 | image: url(:/qss_icons/rc/down_arrow.png); | 655 | image: url(:/qss_icons/rc/down_arrow.png); |
| 735 | } | 656 | } |
| 736 | 657 | ||
| 737 | 658 | QLabel { | |
| 738 | QLabel | ||
| 739 | { | ||
| 740 | border: 0px solid black; | 659 | border: 0px solid black; |
| 741 | } | 660 | } |
| 742 | 661 | ||
| 743 | QTabWidget{ | 662 | QTabWidget { |
| 744 | border: 0px transparent black; | 663 | border: 0px transparent black; |
| 745 | } | 664 | } |
| 746 | 665 | ||
| @@ -751,27 +670,24 @@ QTabWidget::pane { | |||
| 751 | } | 670 | } |
| 752 | 671 | ||
| 753 | QTabWidget::tab-bar { | 672 | QTabWidget::tab-bar { |
| 754 | left: 5px; /* move to the right by 5px */ | 673 | /* left: 5px; move to the right by 5px */ |
| 755 | } | 674 | } |
| 756 | 675 | ||
| 757 | QTabBar | 676 | QTabBar { |
| 758 | { | ||
| 759 | qproperty-drawBase: 0; | 677 | qproperty-drawBase: 0; |
| 760 | border-radius: 3px; | 678 | border-radius: 3px; |
| 761 | } | 679 | } |
| 762 | 680 | ||
| 763 | QTabBar:focus | 681 | QTabBar:focus { |
| 764 | { | ||
| 765 | border: 0px transparent black; | 682 | border: 0px transparent black; |
| 766 | } | 683 | } |
| 767 | 684 | ||
| 768 | QTabBar::close-button { | 685 | QTabBar::close-button { |
| 769 | image: url(:/qss_icons/rc/close.png); | 686 | image: url(:/qss_icons/rc/close.png); |
| 770 | background: transparent; | 687 | background: transparent; |
| 771 | } | 688 | } |
| 772 | 689 | ||
| 773 | QTabBar::close-button:hover | 690 | QTabBar::close-button:hover { |
| 774 | { | ||
| 775 | image: url(:/qss_icons/rc/close-hover.png); | 691 | image: url(:/qss_icons/rc/close-hover.png); |
| 776 | background: transparent; | 692 | background: transparent; |
| 777 | } | 693 | } |
| @@ -781,7 +697,9 @@ QTabBar::close-button:pressed { | |||
| 781 | background: transparent; | 697 | background: transparent; |
| 782 | } | 698 | } |
| 783 | 699 | ||
| 700 | |||
| 784 | /* TOP TABS */ | 701 | /* TOP TABS */ |
| 702 | |||
| 785 | QTabBar::tab:top { | 703 | QTabBar::tab:top { |
| 786 | color: #eff0f1; | 704 | color: #eff0f1; |
| 787 | border: 1px solid #76797C; | 705 | border: 1px solid #76797C; |
| @@ -793,12 +711,11 @@ QTabBar::tab:top { | |||
| 793 | border-top-right-radius: 2px; | 711 | border-top-right-radius: 2px; |
| 794 | } | 712 | } |
| 795 | 713 | ||
| 796 | QTabBar::tab:top:!selected | 714 | QTabBar::tab:top:selected { |
| 797 | { | ||
| 798 | color: #eff0f1; | 715 | color: #eff0f1; |
| 799 | background-color: #54575B; | 716 | background-color: #54575B; |
| 800 | border: 1px solid #76797C; | 717 | border: 1px solid #76797C; |
| 801 | border-bottom: 1px transparent black; | 718 | border-bottom: 2px solid #3daee9; |
| 802 | border-top-left-radius: 2px; | 719 | border-top-left-radius: 2px; |
| 803 | border-top-right-radius: 2px; | 720 | border-top-right-radius: 2px; |
| 804 | } | 721 | } |
| @@ -807,7 +724,9 @@ QTabBar::tab:top:!selected:hover { | |||
| 807 | background-color: #3daee9; | 724 | background-color: #3daee9; |
| 808 | } | 725 | } |
| 809 | 726 | ||
| 727 | |||
| 810 | /* BOTTOM TABS */ | 728 | /* BOTTOM TABS */ |
| 729 | |||
| 811 | QTabBar::tab:bottom { | 730 | QTabBar::tab:bottom { |
| 812 | color: #eff0f1; | 731 | color: #eff0f1; |
| 813 | border: 1px solid #76797C; | 732 | border: 1px solid #76797C; |
| @@ -819,12 +738,11 @@ QTabBar::tab:bottom { | |||
| 819 | min-width: 50px; | 738 | min-width: 50px; |
| 820 | } | 739 | } |
| 821 | 740 | ||
| 822 | QTabBar::tab:bottom:!selected | 741 | QTabBar::tab:bottom:selected { |
| 823 | { | ||
| 824 | color: #eff0f1; | 742 | color: #eff0f1; |
| 825 | background-color: #54575B; | 743 | background-color: #54575B; |
| 826 | border: 1px solid #76797C; | 744 | border: 1px solid #76797C; |
| 827 | border-top: 1px transparent black; | 745 | border-top: 2px solid #3daee9; |
| 828 | border-bottom-left-radius: 2px; | 746 | border-bottom-left-radius: 2px; |
| 829 | border-bottom-right-radius: 2px; | 747 | border-bottom-right-radius: 2px; |
| 830 | } | 748 | } |
| @@ -833,7 +751,9 @@ QTabBar::tab:bottom:!selected:hover { | |||
| 833 | background-color: #3daee9; | 751 | background-color: #3daee9; |
| 834 | } | 752 | } |
| 835 | 753 | ||
| 754 | |||
| 836 | /* LEFT TABS */ | 755 | /* LEFT TABS */ |
| 756 | |||
| 837 | QTabBar::tab:left { | 757 | QTabBar::tab:left { |
| 838 | color: #eff0f1; | 758 | color: #eff0f1; |
| 839 | border: 1px solid #76797C; | 759 | border: 1px solid #76797C; |
| @@ -845,12 +765,11 @@ QTabBar::tab:left { | |||
| 845 | min-height: 50px; | 765 | min-height: 50px; |
| 846 | } | 766 | } |
| 847 | 767 | ||
| 848 | QTabBar::tab:left:!selected | 768 | QTabBar::tab:left:selected { |
| 849 | { | ||
| 850 | color: #eff0f1; | 769 | color: #eff0f1; |
| 851 | background-color: #54575B; | 770 | background-color: #54575B; |
| 852 | border: 1px solid #76797C; | 771 | border: 1px solid #76797C; |
| 853 | border-left: 1px transparent black; | 772 | border-left: 2px solid #3daee9; |
| 854 | border-top-right-radius: 2px; | 773 | border-top-right-radius: 2px; |
| 855 | border-bottom-right-radius: 2px; | 774 | border-bottom-right-radius: 2px; |
| 856 | } | 775 | } |
| @@ -861,6 +780,7 @@ QTabBar::tab:left:!selected:hover { | |||
| 861 | 780 | ||
| 862 | 781 | ||
| 863 | /* RIGHT TABS */ | 782 | /* RIGHT TABS */ |
| 783 | |||
| 864 | QTabBar::tab:right { | 784 | QTabBar::tab:right { |
| 865 | color: #eff0f1; | 785 | color: #eff0f1; |
| 866 | border: 1px solid #76797C; | 786 | border: 1px solid #76797C; |
| @@ -872,12 +792,11 @@ QTabBar::tab:right { | |||
| 872 | min-height: 50px; | 792 | min-height: 50px; |
| 873 | } | 793 | } |
| 874 | 794 | ||
| 875 | QTabBar::tab:right:!selected | 795 | QTabBar::tab:right:selected { |
| 876 | { | ||
| 877 | color: #eff0f1; | 796 | color: #eff0f1; |
| 878 | background-color: #54575B; | 797 | background-color: #54575B; |
| 879 | border: 1px solid #76797C; | 798 | border: 1px solid #76797C; |
| 880 | border-right: 1px transparent black; | 799 | border-right: 2px solid #3daee9; |
| 881 | border-top-left-radius: 2px; | 800 | border-top-left-radius: 2px; |
| 882 | border-bottom-left-radius: 2px; | 801 | border-bottom-left-radius: 2px; |
| 883 | } | 802 | } |
| @@ -887,21 +806,20 @@ QTabBar::tab:right:!selected:hover { | |||
| 887 | } | 806 | } |
| 888 | 807 | ||
| 889 | QTabBar QToolButton::right-arrow:enabled { | 808 | QTabBar QToolButton::right-arrow:enabled { |
| 890 | image: url(:/qss_icons/rc/right_arrow.png); | 809 | image: url(:/qss_icons/rc/right_arrow.png); |
| 891 | } | 810 | } |
| 892 | 811 | ||
| 893 | QTabBar QToolButton::left-arrow:enabled { | 812 | QTabBar QToolButton::left-arrow:enabled { |
| 894 | image: url(:/qss_icons/rc/left_arrow.png); | 813 | image: url(:/qss_icons/rc/left_arrow.png); |
| 895 | } | 814 | } |
| 896 | 815 | ||
| 897 | QTabBar QToolButton::right-arrow:disabled { | 816 | QTabBar QToolButton::right-arrow:disabled { |
| 898 | image: url(:/qss_icons/rc/right_arrow_disabled.png); | 817 | image: url(:/qss_icons/rc/right_arrow_disabled.png); |
| 899 | } | 818 | } |
| 900 | |||
| 901 | QTabBar QToolButton::left-arrow:disabled { | ||
| 902 | image: url(:/qss_icons/rc/left_arrow_disabled.png); | ||
| 903 | } | ||
| 904 | 819 | ||
| 820 | QTabBar QToolButton::left-arrow:disabled { | ||
| 821 | image: url(:/qss_icons/rc/left_arrow_disabled.png); | ||
| 822 | } | ||
| 905 | 823 | ||
| 906 | QDockWidget { | 824 | QDockWidget { |
| 907 | background: #31363b; | 825 | background: #31363b; |
| @@ -910,29 +828,32 @@ QDockWidget { | |||
| 910 | titlebar-normal-icon: url(:/qss_icons/rc/undock.png); | 828 | titlebar-normal-icon: url(:/qss_icons/rc/undock.png); |
| 911 | } | 829 | } |
| 912 | 830 | ||
| 913 | QDockWidget::close-button, QDockWidget::float-button { | 831 | QDockWidget::close-button, |
| 832 | QDockWidget::float-button { | ||
| 914 | border: 1px solid transparent; | 833 | border: 1px solid transparent; |
| 915 | border-radius: 2px; | 834 | border-radius: 2px; |
| 916 | background: transparent; | 835 | background: transparent; |
| 917 | } | 836 | } |
| 918 | 837 | ||
| 919 | QDockWidget::close-button:hover, QDockWidget::float-button:hover { | 838 | QDockWidget::close-button:hover, |
| 839 | QDockWidget::float-button:hover { | ||
| 920 | background: rgba(255, 255, 255, 10); | 840 | background: rgba(255, 255, 255, 10); |
| 921 | } | 841 | } |
| 922 | 842 | ||
| 923 | QDockWidget::close-button:pressed, QDockWidget::float-button:pressed { | 843 | QDockWidget::close-button:pressed, |
| 844 | QDockWidget::float-button:pressed { | ||
| 924 | padding: 1px -1px -1px 1px; | 845 | padding: 1px -1px -1px 1px; |
| 925 | background: rgba(255, 255, 255, 10); | 846 | background: rgba(255, 255, 255, 10); |
| 926 | } | 847 | } |
| 927 | 848 | ||
| 928 | QTreeView, QListView | 849 | QTreeView, |
| 929 | { | 850 | QListView { |
| 930 | border: 1px solid #76797C; | 851 | border: 1px solid #76797C; |
| 931 | background-color: #232629; | 852 | background-color: #232629; |
| 932 | } | 853 | } |
| 933 | 854 | ||
| 934 | QTreeView:branch:selected, QTreeView:branch:hover | 855 | QTreeView:branch:selected, |
| 935 | { | 856 | QTreeView:branch:hover { |
| 936 | background: url(:/qss_icons/rc/transparent.png); | 857 | background: url(:/qss_icons/rc/transparent.png); |
| 937 | } | 858 | } |
| 938 | 859 | ||
| @@ -954,31 +875,75 @@ QTreeView::branch:closed:has-children:has-siblings { | |||
| 954 | } | 875 | } |
| 955 | 876 | ||
| 956 | QTreeView::branch:open:has-children:!has-siblings, | 877 | QTreeView::branch:open:has-children:!has-siblings, |
| 957 | QTreeView::branch:open:has-children:has-siblings { | 878 | QTreeView::branch:open:has-children:has-siblings { |
| 958 | image: url(:/qss_icons/rc/branch_open.png); | 879 | image: url(:/qss_icons/rc/branch_open.png); |
| 959 | } | 880 | } |
| 960 | 881 | ||
| 961 | QTreeView::branch:has-children:!has-siblings:closed:hover, | 882 | QTreeView::branch:has-children:!has-siblings:closed:hover, |
| 962 | QTreeView::branch:closed:has-children:has-siblings:hover { | 883 | QTreeView::branch:closed:has-children:has-siblings:hover { |
| 963 | image: url(:/qss_icons/rc/branch_closed-on.png); | 884 | image: url(:/qss_icons/rc/branch_closed-on.png); |
| 964 | } | 885 | } |
| 965 | 886 | ||
| 966 | QTreeView::branch:open:has-children:!has-siblings:hover, | 887 | QTreeView::branch:open:has-children:!has-siblings:hover, |
| 967 | QTreeView::branch:open:has-children:has-siblings:hover { | 888 | QTreeView::branch:open:has-children:has-siblings:hover { |
| 968 | image: url(:/qss_icons/rc/branch_open-on.png); | 889 | image: url(:/qss_icons/rc/branch_open-on.png); |
| 969 | } | 890 | } |
| 970 | 891 | ||
| 971 | QListView::item:!selected:hover, QTreeView::item:!selected:hover { | 892 | QListView::item:!selected:hover, |
| 893 | QTreeView::item:!selected:hover { | ||
| 972 | background: #18465d; | 894 | background: #18465d; |
| 973 | outline: 0; | 895 | outline: 0; |
| 974 | color: #eff0f1 | 896 | color: #eff0f1 |
| 975 | } | 897 | } |
| 976 | 898 | ||
| 977 | QListView::item:selected:hover, QTreeView::item:selected:hover { | 899 | QListView::item:selected:hover, |
| 900 | QTreeView::item:selected:hover { | ||
| 978 | background: #287399; | 901 | background: #287399; |
| 979 | color: #eff0f1; | 902 | color: #eff0f1; |
| 980 | } | 903 | } |
| 981 | 904 | ||
| 905 | QTreeView::indicator:checked, | ||
| 906 | QListView::indicator:checked { | ||
| 907 | image: url(:/qss_icons/rc/checkbox_checked.png); | ||
| 908 | } | ||
| 909 | |||
| 910 | QTreeView::indicator:unchecked, | ||
| 911 | QListView::indicator:unchecked { | ||
| 912 | image: url(:/qss_icons/rc/checkbox_unchecked.png); | ||
| 913 | } | ||
| 914 | |||
| 915 | QTreeView::indicator:indeterminate, | ||
| 916 | QListView::indicator:indeterminate { | ||
| 917 | image: url(:/qss_icons/rc/checkbox_indeterminate.png); | ||
| 918 | } | ||
| 919 | |||
| 920 | QTreeView::indicator:checked:hover, | ||
| 921 | QTreeView::indicator:checked:focus, | ||
| 922 | QTreeView::indicator:checked:pressed, | ||
| 923 | QListView::indicator:checked:hover, | ||
| 924 | QListView::indicator:checked:focus, | ||
| 925 | QListView::indicator:checked:pressed { | ||
| 926 | image: url(:/qss_icons/rc/checkbox_checked_focus.png); | ||
| 927 | } | ||
| 928 | |||
| 929 | QTreeView::indicator:unchecked:hover, | ||
| 930 | QTreeView::indicator:unchecked:focus, | ||
| 931 | QTreeView::indicator:unchecked:pressed, | ||
| 932 | QListView::indicator:unchecked:hover, | ||
| 933 | QListView::indicator:unchecked:focus, | ||
| 934 | QListView::indicator:unchecked:pressed { | ||
| 935 | image: url(:/qss_icons/rc/checkbox_unchecked_focus.png); | ||
| 936 | } | ||
| 937 | |||
| 938 | QTreeView::indicator:indeterminate:hover, | ||
| 939 | QTreeView::indicator:indeterminate:focus, | ||
| 940 | QTreeView::indicator:indeterminate:pressed, | ||
| 941 | QListView::indicator:indeterminate:hover, | ||
| 942 | QListView::indicator:indeterminate:focus, | ||
| 943 | QListView::indicator:indeterminate:pressed { | ||
| 944 | image: url(:/qss_icons/rc/checkbox_indeterminate_focus.png); | ||
| 945 | } | ||
| 946 | |||
| 982 | QSlider::groove:horizontal { | 947 | QSlider::groove:horizontal { |
| 983 | border: 1px solid #565a5e; | 948 | border: 1px solid #565a5e; |
| 984 | height: 4px; | 949 | height: 4px; |
| @@ -1021,38 +986,49 @@ QToolButton { | |||
| 1021 | padding: 5px; | 986 | padding: 5px; |
| 1022 | } | 987 | } |
| 1023 | 988 | ||
| 1024 | QToolButton[popupMode="1"] { /* only for MenuButtonPopup */ | 989 | QToolButton[popupMode="1"] { |
| 1025 | padding-right: 20px; /* make way for the popup button */ | 990 | /* only for MenuButtonPopup */ |
| 1026 | border: 1px #76797C; | 991 | padding-right: 20px; |
| 1027 | border-radius: 5px; | 992 | /* make way for the popup button */ |
| 993 | border: 1px #76797C; | ||
| 994 | border-radius: 5px; | ||
| 1028 | } | 995 | } |
| 1029 | 996 | ||
| 1030 | QToolButton[popupMode="2"] { /* only for InstantPopup */ | 997 | QToolButton[popupMode="2"] { |
| 1031 | padding-right: 10px; /* make way for the popup button */ | 998 | /* only for InstantPopup */ |
| 1032 | border: 1px #76797C; | 999 | padding-right: 10px; |
| 1000 | /* make way for the popup button */ | ||
| 1001 | border: 1px #76797C; | ||
| 1033 | } | 1002 | } |
| 1034 | 1003 | ||
| 1035 | 1004 | QToolButton:hover, | |
| 1036 | QToolButton:hover, QToolButton::menu-button:hover { | 1005 | QToolButton::menu-button:hover { |
| 1037 | background-color: transparent; | 1006 | background-color: transparent; |
| 1038 | border: 1px solid #3daee9; | 1007 | border: 1px solid #3daee9; |
| 1039 | padding: 5px; | 1008 | padding: 5px; |
| 1040 | } | 1009 | } |
| 1041 | 1010 | ||
| 1042 | QToolButton:checked, QToolButton:pressed, | 1011 | QToolButton:checked, |
| 1043 | QToolButton::menu-button:pressed { | 1012 | QToolButton:pressed, |
| 1013 | QToolButton::menu-button:pressed { | ||
| 1044 | background-color: #3daee9; | 1014 | background-color: #3daee9; |
| 1045 | border: 1px solid #3daee9; | 1015 | border: 1px solid #3daee9; |
| 1046 | padding: 5px; | 1016 | padding: 5px; |
| 1047 | } | 1017 | } |
| 1048 | 1018 | ||
| 1019 | |||
| 1049 | /* the subcontrol below is used only in the InstantPopup or DelayedPopup mode */ | 1020 | /* the subcontrol below is used only in the InstantPopup or DelayedPopup mode */ |
| 1021 | |||
| 1050 | QToolButton::menu-indicator { | 1022 | QToolButton::menu-indicator { |
| 1051 | image: url(:/qss_icons/rc/down_arrow.png); | 1023 | image: url(:/qss_icons/rc/down_arrow.png); |
| 1052 | top: -7px; left: -2px; /* shift it a bit */ | 1024 | top: -7px; |
| 1025 | left: -2px; | ||
| 1026 | /* shift it a bit */ | ||
| 1053 | } | 1027 | } |
| 1054 | 1028 | ||
| 1029 | |||
| 1055 | /* the subcontrols below are used only in the MenuButtonPopup mode */ | 1030 | /* the subcontrols below are used only in the MenuButtonPopup mode */ |
| 1031 | |||
| 1056 | QToolButton::menu-button { | 1032 | QToolButton::menu-button { |
| 1057 | border: 1px transparent #76797C; | 1033 | border: 1px transparent #76797C; |
| 1058 | border-top-right-radius: 6px; | 1034 | border-top-right-radius: 6px; |
| @@ -1070,47 +1046,46 @@ QToolButton::menu-arrow:open { | |||
| 1070 | border: 1px solid #76797C; | 1046 | border: 1px solid #76797C; |
| 1071 | } | 1047 | } |
| 1072 | 1048 | ||
| 1073 | QPushButton::menu-indicator { | 1049 | QPushButton::menu-indicator { |
| 1074 | subcontrol-origin: padding; | 1050 | subcontrol-origin: padding; |
| 1075 | subcontrol-position: bottom right; | 1051 | subcontrol-position: bottom right; |
| 1076 | left: 8px; | 1052 | left: 8px; |
| 1077 | } | 1053 | } |
| 1078 | 1054 | ||
| 1079 | QTableView | 1055 | QTableView { |
| 1080 | { | ||
| 1081 | border: 1px solid #76797C; | 1056 | border: 1px solid #76797C; |
| 1082 | gridline-color: #31363b; | 1057 | gridline-color: #31363b; |
| 1083 | background-color: #232629; | 1058 | background-color: #232629; |
| 1084 | } | 1059 | } |
| 1085 | 1060 | ||
| 1086 | 1061 | QTableView, | |
| 1087 | QTableView, QHeaderView | 1062 | QHeaderView { |
| 1088 | { | ||
| 1089 | border-radius: 0px; | 1063 | border-radius: 0px; |
| 1090 | } | 1064 | } |
| 1091 | 1065 | ||
| 1092 | QTableView::item:pressed, QListView::item:pressed, QTreeView::item:pressed { | 1066 | QTableView::item:pressed, |
| 1067 | QListView::item:pressed, | ||
| 1068 | QTreeView::item:pressed { | ||
| 1093 | background: #18465d; | 1069 | background: #18465d; |
| 1094 | color: #eff0f1; | 1070 | color: #eff0f1; |
| 1095 | } | 1071 | } |
| 1096 | 1072 | ||
| 1097 | QTableView::item:selected:active, QTreeView::item:selected:active, QListView::item:selected:active { | 1073 | QTableView::item:selected:active, |
| 1074 | QTreeView::item:selected:active, | ||
| 1075 | QListView::item:selected:active { | ||
| 1098 | background: #287399; | 1076 | background: #287399; |
| 1099 | color: #eff0f1; | 1077 | color: #eff0f1; |
| 1100 | } | 1078 | } |
| 1101 | 1079 | ||
| 1102 | 1080 | QHeaderView { | |
| 1103 | QHeaderView | ||
| 1104 | { | ||
| 1105 | background-color: #31363b; | 1081 | background-color: #31363b; |
| 1106 | border: 1px transparent; | 1082 | border: 1px transparent; |
| 1107 | border-radius: 0px; | 1083 | border-radius: 0px; |
| 1108 | margin: 0px; | 1084 | margin: 0px; |
| 1109 | padding: 0px; | 1085 | padding: 0px; |
| 1110 | |||
| 1111 | } | 1086 | } |
| 1112 | 1087 | ||
| 1113 | QHeaderView::section { | 1088 | QHeaderView::section { |
| 1114 | background-color: #31363b; | 1089 | background-color: #31363b; |
| 1115 | color: #eff0f1; | 1090 | color: #eff0f1; |
| 1116 | padding: 5px; | 1091 | padding: 5px; |
| @@ -1119,34 +1094,32 @@ QHeaderView::section { | |||
| 1119 | text-align: center; | 1094 | text-align: center; |
| 1120 | } | 1095 | } |
| 1121 | 1096 | ||
| 1122 | QHeaderView::section::vertical::first, QHeaderView::section::vertical::only-one | 1097 | QHeaderView::section::vertical::first, |
| 1123 | { | 1098 | QHeaderView::section::vertical::only-one { |
| 1124 | border-top: 1px solid #76797C; | 1099 | border-top: 1px solid #76797C; |
| 1125 | } | 1100 | } |
| 1126 | 1101 | ||
| 1127 | QHeaderView::section::vertical | 1102 | QHeaderView::section::vertical { |
| 1128 | { | ||
| 1129 | border-top: transparent; | 1103 | border-top: transparent; |
| 1130 | } | 1104 | } |
| 1131 | 1105 | ||
| 1132 | QHeaderView::section::horizontal::first, QHeaderView::section::horizontal::only-one | 1106 | QHeaderView::section::horizontal::first, |
| 1133 | { | 1107 | QHeaderView::section::horizontal::only-one { |
| 1134 | border-left: 1px solid #76797C; | 1108 | border-left: 1px solid #76797C; |
| 1135 | } | 1109 | } |
| 1136 | 1110 | ||
| 1137 | QHeaderView::section::horizontal | 1111 | QHeaderView::section::horizontal { |
| 1138 | { | ||
| 1139 | border-left: transparent; | 1112 | border-left: transparent; |
| 1140 | } | 1113 | } |
| 1141 | 1114 | ||
| 1142 | 1115 | QHeaderView::section:checked { | |
| 1143 | QHeaderView::section:checked | ||
| 1144 | { | ||
| 1145 | color: white; | 1116 | color: white; |
| 1146 | background-color: #334e5e; | 1117 | background-color: #334e5e; |
| 1147 | } | 1118 | } |
| 1119 | |||
| 1120 | |||
| 1121 | /* style the sort indicator */ | ||
| 1148 | 1122 | ||
| 1149 | /* style the sort indicator */ | ||
| 1150 | QHeaderView::down-arrow { | 1123 | QHeaderView::down-arrow { |
| 1151 | image: url(:/qss_icons/rc/down_arrow.png); | 1124 | image: url(:/qss_icons/rc/down_arrow.png); |
| 1152 | } | 1125 | } |
| @@ -1155,14 +1128,13 @@ QHeaderView::up-arrow { | |||
| 1155 | image: url(:/qss_icons/rc/up_arrow.png); | 1128 | image: url(:/qss_icons/rc/up_arrow.png); |
| 1156 | } | 1129 | } |
| 1157 | 1130 | ||
| 1158 | |||
| 1159 | QTableCornerButton::section { | 1131 | QTableCornerButton::section { |
| 1160 | background-color: #31363b; | 1132 | background-color: #31363b; |
| 1161 | border: 1px transparent #76797C; | 1133 | border: 1px transparent #76797C; |
| 1162 | border-radius: 0px; | 1134 | border-radius: 0px; |
| 1163 | } | 1135 | } |
| 1164 | 1136 | ||
| 1165 | QToolBox { | 1137 | QToolBox { |
| 1166 | padding: 5px; | 1138 | padding: 5px; |
| 1167 | border: 1px transparent black; | 1139 | border: 1px transparent black; |
| 1168 | } | 1140 | } |
| @@ -1176,22 +1148,22 @@ QToolBox::tab { | |||
| 1176 | border-top-right-radius: 5px; | 1148 | border-top-right-radius: 5px; |
| 1177 | } | 1149 | } |
| 1178 | 1150 | ||
| 1179 | QToolBox::tab:selected { /* italicize selected tabs */ | 1151 | QToolBox::tab:selected { |
| 1152 | /* italicize selected tabs */ | ||
| 1180 | font: italic; | 1153 | font: italic; |
| 1181 | background-color: #31363b; | 1154 | background-color: #31363b; |
| 1182 | border-color: #3daee9; | 1155 | border-color: #3daee9; |
| 1183 | } | 1156 | } |
| 1184 | 1157 | ||
| 1185 | QStatusBar::item { | 1158 | QStatusBar::item { |
| 1186 | border: 0px transparent dark; | 1159 | border: 0px transparent dark; |
| 1187 | } | 1160 | } |
| 1188 | |||
| 1189 | 1161 | ||
| 1190 | QFrame[height="3"], QFrame[width="3"] { | 1162 | QFrame[height="3"], |
| 1163 | QFrame[width="3"] { | ||
| 1191 | background-color: #76797C; | 1164 | background-color: #76797C; |
| 1192 | } | 1165 | } |
| 1193 | 1166 | ||
| 1194 | |||
| 1195 | QSplitter::handle { | 1167 | QSplitter::handle { |
| 1196 | border: 1px dashed #76797C; | 1168 | border: 1px dashed #76797C; |
| 1197 | } | 1169 | } |
| @@ -1219,8 +1191,7 @@ QProgressBar::chunk { | |||
| 1219 | background-color: #05B8CC; | 1191 | background-color: #05B8CC; |
| 1220 | } | 1192 | } |
| 1221 | 1193 | ||
| 1222 | QDateEdit | 1194 | QDateEdit { |
| 1223 | { | ||
| 1224 | selection-background-color: #3daee9; | 1195 | selection-background-color: #3daee9; |
| 1225 | border-style: solid; | 1196 | border-style: solid; |
| 1226 | border: 1px solid #3375A3; | 1197 | border: 1px solid #3375A3; |
| @@ -1229,23 +1200,20 @@ QDateEdit | |||
| 1229 | min-width: 75px; | 1200 | min-width: 75px; |
| 1230 | } | 1201 | } |
| 1231 | 1202 | ||
| 1232 | QDateEdit:on | 1203 | QDateEdit:on { |
| 1233 | { | ||
| 1234 | padding-top: 3px; | 1204 | padding-top: 3px; |
| 1235 | padding-left: 4px; | 1205 | padding-left: 4px; |
| 1236 | selection-background-color: #4a4a4a; | 1206 | selection-background-color: #4a4a4a; |
| 1237 | } | 1207 | } |
| 1238 | 1208 | ||
| 1239 | QDateEdit QAbstractItemView | 1209 | QDateEdit QAbstractItemView { |
| 1240 | { | ||
| 1241 | background-color: #232629; | 1210 | background-color: #232629; |
| 1242 | border-radius: 2px; | 1211 | border-radius: 2px; |
| 1243 | border: 1px solid #3375A3; | 1212 | border: 1px solid #3375A3; |
| 1244 | selection-background-color: #3daee9; | 1213 | selection-background-color: #3daee9; |
| 1245 | } | 1214 | } |
| 1246 | 1215 | ||
| 1247 | QDateEdit::drop-down | 1216 | QDateEdit::drop-down { |
| 1248 | { | ||
| 1249 | subcontrol-origin: padding; | 1217 | subcontrol-origin: padding; |
| 1250 | subcontrol-position: top right; | 1218 | subcontrol-position: top right; |
| 1251 | width: 15px; | 1219 | width: 15px; |
| @@ -1256,13 +1224,12 @@ QDateEdit::drop-down | |||
| 1256 | border-bottom-right-radius: 3px; | 1224 | border-bottom-right-radius: 3px; |
| 1257 | } | 1225 | } |
| 1258 | 1226 | ||
| 1259 | QDateEdit::down-arrow | 1227 | QDateEdit::down-arrow { |
| 1260 | { | ||
| 1261 | image: url(:/qss_icons/rc/down_arrow_disabled.png); | 1228 | image: url(:/qss_icons/rc/down_arrow_disabled.png); |
| 1262 | } | 1229 | } |
| 1263 | 1230 | ||
| 1264 | QDateEdit::down-arrow:on, QDateEdit::down-arrow:hover, | 1231 | QDateEdit::down-arrow:on, |
| 1265 | QDateEdit::down-arrow:focus | 1232 | QDateEdit::down-arrow:hover, |
| 1266 | { | 1233 | QDateEdit::down-arrow:focus { |
| 1267 | image: url(:/qss_icons/rc/down_arrow.png); | 1234 | image: url(:/qss_icons/rc/down_arrow.png); |
| 1268 | } | 1235 | } |