2017-11-16 22:32:28 +03:00
|
|
|
/**********************************
|
|
|
|
* *
|
|
|
|
* Light theme for EasyProfiler. *
|
|
|
|
* *
|
2017-11-20 23:34:45 +03:00
|
|
|
* Automatically generated from *
|
|
|
|
* default.scss by pysassc tool *
|
|
|
|
* *
|
2017-11-16 22:32:28 +03:00
|
|
|
***********************************/
|
|
|
|
* {
|
2018-05-22 21:36:18 +03:00
|
|
|
font-family: "DejaVu Sans";
|
|
|
|
font-size: 10pt;
|
|
|
|
color: #504040; }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
|
|
|
*:disabled {
|
2018-05-22 21:36:18 +03:00
|
|
|
color: #c4c4c4; }
|
2018-05-19 23:40:01 +03:00
|
|
|
|
|
|
|
RoundProgressIndicator {
|
2018-05-22 21:36:18 +03:00
|
|
|
qproperty-color: #3297FD;
|
|
|
|
qproperty-background: #c4c4c4;
|
|
|
|
background: transparent; }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
2018-01-28 20:52:17 +03:00
|
|
|
MainWindow, QToolBar, QDialog {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #f8f2f2; }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QToolTip {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #ffeccc;
|
|
|
|
border: 1px solid #c4c4c4;
|
|
|
|
color: #504040; }
|
2018-03-26 21:38:41 +03:00
|
|
|
|
2018-03-29 01:56:21 +03:00
|
|
|
ArbitraryValueToolTip {
|
2018-05-22 21:36:18 +03:00
|
|
|
margin: 0;
|
|
|
|
border: none;
|
|
|
|
background-color: #ffeccc; }
|
|
|
|
ArbitraryValueToolTip QWidget#cnt {
|
|
|
|
border: 1px solid #c4c4c4;
|
|
|
|
background-color: transparent;
|
|
|
|
margin: 0; }
|
|
|
|
ArbitraryValueToolTip QLabel {
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
color: #504040; }
|
|
|
|
ArbitraryValueToolTip QTextEdit {
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
color: #504040;
|
|
|
|
selection-color: white;
|
|
|
|
selection-background-color: #3297FD; }
|
2018-03-29 01:56:21 +03:00
|
|
|
|
|
|
|
QWidget#DiagramPopup, QWidget#ThreadsPopup {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #ffeccc;
|
|
|
|
border: 1px solid #c4c4c4; }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
2017-11-27 22:02:15 +03:00
|
|
|
QGraphicsView {
|
2018-05-22 21:36:18 +03:00
|
|
|
border: 1px solid #c4c4c4; }
|
2017-11-27 22:02:15 +03:00
|
|
|
|
2018-01-21 19:37:44 +03:00
|
|
|
QSplitter::handle:hover {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #3297FD; }
|
2018-01-21 19:37:44 +03:00
|
|
|
|
|
|
|
QSplitter::handle:pressed {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #0264c7; }
|
2018-05-19 23:40:01 +03:00
|
|
|
|
|
|
|
QLabel#BlocksTreeWidget_HintLabel {
|
2018-05-22 21:36:18 +03:00
|
|
|
color: gray;
|
|
|
|
font-size: 13pt; }
|
2018-01-21 19:37:44 +03:00
|
|
|
|
2017-11-16 22:32:28 +03:00
|
|
|
/* ****************************************************************************************************************** */
|
2018-05-19 23:40:01 +03:00
|
|
|
QLineEdit, QSpinBox {
|
2018-05-22 21:36:18 +03:00
|
|
|
border: 1px solid #c4c4c4;
|
|
|
|
background-color: white;
|
|
|
|
selection-background-color: #3297FD;
|
|
|
|
selection-color: white;
|
|
|
|
height: 15ex; }
|
2018-05-19 23:40:01 +03:00
|
|
|
|
|
|
|
QComboBox {
|
2018-05-22 21:36:18 +03:00
|
|
|
border: 1px solid #c4c4c4;
|
|
|
|
background-color: white;
|
|
|
|
selection-background-color: #B4D5FE;
|
|
|
|
selection-color: #504040;
|
|
|
|
height: 15ex;
|
|
|
|
padding-right: 11ex; }
|
2017-11-20 23:34:45 +03:00
|
|
|
|
2017-11-23 22:01:44 +03:00
|
|
|
QLineEdit:disabled, QComboBox:disabled, QSpinBox:disabled {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #f0f0f0;
|
|
|
|
color: #c4c4c4;
|
|
|
|
selection-background-color: #B4D5FE;
|
|
|
|
selection-color: #c4c4c4; }
|
2017-11-20 23:34:45 +03:00
|
|
|
|
|
|
|
QLineEdit:focus {
|
2018-05-22 21:36:18 +03:00
|
|
|
border: 1px solid #3297FD; }
|
2017-11-20 23:34:45 +03:00
|
|
|
|
2017-11-23 22:01:44 +03:00
|
|
|
/* ****************************************************************************************************************** */
|
2017-11-20 23:34:45 +03:00
|
|
|
QComboBox::drop-down {
|
2018-05-22 21:36:18 +03:00
|
|
|
subcontrol-origin: border;
|
|
|
|
subcontrol-position: center right;
|
|
|
|
border: none;
|
|
|
|
width: 10ex; }
|
2017-11-20 23:34:45 +03:00
|
|
|
|
|
|
|
QComboBox::down-arrow {
|
2018-05-22 21:36:18 +03:00
|
|
|
image: url(":/images/default/arrow-down");
|
|
|
|
width: 5ex;
|
|
|
|
height: 5ex; }
|
2017-11-20 23:34:45 +03:00
|
|
|
|
2017-11-23 22:01:44 +03:00
|
|
|
QComboBox::down-arrow:hover {
|
2018-05-22 21:36:18 +03:00
|
|
|
image: url(":/images/default/arrow-down-hover"); }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
2017-11-20 23:34:45 +03:00
|
|
|
QComboBox::down-arrow:disabled {
|
2018-05-22 21:36:18 +03:00
|
|
|
image: url(":/images/default/arrow-down-disabled"); }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
/* ****************************************************************************************************************** */
|
|
|
|
QSpinBox::up-button {
|
2018-05-22 21:36:18 +03:00
|
|
|
subcontrol-origin: padding;
|
|
|
|
subcontrol-position: top right;
|
|
|
|
border: none;
|
|
|
|
width: 10ex; }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QSpinBox::down-button {
|
2018-05-22 21:36:18 +03:00
|
|
|
subcontrol-origin: padding;
|
|
|
|
subcontrol-position: bottom right;
|
|
|
|
border: none;
|
|
|
|
width: 10ex; }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QSpinBox::up-arrow {
|
2018-05-22 21:36:18 +03:00
|
|
|
image: url(":/images/default/arrow-up");
|
|
|
|
width: 5ex;
|
|
|
|
height: 5ex; }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QSpinBox::up-arrow:hover {
|
2018-05-22 21:36:18 +03:00
|
|
|
image: url(":/images/default/arrow-up-hover"); }
|
2018-05-19 23:40:01 +03:00
|
|
|
|
|
|
|
QSpinBox::up-arrow:pressed {
|
2018-05-22 21:36:18 +03:00
|
|
|
image: url(":/images/default/arrow-up-pressed"); }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QSpinBox::up-arrow:disabled {
|
2018-05-22 21:36:18 +03:00
|
|
|
image: url(":/images/default/arrow-up-disabled"); }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QSpinBox::down-arrow {
|
2018-05-22 21:36:18 +03:00
|
|
|
image: url(":/images/default/arrow-down");
|
|
|
|
width: 5ex;
|
|
|
|
height: 5ex; }
|
2017-11-20 23:34:45 +03:00
|
|
|
|
2017-11-23 22:01:44 +03:00
|
|
|
QSpinBox::down-arrow:hover {
|
2018-05-22 21:36:18 +03:00
|
|
|
image: url(":/images/default/arrow-down-hover"); }
|
2018-05-19 23:40:01 +03:00
|
|
|
|
|
|
|
QSpinBox::down-arrow:pressed {
|
2018-05-22 21:36:18 +03:00
|
|
|
image: url(":/images/default/arrow-down-pressed"); }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QSpinBox::down-arrow:disabled {
|
2018-05-22 21:36:18 +03:00
|
|
|
image: url(":/images/default/arrow-down-disabled"); }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
/* ****************************************************************************************************************** */
|
2017-11-20 23:34:45 +03:00
|
|
|
QPushButton {
|
2018-05-22 21:36:18 +03:00
|
|
|
height: 15ex;
|
|
|
|
min-width: 35ex;
|
|
|
|
border: 1px solid #c4c4c4;
|
|
|
|
background-color: white;
|
|
|
|
padding-left: 5ex;
|
|
|
|
padding-right: 5ex; }
|
2017-11-20 23:34:45 +03:00
|
|
|
|
2017-11-23 22:01:44 +03:00
|
|
|
QPushButton:disabled {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #f0f0f0;
|
|
|
|
color: #c4c4c4; }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
2017-11-20 23:34:45 +03:00
|
|
|
QPushButton:hover {
|
2018-05-23 00:22:12 +03:00
|
|
|
border-color: #3297FD; }
|
2017-11-20 23:34:45 +03:00
|
|
|
|
|
|
|
QPushButton:pressed {
|
2018-05-23 00:22:12 +03:00
|
|
|
border-color: #3297FD;
|
|
|
|
background-color: #3297FD;
|
|
|
|
color: white; }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
2017-11-23 22:01:44 +03:00
|
|
|
/* ****************************************************************************************************************** */
|
|
|
|
QListView {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: white;
|
|
|
|
border: 1px solid #c4c4c4; }
|
2017-11-27 22:02:15 +03:00
|
|
|
|
|
|
|
QListView, QTableView, QTreeView {
|
2018-05-22 21:36:18 +03:00
|
|
|
alternate-background-color: #e4e4ec;
|
|
|
|
selection-background-color: #B4D5FE;
|
|
|
|
selection-color: #504040; }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
2018-02-25 21:04:32 +03:00
|
|
|
QTreeView::branch {
|
2018-05-22 21:36:18 +03:00
|
|
|
padding: 5ex 0 5ex 0;
|
|
|
|
selection-background-color: #B4D5FE;
|
|
|
|
border-bottom: 1px solid #c4c4c4; }
|
2018-02-25 21:04:32 +03:00
|
|
|
|
|
|
|
QTreeView::branch:selected {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #B4D5FE; }
|
2018-02-25 21:04:32 +03:00
|
|
|
|
|
|
|
QTreeView::branch:open:has-children {
|
2018-05-22 21:36:18 +03:00
|
|
|
border-image: none;
|
|
|
|
image: url(":/images/default/arrow-down"); }
|
2018-02-25 21:04:32 +03:00
|
|
|
|
|
|
|
QTreeView::branch:closed:has-children {
|
2018-05-22 21:36:18 +03:00
|
|
|
border-image: none;
|
|
|
|
image: url(":/images/default/arrow-right"); }
|
2018-02-25 21:04:32 +03:00
|
|
|
|
2017-11-27 22:02:15 +03:00
|
|
|
QListView::item, QTableView::item, QTreeView::item {
|
2018-05-22 21:36:18 +03:00
|
|
|
height: 15ex;
|
|
|
|
border-bottom: 1px solid #c4c4c4; }
|
2017-11-27 22:02:15 +03:00
|
|
|
|
|
|
|
QListView::item:selected, QTableView::item:selected, QTreeView::item:selected {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #B4D5FE; }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
2017-12-28 00:23:14 +03:00
|
|
|
QTreeView::indicator {
|
2018-05-22 21:36:18 +03:00
|
|
|
width: 9ex;
|
|
|
|
height: 9ex;
|
|
|
|
background-color: transparent;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
padding: 1px;
|
|
|
|
margin: 0; }
|
|
|
|
|
|
|
|
QTreeView::indicator:hover {
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid #c4c4c4; }
|
2017-12-28 00:23:14 +03:00
|
|
|
|
|
|
|
QTreeView::indicator:checked {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #3297FD;
|
|
|
|
border: 1px solid #198afd;
|
|
|
|
image: url(":/images/default/check"); }
|
2017-12-28 00:23:14 +03:00
|
|
|
|
|
|
|
QTreeView::indicator:checked:disabled {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #B4D5FE;
|
|
|
|
border: 1px solid #9bc7fe;
|
|
|
|
image: url(":/images/default/check-disabled"); }
|
2017-12-28 00:23:14 +03:00
|
|
|
|
2018-03-07 20:52:39 +03:00
|
|
|
QTreeView::indicator:indeterminate {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #3297FD;
|
|
|
|
border: 1px solid #198afd;
|
|
|
|
image: url(":/images/default/partial-check"); }
|
2018-03-07 20:52:39 +03:00
|
|
|
|
|
|
|
QTreeView::indicator:indeterminate:disabled {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #B4D5FE;
|
|
|
|
border: 1px solid #9bc7fe;
|
|
|
|
image: url(":/images/default/partial-check-disabled"); }
|
2018-03-07 20:52:39 +03:00
|
|
|
|
2017-11-16 22:32:28 +03:00
|
|
|
/* ****************************************************************************************************************** */
|
|
|
|
QMenu {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: white;
|
|
|
|
border: 1px solid #c4c4c4;
|
|
|
|
padding: 2ex 1ex 2ex 1ex; }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
|
|
|
QMenu::item {
|
2018-05-22 21:36:18 +03:00
|
|
|
height: 15ex;
|
|
|
|
padding-left: 15ex;
|
|
|
|
padding-right: 5ex;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
/* reserve space for selection border */ }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
|
|
|
QMenu::item:selected {
|
2018-05-22 21:36:18 +03:00
|
|
|
border: 1px solid transparent;
|
|
|
|
background-color: #B4D5FE;
|
|
|
|
color: #504040; }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
|
|
|
QMenu::icon {
|
2018-05-22 21:36:18 +03:00
|
|
|
width: 8ex;
|
|
|
|
height: 8ex;
|
|
|
|
background: none;
|
|
|
|
border: 1px inset transparent;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 1ex 0 2ex; }
|
2017-11-20 23:34:45 +03:00
|
|
|
|
|
|
|
QMenu::icon:checked {
|
|
|
|
/* appearance of a 'checked' icon */
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #dddddd;
|
|
|
|
border: 1px inset #aaaaaa; }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
|
|
|
QMenu::separator {
|
2018-05-22 21:36:18 +03:00
|
|
|
height: 1px;
|
|
|
|
background: #c4c4c4;
|
|
|
|
margin-left: 4ex;
|
|
|
|
margin-right: 4ex; }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
|
|
|
QMenu::indicator {
|
2018-05-22 21:36:18 +03:00
|
|
|
width: 9ex;
|
|
|
|
height: 9ex;
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid #c4c4c4;
|
|
|
|
padding: 1px;
|
|
|
|
margin: 0 0 0 2ex; }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
2017-11-20 23:34:45 +03:00
|
|
|
QMenu::indicator:non-exclusive:checked {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #3297FD;
|
|
|
|
border: 1px solid #198afd;
|
|
|
|
image: url(":/images/default/check"); }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
2017-11-20 23:34:45 +03:00
|
|
|
QMenu::indicator:non-exclusive:checked:disabled {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #B4D5FE;
|
|
|
|
border: 1px solid #9bc7fe;
|
|
|
|
image: url(":/images/default/check-disabled"); }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
2017-11-20 23:34:45 +03:00
|
|
|
QMenu::indicator:exclusive {
|
2018-05-22 21:36:18 +03:00
|
|
|
border-radius: 5ex; }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
2017-11-20 23:34:45 +03:00
|
|
|
QMenu::indicator:exclusive:checked {
|
2018-05-22 21:36:18 +03:00
|
|
|
image: url(":/images/default/radio-check"); }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
2017-11-20 23:34:45 +03:00
|
|
|
QMenu::indicator:exclusive:checked:disabled {
|
2018-05-22 21:36:18 +03:00
|
|
|
image: url(":/images/default/radio-check-disabled"); }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
|
|
|
/* ****************************************************************************************************************** */
|
2018-05-19 23:40:01 +03:00
|
|
|
QHeaderView::section {
|
2018-05-22 21:36:18 +03:00
|
|
|
height: 15.3ex;
|
|
|
|
width: 60ex;
|
|
|
|
min-width: 40ex;
|
|
|
|
background: #eeeeee; }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
2018-05-19 23:40:01 +03:00
|
|
|
/* ****************************************************************************************************************** */
|
|
|
|
DockWidget QWidget#EasyDockWidgetTitle {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #686464; }
|
|
|
|
DockWidget QWidget#EasyDockWidgetTitle QLabel {
|
|
|
|
color: white;
|
|
|
|
margin-left: 4px; }
|
|
|
|
DockWidget QWidget#EasyDockWidgetTitle QPushButton {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
max-height: 8ex;
|
|
|
|
min-width: 8ex;
|
|
|
|
max-width: 8ex;
|
|
|
|
margin-right: 3ex;
|
|
|
|
padding: 0; }
|
|
|
|
DockWidget QWidget#EasyDockWidgetTitle QPushButton#EasyDockWidgetFloatButton {
|
|
|
|
image: url(":/images/default/dock-maximize-white"); }
|
|
|
|
DockWidget QWidget#EasyDockWidgetTitle QPushButton#EasyDockWidgetFloatButton:hover {
|
|
|
|
image: url(":/images/default/dock-maximize-white-hover"); }
|
|
|
|
DockWidget QWidget#EasyDockWidgetTitle QPushButton#EasyDockWidgetFloatButton:pressed {
|
|
|
|
image: url(":/images/default/dock-maximize-white-pressed"); }
|
|
|
|
DockWidget QWidget#EasyDockWidgetTitle QPushButton#EasyDockWidgetFloatButton[floating=true] {
|
|
|
|
image: url(":/images/default/dock-minimize-white"); }
|
|
|
|
DockWidget QWidget#EasyDockWidgetTitle QPushButton#EasyDockWidgetFloatButton[floating=true]:hover {
|
|
|
|
image: url(":/images/default/dock-minimize-white-hover"); }
|
|
|
|
DockWidget QWidget#EasyDockWidgetTitle QPushButton#EasyDockWidgetFloatButton[floating=true]:pressed {
|
|
|
|
image: url(":/images/default/dock-minimize-white-pressed"); }
|
|
|
|
DockWidget QWidget#EasyDockWidgetTitle QPushButton#EasyDockWidgetCloseButton {
|
|
|
|
image: url(":/images/default/dock-close-white"); }
|
|
|
|
DockWidget QWidget#EasyDockWidgetTitle QPushButton#EasyDockWidgetCloseButton:hover {
|
|
|
|
image: url(":/images/default/dock-close-white-hover"); }
|
|
|
|
DockWidget QWidget#EasyDockWidgetTitle QPushButton#EasyDockWidgetCloseButton:pressed {
|
|
|
|
image: url(":/images/default/dock-close-white-pressed"); }
|
2017-11-16 22:32:28 +03:00
|
|
|
|
2017-11-20 23:34:45 +03:00
|
|
|
/* ****************************************************************************************************************** */
|
|
|
|
QProgressBar {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #a4a4b4;
|
|
|
|
border: none;
|
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
height: 14ex; }
|
2017-11-20 23:34:45 +03:00
|
|
|
|
|
|
|
QProgressBar::chunk {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: #3297FD;
|
|
|
|
width: 2px;
|
|
|
|
margin: 0; }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
/* ****************************************************************************************************************** */
|
|
|
|
QScrollBar {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
padding: 0; }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QScrollBar:hover {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: rgba(0, 0, 0, 0.1); }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QScrollBar:horizontal {
|
2018-05-22 21:36:18 +03:00
|
|
|
margin: 0;
|
|
|
|
height: 5ex; }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QScrollBar:vertical {
|
2018-05-22 21:36:18 +03:00
|
|
|
margin: 0;
|
|
|
|
width: 5ex; }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QScrollBar::handle {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: rgba(0, 0, 0, 0.4);
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0; }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QScrollBar::handle:pressed {
|
2018-05-22 21:36:18 +03:00
|
|
|
background-color: rgba(0, 0, 0, 0.6); }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QScrollBar::handle:vertical {
|
2018-05-22 21:36:18 +03:00
|
|
|
min-height: 20ex;
|
|
|
|
margin-left: 3ex; }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QScrollBar::handle:vertical:hover, QScrollBar::handle:vertical:pressed {
|
2018-05-22 21:36:18 +03:00
|
|
|
margin-left: 0; }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QScrollBar::handle:horizontal {
|
2018-05-22 21:36:18 +03:00
|
|
|
min-width: 20ex;
|
|
|
|
margin-top: 3ex; }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QScrollBar::handle:horizontal:hover, QScrollBar::handle:horizontal:pressed {
|
2018-05-22 21:36:18 +03:00
|
|
|
margin-top: 0; }
|
2017-11-23 22:01:44 +03:00
|
|
|
|
|
|
|
QScrollBar::add-line, QScrollBar::sub-line {
|
2018-05-22 21:36:18 +03:00
|
|
|
background: none;
|
|
|
|
border: none; }
|