diff options
Diffstat (limited to 'dist/qt_themes/qdarkstyle/style.qss')
| -rw-r--r-- | dist/qt_themes/qdarkstyle/style.qss | 86 |
1 files changed, 38 insertions, 48 deletions
diff --git a/dist/qt_themes/qdarkstyle/style.qss b/dist/qt_themes/qdarkstyle/style.qss index 66026e8be..2a1e8ddeb 100644 --- a/dist/qt_themes/qdarkstyle/style.qss +++ b/dist/qt_themes/qdarkstyle/style.qss | |||
| @@ -99,12 +99,19 @@ QGroupBox::indicator:unchecked:disabled { | |||
| 99 | } | 99 | } |
| 100 | 100 | ||
| 101 | QRadioButton { | 101 | QRadioButton { |
| 102 | spacing: 5px; | ||
| 103 | outline: none; | ||
| 104 | color: #eff0f1; | 102 | color: #eff0f1; |
| 103 | spacing: 3px; | ||
| 104 | padding: 0px; | ||
| 105 | border: none; | ||
| 106 | outline: none; | ||
| 105 | margin-bottom: 2px; | 107 | margin-bottom: 2px; |
| 106 | } | 108 | } |
| 107 | 109 | ||
| 110 | QGroupBox QRadioButton { | ||
| 111 | padding-left: 0px; | ||
| 112 | padding-right: 7px; | ||
| 113 | } | ||
| 114 | |||
| 108 | QRadioButton:disabled { | 115 | QRadioButton:disabled { |
| 109 | color: #76797C; | 116 | color: #76797C; |
| 110 | } | 117 | } |
| @@ -522,13 +529,12 @@ QToolButton#qt_toolbar_ext_button { | |||
| 522 | 529 | ||
| 523 | QPushButton { | 530 | QPushButton { |
| 524 | color: #eff0f1; | 531 | color: #eff0f1; |
| 525 | border-width: 1px; | 532 | border: 1px solid #54575B; |
| 526 | border-color: #54575B; | ||
| 527 | border-style: solid; | ||
| 528 | padding: 6px 4px; | ||
| 529 | border-radius: 2px; | 533 | border-radius: 2px; |
| 534 | padding: 5px 0px 5px 0px; | ||
| 530 | outline: none; | 535 | outline: none; |
| 531 | min-width: 100px; | 536 | min-width: 100px; |
| 537 | min-height: 13px; | ||
| 532 | background-color: #232629; | 538 | background-color: #232629; |
| 533 | } | 539 | } |
| 534 | 540 | ||
| @@ -553,8 +559,9 @@ QComboBox { | |||
| 553 | selection-background-color: #3daee9; | 559 | selection-background-color: #3daee9; |
| 554 | border: 1px solid #54575B; | 560 | border: 1px solid #54575B; |
| 555 | border-radius: 2px; | 561 | border-radius: 2px; |
| 556 | padding: 4px 6px; | 562 | padding: 0px 4px 0px 4px; |
| 557 | min-width: 75px; | 563 | min-width: 60px; |
| 564 | min-height: 23px; | ||
| 558 | background-color: #232629; | 565 | background-color: #232629; |
| 559 | } | 566 | } |
| 560 | 567 | ||
| @@ -608,26 +615,26 @@ QComboBox::down-arrow:focus { | |||
| 608 | } | 615 | } |
| 609 | 616 | ||
| 610 | QAbstractSpinBox { | 617 | QAbstractSpinBox { |
| 611 | padding: 4px 6px; | ||
| 612 | border: 1px solid #54575B; | 618 | border: 1px solid #54575B; |
| 613 | background-color: #232629; | 619 | background-color: #232629; |
| 614 | color: #eff0f1; | 620 | color: #eff0f1; |
| 615 | border-radius: 2px; | 621 | border-radius: 2px; |
| 616 | min-width: 75px; | 622 | min-width: 52px; |
| 623 | min-height: 23px; | ||
| 617 | } | 624 | } |
| 618 | 625 | ||
| 619 | QAbstractSpinBox:up-button { | 626 | QAbstractSpinBox:up-button { |
| 620 | background-color: transparent; | 627 | background-color: transparent; |
| 621 | subcontrol-origin: border; | 628 | subcontrol-origin: border; |
| 622 | subcontrol-position: center right; | 629 | subcontrol-position: center right; |
| 623 | left: -6px; | 630 | left: -2px; |
| 624 | } | 631 | } |
| 625 | 632 | ||
| 626 | QAbstractSpinBox:down-button { | 633 | QAbstractSpinBox:down-button { |
| 627 | background-color: transparent; | 634 | background-color: transparent; |
| 628 | subcontrol-origin: border; | 635 | subcontrol-origin: border; |
| 629 | subcontrol-position: center left; | 636 | subcontrol-position: center left; |
| 630 | right: -6px; | 637 | right: -2px; |
| 631 | } | 638 | } |
| 632 | 639 | ||
| 633 | QAbstractSpinBox::up-arrow, | 640 | QAbstractSpinBox::up-arrow, |
| @@ -1277,41 +1284,33 @@ QPushButton#RendererStatusBarButton:!checked { | |||
| 1277 | } | 1284 | } |
| 1278 | 1285 | ||
| 1279 | QPushButton#buttonRefreshDevices { | 1286 | QPushButton#buttonRefreshDevices { |
| 1280 | min-width: 24px; | 1287 | min-width: 23px; |
| 1281 | min-height: 24px; | 1288 | min-height: 23px; |
| 1282 | max-width: 24px; | 1289 | max-width: 23px; |
| 1283 | max-height: 24px; | 1290 | max-height: 23px; |
| 1284 | padding: 0px 0px; | 1291 | padding: 0px 0px; |
| 1285 | } | 1292 | } |
| 1286 | 1293 | ||
| 1287 | QSpinBox#spinboxLStickRange, | 1294 | QSpinBox#spinboxLStickRange, |
| 1288 | QSpinBox#spinboxRStickRange { | 1295 | QSpinBox#spinboxRStickRange, |
| 1289 | padding: 4px 0px 5px 0px; | 1296 | QSpinBox#vibrationSpinPlayer1, |
| 1290 | min-width: 63px; | 1297 | QSpinBox#vibrationSpinPlayer2, |
| 1291 | } | 1298 | QSpinBox#vibrationSpinPlayer3, |
| 1292 | 1299 | QSpinBox#vibrationSpinPlayer4, | |
| 1293 | QSpinBox#vibrationSpin { | 1300 | QSpinBox#vibrationSpinPlayer5, |
| 1294 | padding: 4px 0px 5px 0px; | 1301 | QSpinBox#vibrationSpinPlayer6, |
| 1295 | min-width: 63px; | 1302 | QSpinBox#vibrationSpinPlayer7, |
| 1296 | } | 1303 | QSpinBox#vibrationSpinPlayer8 { |
| 1297 | 1304 | min-width: 68px; | |
| 1298 | QSpinBox#spinboxLStickRange:up-button, | 1305 | } |
| 1299 | QSpinBox#spinboxRStickRange:up-button, | 1306 | |
| 1300 | QSpinBox#vibrationSpin:up-button { | 1307 | QDialog#ConfigureVibration QGroupBox::indicator, |
| 1301 | left: -2px; | ||
| 1302 | } | ||
| 1303 | |||
| 1304 | QSpinBox#spinboxLStickRange:down-button, | ||
| 1305 | QSpinBox#spinboxRStickRange:down-button, | ||
| 1306 | QSpinBox#vibrationSpin:down-button { | ||
| 1307 | right: -1px; | ||
| 1308 | } | ||
| 1309 | |||
| 1310 | QGroupBox#motionGroup::indicator, | 1308 | QGroupBox#motionGroup::indicator, |
| 1311 | QGroupBox#vibrationGroup::indicator { | 1309 | QGroupBox#vibrationGroup::indicator { |
| 1312 | margin-left: 0px; | 1310 | margin-left: 0px; |
| 1313 | } | 1311 | } |
| 1314 | 1312 | ||
| 1313 | QDialog#ConfigureVibration QGroupBox::title, | ||
| 1315 | QGroupBox#motionGroup::title, | 1314 | QGroupBox#motionGroup::title, |
| 1316 | QGroupBox#vibrationGroup::title { | 1315 | QGroupBox#vibrationGroup::title { |
| 1317 | spacing: 2px; | 1316 | spacing: 2px; |
| @@ -1340,16 +1339,7 @@ QWidget#middleControllerApplet { | |||
| 1340 | 1339 | ||
| 1341 | QWidget#topPerGameInput QComboBox, | 1340 | QWidget#topPerGameInput QComboBox, |
| 1342 | QWidget#middleControllerApplet QComboBox { | 1341 | QWidget#middleControllerApplet QComboBox { |
| 1343 | width: 119px; | 1342 | width: 120px; |
| 1344 | } | ||
| 1345 | |||
| 1346 | QRadioButton#radioDocked { | ||
| 1347 | margin-left: -3px; | ||
| 1348 | } | ||
| 1349 | |||
| 1350 | |||
| 1351 | QRadioButton#radioUndocked { | ||
| 1352 | margin-right: 5px; | ||
| 1353 | } | 1343 | } |
| 1354 | 1344 | ||
| 1355 | QWidget#connectedControllers { | 1345 | QWidget#connectedControllers { |