2026-03-11 19:11:25 -07:00
|
|
|
/* Setec Partition Wizard - Default Stylesheet */
|
|
|
|
|
|
|
|
|
|
QMainWindow {
|
|
|
|
|
background-color: #1e1e2e;
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
color: #ffffff;
|
2026-03-11 19:11:25 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QTabWidget::pane {
|
|
|
|
|
border: 1px solid #45475a;
|
|
|
|
|
background-color: #1e1e2e;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QTabBar::tab {
|
|
|
|
|
background-color: #313244;
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
color: #ffffff;
|
2026-03-11 19:11:25 -07:00
|
|
|
padding: 8px 20px;
|
|
|
|
|
margin-right: 2px;
|
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
|
min-width: 120px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QTabBar::tab:selected {
|
|
|
|
|
background-color: #45475a;
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
color: #ffffff;
|
|
|
|
|
border-bottom: 2px solid #d4a574;
|
2026-03-11 19:11:25 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QTabBar::tab:hover:!selected {
|
|
|
|
|
background-color: #3b3d52;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QTreeView, QTableView, QListView {
|
|
|
|
|
background-color: #181825;
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
color: #ffffff;
|
2026-03-11 19:11:25 -07:00
|
|
|
border: 1px solid #45475a;
|
|
|
|
|
selection-background-color: #45475a;
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
selection-color: #ffffff;
|
2026-03-11 19:11:25 -07:00
|
|
|
alternate-background-color: #1e1e2e;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QTreeView::item:hover, QTableView::item:hover {
|
|
|
|
|
background-color: #313244;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QHeaderView::section {
|
|
|
|
|
background-color: #313244;
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
color: #ffffff;
|
2026-03-11 19:11:25 -07:00
|
|
|
padding: 4px 8px;
|
|
|
|
|
border: 1px solid #45475a;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QPushButton {
|
|
|
|
|
background-color: #45475a;
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
color: #ffffff;
|
2026-03-11 19:11:25 -07:00
|
|
|
border: 1px solid #585b70;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 6px 16px;
|
|
|
|
|
min-width: 80px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QPushButton:hover {
|
|
|
|
|
background-color: #585b70;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QPushButton:pressed {
|
|
|
|
|
background-color: #313244;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QPushButton#applyButton {
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
background-color: #d4a574;
|
2026-03-11 19:11:25 -07:00
|
|
|
color: #1e1e2e;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QPushButton#applyButton:hover {
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
background-color: #c49060;
|
2026-03-11 19:11:25 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QPushButton#cancelButton {
|
|
|
|
|
background-color: #f38ba8;
|
|
|
|
|
color: #1e1e2e;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QProgressBar {
|
|
|
|
|
background-color: #313244;
|
|
|
|
|
border: 1px solid #45475a;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
text-align: center;
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
color: #ffffff;
|
2026-03-11 19:11:25 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QProgressBar::chunk {
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
background-color: #d4a574;
|
2026-03-11 19:11:25 -07:00
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QMenuBar {
|
|
|
|
|
background-color: #181825;
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
color: #ffffff;
|
2026-03-11 19:11:25 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QMenuBar::item:selected {
|
|
|
|
|
background-color: #45475a;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QMenu {
|
|
|
|
|
background-color: #1e1e2e;
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
color: #ffffff;
|
2026-03-11 19:11:25 -07:00
|
|
|
border: 1px solid #45475a;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QMenu::item:selected {
|
|
|
|
|
background-color: #45475a;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QToolBar {
|
|
|
|
|
background-color: #181825;
|
|
|
|
|
border-bottom: 1px solid #45475a;
|
|
|
|
|
spacing: 4px;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QStatusBar {
|
|
|
|
|
background-color: #181825;
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
color: #ffffff;
|
2026-03-11 19:11:25 -07:00
|
|
|
border-top: 1px solid #45475a;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QSplitter::handle {
|
|
|
|
|
background-color: #45475a;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QGroupBox {
|
|
|
|
|
border: 1px solid #45475a;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
padding-top: 8px;
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
color: #ffffff;
|
2026-03-11 19:11:25 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QGroupBox::title {
|
|
|
|
|
subcontrol-origin: margin;
|
|
|
|
|
left: 10px;
|
|
|
|
|
padding: 0 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QLineEdit, QSpinBox, QComboBox {
|
|
|
|
|
background-color: #313244;
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
color: #ffffff;
|
2026-03-11 19:11:25 -07:00
|
|
|
border: 1px solid #45475a;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 4px 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QLineEdit:focus, QSpinBox:focus, QComboBox:focus {
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
border-color: #d4a574;
|
2026-03-11 19:11:25 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QToolTip {
|
|
|
|
|
background-color: #313244;
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
color: #ffffff;
|
2026-03-11 19:11:25 -07:00
|
|
|
border: 1px solid #45475a;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
}
|
v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
including mid-format failures, corrupted partition tables, RAW media.
Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-11 23:56:12 -07:00
|
|
|
|
|
|
|
|
QLabel {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QCheckBox, QRadioButton {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QTextEdit, QPlainTextEdit {
|
|
|
|
|
background-color: #181825;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
border: 1px solid #45475a;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QScrollBar:vertical {
|
|
|
|
|
background-color: #181825;
|
|
|
|
|
width: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QScrollBar::handle:vertical {
|
|
|
|
|
background-color: #45475a;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
min-height: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QScrollBar::handle:vertical:hover {
|
|
|
|
|
background-color: #585b70;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QScrollBar:horizontal {
|
|
|
|
|
background-color: #181825;
|
|
|
|
|
height: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QScrollBar::handle:horizontal {
|
|
|
|
|
background-color: #45475a;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
min-width: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
QScrollBar::handle:horizontal:hover {
|
|
|
|
|
background-color: #585b70;
|
|
|
|
|
}
|