QWidget#widget_bg { background: #1D1D2C; } QWidget#widget_border { background: transparent; border-radius: 4px; border: 1px solid rgba(255,255,255,0.15); } QWidget#widget_border:hover { background: transparent; border-radius: 4px; border: 1px solid #4458FE; } QWidget#widget_border:focus { background: transparent; border-radius: 4px; border: 1px solid #4458FE; } QListWidget { background: #1D1D2C; border:1px solid rgba(255,255,255,0.2); font-size: 14px; font-weight: 400; color: #D2D2D2; } QListWidget::item { border:none; background: #1D1D2C; font-size: 14px; font-weight: 400; color: #D2D2D2; height:30px; } QListWidget::item:hover { border:none; background: #438EFF; height:30px; } QListWidget::item:selected { border:none; background: #438EFF; height:30px; } QLabel { font-size: 14px; font-weight: 400; color: #D2D2D2; } QFrame#line { color: rgba(255,255,255,0.15); } QLineEdit { background: #1D1D2C; border-radius: 4px; border: 1px solid rgba(255,255,255,0.15); font-weight: 400; font-size: 14px; color: #D2D2D2; padding-left: 12px; } QLineEdit:hover { border: 1px solid #4458FE; } QLineEdit:focus { border: 1px solid #4458FE; } QLineEdit#lineEdit_wait { background: transparent; border:none; font-weight: 400; font-size: 14px; color: #D2D2D2; padding-left: 12px; } QComboBox { font-size: 14px; color: #D2D2D2; line-height: 20px; background: transparent; border-radius: 4px; border: 1px solid rgba(255,255,255,0.15); padding-left:12px; } QComboBox:hover { border: 1px solid #4458FE; } QComboBox::down-arrow { image: url(:/deep/dropdown.png); height:16px; width:16px; } QComboBox::drop-down { background: transparent; padding-right:8px; } QComboBox QAbstractItemView { font-size: 14px; background: #5C5E61; border: 1px solid rgba(255,255,255,0.2); border-radius: 4px; outline:0px; } QComboBox QAbstractItemView::item { color: #D2D2D2; font-size: 14px; background: #1D1D2C; padding-left:12px; border:none; height:40px; } QComboBox QAbstractItemView::item:hover { font-weight: 500; color: #D2D2D2; background: #438EFF; } QComboBox QAbstractItemView::item:selected { font-weight: 500; color: #D2D2D2; background: #438EFF; } QPushButton { font-size: 14px; font-weight: 400; color: #FFFFFF; background: qlineargradient(x1:0, y1:0, x2:1, y2:0, stop:0 rgba(79, 138, 255, 1), stop:1 rgba(75, 94, 255, 1)); border-radius: 16px; } QPushButton:hover { font-size: 14px; font-weight: 500; color: #FFFFFF; line-height: 21px; border: none; border-radius: 16px; background: rgba(79, 138, 255, 220); } QPushButton:disabled { font-size: 14px; font-weight: 500; color: rgba(255,255,255,115); line-height: 21px; border: none; border-radius: 16px; background: qlineargradient(x1:0, y1:0, x2:1, y2:0,stop: 0 rgb(79, 138, 255),stop: 1 rgb(75, 94, 255)); } QScrollArea { background: #1D1D2C; } QWidget#scrollAreaWidgetContents { background: #1D1D2C; } QScrollBar:horizontal,QScrollBar:vertical { border:none; background-color: transparent; margin: 0px 0px 0px 0px; } QScrollBar:horizontal { padding-left:0px; height: 4px; } QScrollBar:vertical { padding-top:0px; width: 4px; } QScrollBar::handle:horizontal,QScrollBar::handle:vertical { background: #797B7E; border-radius: 2px; min-width: 20px; } QScrollBar::handle:horizontal { min-width: 60px; } QScrollBar::handle:vertical { min-height: 60px; } QScrollBar::add-line:horizontal, QScrollBar::sub-line:horizontal, QScrollBar::add-line:vertical, QScrollBar::sub-line:vertical { background-color: transparent; border: none; } QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal, QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { background-color: transparent; background: none; }