Update material themes and add qds themes
This commit is contained in:
parent
0587e22de9
commit
a089cc1751
@ -5,9 +5,17 @@
|
|||||||
|
|
||||||
*{
|
*{
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
line-height: ;
|
|
||||||
font-size: ;
|
|
||||||
|
font-size: 11px;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
line-height: 0px;
|
||||||
|
|
||||||
|
|
||||||
selection-background-color: #ffff74;
|
selection-background-color: #ffff74;
|
||||||
selection-color: #000000;
|
selection-color: #000000;
|
||||||
}
|
}
|
||||||
@ -21,14 +29,44 @@
|
|||||||
|
|
||||||
.danger{
|
.danger{
|
||||||
color: #dc3545;
|
color: #dc3545;
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.warning{
|
.warning{
|
||||||
color: #ffc107;
|
color: #ffc107;
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.success{
|
.success{
|
||||||
color: #17a2b8;
|
color: #17a2b8;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.danger:disabled{
|
||||||
|
color: rgba(220, 53, 69, 0.4);
|
||||||
|
border-color: rgba(220, 53, 69, 0.4);
|
||||||
|
}
|
||||||
|
|
||||||
|
.warning:disabled{
|
||||||
|
color: rgba(255, 193, 7, 0.4);
|
||||||
|
border-color: rgba(255, 193, 7, 0.4);
|
||||||
|
}
|
||||||
|
|
||||||
|
.success:disabled{
|
||||||
|
color: rgba(23, 162, 184, 0.4);
|
||||||
|
border-color: rgba(23, 162, 184, 0.4);
|
||||||
|
}
|
||||||
|
|
||||||
|
.danger:flat:disabled{
|
||||||
|
background-color: rgba(220, 53, 69, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.warning:flat:disabled{
|
||||||
|
background-color: rgba(255, 193, 7, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.success:flat:disabled{
|
||||||
|
background-color: rgba(23, 162, 184, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -38,9 +76,17 @@ QWidget {
|
|||||||
background-color: #31363b;
|
background-color: #31363b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QGroupBox,
|
||||||
QFrame {
|
QFrame {
|
||||||
background-color: #31363b;
|
background-color: #31363b;
|
||||||
border: 1px solid #232629;
|
border: 2px solid #4f5b62;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QGroupBox.fill_background,
|
||||||
|
QFrame.fill_background {
|
||||||
|
background-color: #232629;
|
||||||
|
border: 2px solid #232629;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -80,7 +126,7 @@ QPushButton {
|
|||||||
background-color: #31363b;
|
background-color: #31363b;
|
||||||
border: 2px solid #ffd740;
|
border: 2px solid #ffd740;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
height: 32px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QDateTimeEdit,
|
QDateTimeEdit,
|
||||||
@ -90,25 +136,25 @@ QTreeView,
|
|||||||
QListView,
|
QListView,
|
||||||
QLineEdit,
|
QLineEdit,
|
||||||
QComboBox {
|
QComboBox {
|
||||||
padding-left: 16px;
|
padding-left: 8px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
background-color: #232629;
|
background-color: #232629;
|
||||||
border-width: 0 0 2px 0;
|
border-width: 0 0 2px 0;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border-top-left-radius: 4px;
|
border-top-left-radius: 4px;
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
height: 32px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QPlainTextEdit {
|
QPlainTextEdit {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 8px 16px;
|
padding: 0px 8px;
|
||||||
background-color: #31363b;
|
background-color: #31363b;
|
||||||
border: 1px solid #232629;
|
border: 2px solid #4f5b62;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTextEdit {
|
QTextEdit {
|
||||||
padding: 8px 16px;
|
padding: 0px 8px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: #232629;
|
background-color: #232629;
|
||||||
}
|
}
|
||||||
@ -122,11 +168,11 @@ QLineEdit:disabled {
|
|||||||
background-color: rgba(35, 38, 41, 0.75);
|
background-color: rgba(35, 38, 41, 0.75);
|
||||||
border: 2px solid rgba(255, 215, 64, 0.2);
|
border: 2px solid rgba(255, 215, 64, 0.2);
|
||||||
border-width: 0 0 2px 0;
|
border-width: 0 0 2px 0;
|
||||||
padding: 0px 16px;
|
padding: 0px 8px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border-top-left-radius: 4px;
|
border-top-left-radius: 4px;
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
height: 32px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -140,7 +186,7 @@ QComboBox {
|
|||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border-top-left-radius: 4px;
|
border-top-left-radius: 4px;
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
height: 36px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox:disabled {
|
QComboBox:disabled {
|
||||||
@ -156,13 +202,13 @@ QComboBox::drop-down {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QComboBox::down-arrow {
|
QComboBox::down-arrow {
|
||||||
image: url(:/theme/icons/primary/downarrow.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/downarrow.svg);
|
||||||
margin-right: 12px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox::down-arrow:disabled {
|
QComboBox::down-arrow:disabled {
|
||||||
image: url(:/theme/icons/disabled/downarrow.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/downarrow.svg);
|
||||||
margin-right: 12px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox QAbstractItemView {
|
QComboBox QAbstractItemView {
|
||||||
@ -189,7 +235,7 @@ QSpinBox::up-button {
|
|||||||
subcontrol-origin: border;
|
subcontrol-origin: border;
|
||||||
subcontrol-position: top right;
|
subcontrol-position: top right;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
image: url(:/theme/icons/primary/uparrow.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/uparrow.svg);
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
@ -197,7 +243,7 @@ QSpinBox::up-button {
|
|||||||
QDateTimeEdit::up-button:disabled,
|
QDateTimeEdit::up-button:disabled,
|
||||||
QDoubleSpinBox::up-button:disabled,
|
QDoubleSpinBox::up-button:disabled,
|
||||||
QSpinBox::up-button:disabled {
|
QSpinBox::up-button:disabled {
|
||||||
image: url(:/theme/icons/disabled/uparrow.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/uparrow.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QDateTimeEdit::down-button,
|
QDateTimeEdit::down-button,
|
||||||
@ -206,7 +252,7 @@ QSpinBox::down-button {
|
|||||||
subcontrol-origin: border;
|
subcontrol-origin: border;
|
||||||
subcontrol-position: bottom right;
|
subcontrol-position: bottom right;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
image: url(:/theme/icons/primary/downarrow.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/downarrow.svg);
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
border-top-width: 0;
|
border-top-width: 0;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
@ -215,7 +261,7 @@ QSpinBox::down-button {
|
|||||||
QDateTimeEdit::down-button:disabled,
|
QDateTimeEdit::down-button:disabled,
|
||||||
QDoubleSpinBox::down-button:disabled,
|
QDoubleSpinBox::down-button:disabled,
|
||||||
QSpinBox::down-button:disabled {
|
QSpinBox::down-button:disabled {
|
||||||
image: url(:/theme/icons/disabled/downarrow.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/downarrow.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -224,8 +270,8 @@ QSpinBox::down-button:disabled {
|
|||||||
QPushButton {
|
QPushButton {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px 16px;
|
padding: 0px 8px;
|
||||||
height: 32px;
|
height: 24px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
|
|
||||||
@ -257,11 +303,16 @@ QPushButton:flat:checked {
|
|||||||
background-color: rgba(255, 215, 64, 0.1);
|
background-color: rgba(255, 215, 64, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
QPushButton:disabled,
|
QPushButton:disabled {
|
||||||
QPushButton:flat:disabled {
|
|
||||||
color: rgba(79, 91, 98, 0.75);
|
color: rgba(79, 91, 98, 0.75);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: #232629;
|
border-color: #4f5b62;
|
||||||
|
}
|
||||||
|
|
||||||
|
QPushButton:flat:disabled {
|
||||||
|
color: rgba(79, 91, 98, 0.75);
|
||||||
|
background-color: rgba(79, 91, 98, 0.25);
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
QPushButton:disabled {
|
QPushButton:disabled {
|
||||||
@ -289,14 +340,14 @@ QTabBar::tab {
|
|||||||
|
|
||||||
QTabBar::tab:bottom,
|
QTabBar::tab:bottom,
|
||||||
QTabBar::tab:top{
|
QTabBar::tab:top{
|
||||||
padding: 0 16px;
|
padding: 0 8px;
|
||||||
height: 28px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar::tab:left,
|
QTabBar::tab:left,
|
||||||
QTabBar::tab:right{
|
QTabBar::tab:right{
|
||||||
padding: 16px 0;
|
padding: 8px 0;
|
||||||
width: 28px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar::tab:top:selected,
|
QTabBar::tab:top:selected,
|
||||||
@ -330,66 +381,64 @@ QTabBar QToolButton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::up-arrow {
|
QTabBar QToolButton::up-arrow {
|
||||||
image: url(:/theme/icons/disabled/uparrow2.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/uparrow2.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::up-arrow:hover {
|
QTabBar QToolButton::up-arrow:hover {
|
||||||
image: url(:/theme/icons/primary/uparrow2.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/uparrow2.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::down-arrow {
|
QTabBar QToolButton::down-arrow {
|
||||||
image: url(:/theme/icons/disabled/downarrow2.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/downarrow2.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::down-arrow:hover {
|
QTabBar QToolButton::down-arrow:hover {
|
||||||
image: url(:/theme/icons/primary/downarrow2.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/downarrow2.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::right-arrow {
|
QTabBar QToolButton::right-arrow {
|
||||||
image: url(:/theme/icons/primary/rightarrow2.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/rightarrow2.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::right-arrow:hover {
|
QTabBar QToolButton::right-arrow:hover {
|
||||||
image: url(:/theme/icons/disabled/rightarrow2.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/rightarrow2.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::left-arrow {
|
QTabBar QToolButton::left-arrow {
|
||||||
image: url(:/theme/icons/primary/leftarrow2.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/leftarrow2.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::left-arrow:hover {
|
QTabBar QToolButton::left-arrow:hover {
|
||||||
image: url(:/theme/icons/disabled/leftarrow2.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/leftarrow2.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar::close-button {
|
QTabBar::close-button {
|
||||||
image: url(:/theme/icons/disabled/tab_close.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/tab_close.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar::close-button:hover {
|
QTabBar::close-button:hover {
|
||||||
image: url(:/theme/icons/primary/tab_close.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/tab_close.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
/* QGroupBox */
|
/* QGroupBox */
|
||||||
|
|
||||||
QGroupBox {
|
QGroupBox {
|
||||||
background-color: #232629;
|
padding: 8px;
|
||||||
border-radius: 4px;
|
padding-top: 28px;
|
||||||
padding: 16px;
|
line-height: ;
|
||||||
padding-top: 32px;
|
|
||||||
line-height: 13px;
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-size: ;
|
||||||
}
|
}
|
||||||
|
|
||||||
QGroupBox::title {
|
QGroupBox::title {
|
||||||
color: rgba(255, 255, 255, 0.4);
|
color: rgba(255, 255, 255, 0.4);
|
||||||
subcontrol-origin: margin;
|
subcontrol-origin: margin;
|
||||||
subcontrol-position: top left;
|
subcontrol-position: top left;
|
||||||
padding: 0 16px;
|
padding: 8px;
|
||||||
margin-top: 12px;
|
|
||||||
background-color: #31363b;
|
background-color: #31363b;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
height: 24px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -397,10 +446,10 @@ QGroupBox::title {
|
|||||||
|
|
||||||
QRadioButton,
|
QRadioButton,
|
||||||
QCheckBox {
|
QCheckBox {
|
||||||
spacing: 12px;
|
spacing: 4px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
height: 36px;
|
height: 28px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
spacing: 5px;
|
spacing: 5px;
|
||||||
}
|
}
|
||||||
@ -414,8 +463,8 @@ QCheckBox:disabled {
|
|||||||
/* General Indicators */
|
/* General Indicators */
|
||||||
|
|
||||||
QGroupBox::indicator {
|
QGroupBox::indicator {
|
||||||
width: 24px;
|
width: 16px;
|
||||||
height: 24px;
|
height: 16px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -424,8 +473,8 @@ QListView::indicator,
|
|||||||
QTableWidget::indicator,
|
QTableWidget::indicator,
|
||||||
QRadioButton::indicator,
|
QRadioButton::indicator,
|
||||||
QCheckBox::indicator {
|
QCheckBox::indicator {
|
||||||
width: 28px;
|
width: 20px;
|
||||||
height: 28px;
|
height: 20px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -435,29 +484,29 @@ QCheckBox::indicator {
|
|||||||
QListView::indicator:checked,
|
QListView::indicator:checked,
|
||||||
QListView::indicator:checked:selected,
|
QListView::indicator:checked:selected,
|
||||||
QListView::indicator:checked:focus {
|
QListView::indicator:checked:focus {
|
||||||
image: url(:/theme/icons/primary/checklist.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checklist.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QListView::indicator:checked:selected:active {
|
QListView::indicator:checked:selected:active {
|
||||||
image: url(:/theme/icons/primary/checklist_invert.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checklist_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QListView::indicator:checked:disabled {
|
QListView::indicator:checked:disabled {
|
||||||
image: url(:/theme/icons/disabled/checklist.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/checklist.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QListView::indicator:indeterminate,
|
QListView::indicator:indeterminate,
|
||||||
QListView::indicator:indeterminate:selected,
|
QListView::indicator:indeterminate:selected,
|
||||||
QListView::indicator:indeterminate:focus {
|
QListView::indicator:indeterminate:focus {
|
||||||
image: url(:/theme/icons/primary/checklist_indeterminate.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checklist_indeterminate.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QListView::indicator:indeterminate:selected:active {
|
QListView::indicator:indeterminate:selected:active {
|
||||||
image: url(:/theme/icons/primary/checklist_indeterminate_invert.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checklist_indeterminate_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QListView::indicator:indeterminate:disabled {
|
QListView::indicator:indeterminate:disabled {
|
||||||
image: url(:/theme/icons/disabled/checklist_indeterminate.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/checklist_indeterminate.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -466,49 +515,49 @@ QListView::indicator:indeterminate:disabled {
|
|||||||
QTableView::indicator:enabled:checked,
|
QTableView::indicator:enabled:checked,
|
||||||
QTableView::indicator:enabled:checked:selected,
|
QTableView::indicator:enabled:checked:selected,
|
||||||
QTableView::indicator:enabled:checked:focus {
|
QTableView::indicator:enabled:checked:focus {
|
||||||
image: url(:/theme/icons/primary/checkbox_checked.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checkbox_checked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::indicator:checked:selected:active {
|
QTableView::indicator:checked:selected:active {
|
||||||
image: url(:/theme/icons/primary/checkbox_checked_invert.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checkbox_checked_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::indicator:disabled:checked,
|
QTableView::indicator:disabled:checked,
|
||||||
QTableView::indicator:disabled:checked:selected,
|
QTableView::indicator:disabled:checked:selected,
|
||||||
QTableView::indicator:disabled:checked:focus {
|
QTableView::indicator:disabled:checked:focus {
|
||||||
image: url(:/theme/icons/disabled/checkbox_checked.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/checkbox_checked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::indicator:enabled:unchecked,
|
QTableView::indicator:enabled:unchecked,
|
||||||
QTableView::indicator:enabled:unchecked:selected,
|
QTableView::indicator:enabled:unchecked:selected,
|
||||||
QTableView::indicator:enabled:unchecked:focus {
|
QTableView::indicator:enabled:unchecked:focus {
|
||||||
image: url(:/theme/icons/primary/checkbox_unchecked.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checkbox_unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::indicator:unchecked:selected:active {
|
QTableView::indicator:unchecked:selected:active {
|
||||||
image: url(:/theme/icons/primary/checkbox_unchecked_invert.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checkbox_unchecked_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::indicator:disabled:unchecked,
|
QTableView::indicator:disabled:unchecked,
|
||||||
QTableView::indicator:disabled:unchecked:selected,
|
QTableView::indicator:disabled:unchecked:selected,
|
||||||
QTableView::indicator:disabled:unchecked:focus {
|
QTableView::indicator:disabled:unchecked:focus {
|
||||||
image: url(:/theme/icons/disabled/checkbox_unchecked.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/checkbox_unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::indicator:enabled:indeterminate,
|
QTableView::indicator:enabled:indeterminate,
|
||||||
QTableView::indicator:enabled:indeterminate:selected,
|
QTableView::indicator:enabled:indeterminate:selected,
|
||||||
QTableView::indicator:enabled:indeterminate:focus {
|
QTableView::indicator:enabled:indeterminate:focus {
|
||||||
image: url(:/theme/icons/primary/checkbox_indeterminate.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checkbox_indeterminate.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::indicator:indeterminate:selected:active {
|
QTableView::indicator:indeterminate:selected:active {
|
||||||
image: url(:/theme/icons/primary/checkbox_indeterminate_invert.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checkbox_indeterminate_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::indicator:disabled:indeterminate,
|
QTableView::indicator:disabled:indeterminate,
|
||||||
QTableView::indicator:disabled:indeterminate:selected,
|
QTableView::indicator:disabled:indeterminate:selected,
|
||||||
QTableView::indicator:disabled:indeterminate:focus {
|
QTableView::indicator:disabled:indeterminate:focus {
|
||||||
image: url(:/theme/icons/disabled/checkbox_indeterminate.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/checkbox_indeterminate.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -516,51 +565,51 @@ QTableView::indicator:disabled:indeterminate:focus {
|
|||||||
|
|
||||||
QCheckBox::indicator:checked,
|
QCheckBox::indicator:checked,
|
||||||
QGroupBox::indicator:checked {
|
QGroupBox::indicator:checked {
|
||||||
image: url(:/theme/icons/primary/checkbox_checked.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checkbox_checked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QCheckBox::indicator:unchecked,
|
QCheckBox::indicator:unchecked,
|
||||||
QGroupBox::indicator:unchecked {
|
QGroupBox::indicator:unchecked {
|
||||||
image: url(:/theme/icons/primary/checkbox_unchecked.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checkbox_unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QCheckBox::indicator:indeterminate,
|
QCheckBox::indicator:indeterminate,
|
||||||
QGroupBox::indicator:indeterminate {
|
QGroupBox::indicator:indeterminate {
|
||||||
image: url(:/theme/icons/primary/checkbox_indeterminate.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checkbox_indeterminate.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QCheckBox::indicator:checked:disabled,
|
QCheckBox::indicator:checked:disabled,
|
||||||
QGroupBox::indicator:checked:disabled {
|
QGroupBox::indicator:checked:disabled {
|
||||||
image: url(:/theme/icons/disabled/checkbox_checked.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/checkbox_checked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QCheckBox::indicator:unchecked:disabled,
|
QCheckBox::indicator:unchecked:disabled,
|
||||||
QGroupBox::indicator:unchecked:disabled {
|
QGroupBox::indicator:unchecked:disabled {
|
||||||
image: url(:/theme/icons/disabled/checkbox_unchecked.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/checkbox_unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QCheckBox::indicator:indeterminate:disabled,
|
QCheckBox::indicator:indeterminate:disabled,
|
||||||
QGroupBox::indicator:indeterminate:disabled {
|
QGroupBox::indicator:indeterminate:disabled {
|
||||||
image: url(:/theme/icons/disabled/checkbox_indeterminate.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/checkbox_indeterminate.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
/* QRadioButton Indicator */
|
/* QRadioButton Indicator */
|
||||||
|
|
||||||
QRadioButton::indicator:checked {
|
QRadioButton::indicator:checked {
|
||||||
image: url(:/theme/icons/primary/radiobutton_checked.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/radiobutton_checked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QRadioButton::indicator:unchecked {
|
QRadioButton::indicator:unchecked {
|
||||||
image: url(:/theme/icons/primary/radiobutton_unchecked.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/radiobutton_unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QRadioButton::indicator:checked:disabled {
|
QRadioButton::indicator:checked:disabled {
|
||||||
image: url(:/theme/icons/disabled/radiobutton_checked.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/radiobutton_checked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QRadioButton::indicator:unchecked:disabled {
|
QRadioButton::indicator:unchecked:disabled {
|
||||||
image: url(:/theme/icons/disabled/radiobutton_unchecked.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/radiobutton_unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -570,14 +619,14 @@ QDockWidget {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border: 2px solid #232629;
|
border: 2px solid #232629;
|
||||||
titlebar-close-icon: url(:/theme/icons/primary/close.svg);
|
titlebar-close-icon: url(:/ostinato.org/themes/material-dark/primary/close.svg);
|
||||||
titlebar-normal-icon: url(:/theme/icons/primary/float.svg);
|
titlebar-normal-icon: url(:/ostinato.org/themes/material-dark/primary/float.svg);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QDockWidget::title {
|
QDockWidget::title {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-left: 36px;
|
padding-left: 28px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
@ -586,11 +635,11 @@ QDockWidget::title {
|
|||||||
/* QComboBox indicator */
|
/* QComboBox indicator */
|
||||||
|
|
||||||
QComboBox::indicator:checked {
|
QComboBox::indicator:checked {
|
||||||
image: url(:/theme/icons/primary/checklist.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checklist.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox::indicator:checked:selected {
|
QComboBox::indicator:checked:selected {
|
||||||
image: url(:/theme/icons/primary/checklist_invert.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checklist_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -599,7 +648,7 @@ QComboBox::indicator:checked:selected {
|
|||||||
QComboBox::item,
|
QComboBox::item,
|
||||||
QCalendarWidget QMenu::item,
|
QCalendarWidget QMenu::item,
|
||||||
QMenu::item {
|
QMenu::item {
|
||||||
height: 28px;
|
height: 20px;
|
||||||
border: 8px solid transparent;
|
border: 8px solid transparent;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
@ -607,7 +656,7 @@ QMenu::item {
|
|||||||
QCalendarWidget QMenu::item,
|
QCalendarWidget QMenu::item,
|
||||||
QMenu::item {
|
QMenu::item {
|
||||||
|
|
||||||
padding: 0px 24px 0px 8px;
|
padding: 0px 16px 0px 8px; /* pyqt5 */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -643,45 +692,45 @@ QMenu::separator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QMenu::right-arrow{
|
QMenu::right-arrow{
|
||||||
image: url(:/theme/icons/primary/rightarrow.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/rightarrow.svg);
|
||||||
width: 16px;
|
width: 8px;
|
||||||
height: 16px;
|
height: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::right-arrow:selected{
|
QMenu::right-arrow:selected{
|
||||||
image: url(:/theme/icons/disabled/rightarrow.svg);
|
image: url(:/ostinato.org/themes/material-dark/disabled/rightarrow.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::indicator:non-exclusive:unchecked {
|
QMenu::indicator:non-exclusive:unchecked {
|
||||||
image: url(:/theme/icons/primary/checkbox_unchecked.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checkbox_unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::indicator:non-exclusive:unchecked:selected {
|
QMenu::indicator:non-exclusive:unchecked:selected {
|
||||||
image: url(:/theme/icons/primary/checkbox_unchecked_invert.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checkbox_unchecked_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::indicator:non-exclusive:checked {
|
QMenu::indicator:non-exclusive:checked {
|
||||||
image: url(:/theme/icons/primary/checkbox_checked.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checkbox_checked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::indicator:non-exclusive:checked:selected {
|
QMenu::indicator:non-exclusive:checked:selected {
|
||||||
image: url(:/theme/icons/primary/checkbox_checked_invert.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/checkbox_checked_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::indicator:exclusive:unchecked {
|
QMenu::indicator:exclusive:unchecked {
|
||||||
image: url(:/theme/icons/primary/radiobutton_unchecked.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/radiobutton_unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::indicator:exclusive:unchecked:selected {
|
QMenu::indicator:exclusive:unchecked:selected {
|
||||||
image: url(:/theme/icons/primary/radiobutton_unchecked_invert.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/radiobutton_unchecked_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::indicator:exclusive:checked {
|
QMenu::indicator:exclusive:checked {
|
||||||
image: url(:/theme/icons/primary/radiobutton_checked.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/radiobutton_checked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::indicator:exclusive:checked:selected {
|
QMenu::indicator:exclusive:checked:selected {
|
||||||
image: url(:/theme/icons/primary/radiobutton_checked_invert.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/radiobutton_checked_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -693,7 +742,7 @@ QMenuBar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QMenuBar::item {
|
QMenuBar::item {
|
||||||
height: 32px;
|
height: 24px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
@ -713,6 +762,7 @@ QToolBox::tab {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QToolBox::tab:selected,
|
QToolBox::tab:selected,
|
||||||
@ -740,23 +790,25 @@ QProgressBar::chunk {
|
|||||||
QScrollBar:horizontal {
|
QScrollBar:horizontal {
|
||||||
border: 0;
|
border: 0;
|
||||||
background: #232629;
|
background: #232629;
|
||||||
height: 8px;
|
height: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar:vertical {
|
QScrollBar:vertical {
|
||||||
border: 0;
|
border: 0;
|
||||||
background: #232629;
|
background: #232629;
|
||||||
width: 8px;
|
width: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QScrollBar::handle {
|
||||||
|
background: rgba(255, 215, 64, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar::handle:horizontal {
|
QScrollBar::handle:horizontal {
|
||||||
background: #4f5b62;
|
min-width: 16px;
|
||||||
min-width: 24px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar::handle:vertical {
|
QScrollBar::handle:vertical {
|
||||||
background: #4f5b62;
|
min-height: 16px;
|
||||||
min-height: 24px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar::handle:vertical:hover,
|
QScrollBar::handle:vertical:hover,
|
||||||
@ -780,13 +832,13 @@ QScrollBar::sub-line:horizontal {
|
|||||||
QScrollBar.big:horizontal {
|
QScrollBar.big:horizontal {
|
||||||
border: 0;
|
border: 0;
|
||||||
background: #232629;
|
background: #232629;
|
||||||
height: 36px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar.big:vertical {
|
QScrollBar.big:vertical {
|
||||||
border: 0;
|
border: 0;
|
||||||
background: #232629;
|
background: #232629;
|
||||||
width: 36px;
|
width: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar.big::handle,
|
QScrollBar.big::handle,
|
||||||
@ -796,11 +848,11 @@ QScrollBar.big::handle:horizontal:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar.big::handle:horizontal {
|
QScrollBar.big::handle:horizontal {
|
||||||
min-width: 24px;
|
min-width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar.big::handle:vertical {
|
QScrollBar.big::handle:vertical {
|
||||||
min-height: 24px;
|
min-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar.big::add-line:vertical,
|
QScrollBar.big::add-line:vertical,
|
||||||
@ -817,41 +869,41 @@ QScrollBar.big::sub-line:horizontal {
|
|||||||
/* QSlider */
|
/* QSlider */
|
||||||
|
|
||||||
QSlider:horizontal {
|
QSlider:horizontal {
|
||||||
min-height: 24px;
|
min-height: 16px;
|
||||||
max-height: 24px;
|
max-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSlider:vertical {
|
QSlider:vertical {
|
||||||
min-width: 24px;
|
min-width: 16px;
|
||||||
max-width: 24px;
|
max-width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSlider::groove:horizontal {
|
QSlider::groove:horizontal {
|
||||||
height: 4px;
|
height: 4px;
|
||||||
background: #393939;
|
background: #393939;
|
||||||
margin: 0 12px;
|
margin: 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSlider::groove:vertical {
|
QSlider::groove:vertical {
|
||||||
width: 4px;
|
width: 4px;
|
||||||
background: #393939;
|
background: #393939;
|
||||||
margin: 12px 0;
|
margin: 4px 0;
|
||||||
border-radius: 24px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSlider::handle:horizontal {
|
QSlider::handle:horizontal {
|
||||||
image: url(:/theme/icons/primary/slider.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/slider.svg);
|
||||||
width: 24px;
|
width: 16px;
|
||||||
height: 24px;
|
height: 16px;
|
||||||
margin: -24px -12px;
|
margin: -16px -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSlider::handle:vertical {
|
QSlider::handle:vertical {
|
||||||
image: url(:/theme/icons/primary/slider.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/slider.svg);
|
||||||
border-radius: 24px;
|
border-radius: 16px;
|
||||||
width: 24px;
|
width: 16px;
|
||||||
height: 24px;
|
height: 16px;
|
||||||
margin: -12px -24px;
|
margin: -4px -16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSlider::add-page {
|
QSlider::add-page {
|
||||||
@ -910,11 +962,11 @@ QToolBar:vertical {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QToolBar::handle:horizontal {
|
QToolBar::handle:horizontal {
|
||||||
image: url(:/theme/icons/primary/toolbar-handle-horizontal.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/toolbar-handle-horizontal.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QToolBar::handle:vertical {
|
QToolBar::handle:vertical {
|
||||||
image: url(:/theme/icons/primary/toolbar-handle-vertical.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/toolbar-handle-vertical.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QToolBar::separator:horizontal {
|
QToolBar::separator:horizontal {
|
||||||
@ -929,13 +981,14 @@ QToolBar::separator:vertical {
|
|||||||
height: 1px;
|
height: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
/* QToolButton */
|
/* QToolButton */
|
||||||
|
|
||||||
QToolButton {
|
QToolButton {
|
||||||
background: #31363b;
|
background: #31363b;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
height: 36px;
|
height: 28px;
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-right: 12px solid #31363b;
|
border-right: 12px solid #31363b;
|
||||||
@ -974,22 +1027,19 @@ QListView {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::item,
|
QTableView::item,
|
||||||
QTreeView::item,
|
QTreeView::item,
|
||||||
QListView::item {
|
QListView::item {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
height: 32px;
|
min-height: 24px;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
selection-color: #ffffff; /* For Windows */
|
selection-color: #ffffff; /* For Windows */
|
||||||
border-color: transparent; /* Fix #34 */
|
border-color: transparent; /* Fix #34 */
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView:section {
|
|
||||||
height: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
/* Items Selection */
|
/* Items Selection */
|
||||||
|
|
||||||
@ -1035,25 +1085,25 @@ QTreeView::branch{
|
|||||||
|
|
||||||
QTreeView::branch:closed:has-children:has-siblings,
|
QTreeView::branch:closed:has-children:has-siblings,
|
||||||
QTreeView::branch:closed:has-children:!has-siblings {
|
QTreeView::branch:closed:has-children:!has-siblings {
|
||||||
image: url(:/theme/icons/primary/branch-closed.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/branch-closed.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::branch:open:has-children:!has-siblings,
|
QTreeView::branch:open:has-children:!has-siblings,
|
||||||
QTreeView::branch:open:has-children:has-siblings {
|
QTreeView::branch:open:has-children:has-siblings {
|
||||||
image: url(:/theme/icons/primary/branch-open.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/branch-open.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::branch:has-siblings:!adjoins-item {
|
QTreeView::branch:has-siblings:!adjoins-item {
|
||||||
border-image: url(:/theme/icons/disabled/vline.svg) 0;
|
border-image: url(:/ostinato.org/themes/material-dark/disabled/vline.svg) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::branch:has-siblings:adjoins-item {
|
QTreeView::branch:has-siblings:adjoins-item {
|
||||||
border-image: url(:/theme/icons/disabled/branch-more.svg) 0;
|
border-image: url(:/ostinato.org/themes/material-dark/disabled/branch-more.svg) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::branch:!has-children:!has-siblings:adjoins-item,
|
QTreeView::branch:!has-children:!has-siblings:adjoins-item,
|
||||||
QTreeView::branch:has-children:!has-siblings:adjoins-item {
|
QTreeView::branch:has-children:!has-siblings:adjoins-item {
|
||||||
border-image: url(:/theme/icons/disabled/branch-end.svg) 0;
|
border-image: url(:/ostinato.org/themes/material-dark/disabled/branch-end.svg) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView QHeaderView::section {
|
QTreeView QHeaderView::section {
|
||||||
@ -1150,15 +1200,21 @@ QHeaderView::section {
|
|||||||
color: rgba(255, 255, 255, 0.7);
|
color: rgba(255, 255, 255, 0.7);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
background-color: #232629;
|
background-color: #232629;
|
||||||
padding: 0 24px;
|
padding: 0 16px;
|
||||||
height: 36px;
|
height: 28px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border-right: 1px solid;
|
border-right: 1px solid;
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
border-color: #31363b;
|
border-color: #31363b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QHeaderView::section:vertical {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
QHeaderView::section:horizontal {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
/* QLCDNumber */
|
/* QLCDNumber */
|
||||||
@ -1174,11 +1230,11 @@ QLCDNumber {
|
|||||||
/* QCalendarWidget */
|
/* QCalendarWidget */
|
||||||
|
|
||||||
#qt_calendar_prevmonth {
|
#qt_calendar_prevmonth {
|
||||||
qproperty-icon: url(:/theme/icons/primary/leftarrow.svg);
|
qproperty-icon: url(:/ostinato.org/themes/material-dark/primary/leftarrow.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
#qt_calendar_nextmonth {
|
#qt_calendar_nextmonth {
|
||||||
qproperty-icon: url(:/theme/icons/primary/rightarrow.svg);
|
qproperty-icon: url(:/ostinato.org/themes/material-dark/primary/rightarrow.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -1226,17 +1282,26 @@ QDialog QToolButton:disabled {
|
|||||||
|
|
||||||
QMainWindow::separator:vertical,
|
QMainWindow::separator:vertical,
|
||||||
QSplitter::handle:horizontal {
|
QSplitter::handle:horizontal {
|
||||||
image: url(:/theme/icons/primary/splitter-horizontal.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/splitter-horizontal.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMainWindow::separator:horizontal,
|
QMainWindow::separator:horizontal,
|
||||||
QSplitter::handle:vertical {
|
QSplitter::handle:vertical {
|
||||||
image: url(:/theme/icons/primary/splitter-vertical.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/splitter-vertical.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QSizeGrip {
|
QSizeGrip {
|
||||||
image: url(:/theme/icons/primary/sizegrip.svg);
|
image: url(:/ostinato.org/themes/material-dark/primary/sizegrip.svg);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
width: 16px;;
|
|
||||||
height: 16px;;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QMenuBar QToolButton:hover,
|
||||||
|
QMenuBar QToolButton:pressed,
|
||||||
|
QMenuBar QToolButton {
|
||||||
|
border-width: 0;
|
||||||
|
border-left: 10px;
|
||||||
|
border-image: url(:/ostinato.org/themes/material-dark/primary/rightarrow2.svg);
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Generated by qt-material 2.8.18 */
|
||||||
|
Binary file not shown.
@ -5,9 +5,17 @@
|
|||||||
|
|
||||||
*{
|
*{
|
||||||
color: #555555;
|
color: #555555;
|
||||||
|
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
line-height: ;
|
|
||||||
font-size: ;
|
|
||||||
|
font-size: 11px;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
line-height: 0px;
|
||||||
|
|
||||||
|
|
||||||
selection-background-color: #75a7ff;
|
selection-background-color: #75a7ff;
|
||||||
selection-color: #3c3c3c;
|
selection-color: #3c3c3c;
|
||||||
}
|
}
|
||||||
@ -21,14 +29,44 @@
|
|||||||
|
|
||||||
.danger{
|
.danger{
|
||||||
color: #dc3545;
|
color: #dc3545;
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.warning{
|
.warning{
|
||||||
color: #ffc107;
|
color: #ffc107;
|
||||||
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.success{
|
.success{
|
||||||
color: #17a2b8;
|
color: #17a2b8;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.danger:disabled{
|
||||||
|
color: rgba(220, 53, 69, 0.4);
|
||||||
|
border-color: rgba(220, 53, 69, 0.4);
|
||||||
|
}
|
||||||
|
|
||||||
|
.warning:disabled{
|
||||||
|
color: rgba(255, 193, 7, 0.4);
|
||||||
|
border-color: rgba(255, 193, 7, 0.4);
|
||||||
|
}
|
||||||
|
|
||||||
|
.success:disabled{
|
||||||
|
color: rgba(23, 162, 184, 0.4);
|
||||||
|
border-color: rgba(23, 162, 184, 0.4);
|
||||||
|
}
|
||||||
|
|
||||||
|
.danger:flat:disabled{
|
||||||
|
background-color: rgba(220, 53, 69, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.warning:flat:disabled{
|
||||||
|
background-color: rgba(255, 193, 7, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.success:flat:disabled{
|
||||||
|
background-color: rgba(23, 162, 184, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -38,9 +76,17 @@ QWidget {
|
|||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QGroupBox,
|
||||||
QFrame {
|
QFrame {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 1px solid #f5f5f5;
|
border: 2px solid #e6e6e6;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QGroupBox.fill_background,
|
||||||
|
QFrame.fill_background {
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
border: 2px solid #f5f5f5;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -80,7 +126,7 @@ QPushButton {
|
|||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 2px solid #2979ff;
|
border: 2px solid #2979ff;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
height: 32px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QDateTimeEdit,
|
QDateTimeEdit,
|
||||||
@ -90,25 +136,25 @@ QTreeView,
|
|||||||
QListView,
|
QListView,
|
||||||
QLineEdit,
|
QLineEdit,
|
||||||
QComboBox {
|
QComboBox {
|
||||||
padding-left: 16px;
|
padding-left: 8px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border-width: 0 0 2px 0;
|
border-width: 0 0 2px 0;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border-top-left-radius: 4px;
|
border-top-left-radius: 4px;
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
height: 32px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QPlainTextEdit {
|
QPlainTextEdit {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 8px 16px;
|
padding: 0px 8px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
border: 1px solid #f5f5f5;
|
border: 2px solid #e6e6e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTextEdit {
|
QTextEdit {
|
||||||
padding: 8px 16px;
|
padding: 0px 8px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
@ -122,11 +168,11 @@ QLineEdit:disabled {
|
|||||||
background-color: rgba(245, 245, 245, 0.75);
|
background-color: rgba(245, 245, 245, 0.75);
|
||||||
border: 2px solid rgba(41, 121, 255, 0.2);
|
border: 2px solid rgba(41, 121, 255, 0.2);
|
||||||
border-width: 0 0 2px 0;
|
border-width: 0 0 2px 0;
|
||||||
padding: 0px 16px;
|
padding: 0px 8px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border-top-left-radius: 4px;
|
border-top-left-radius: 4px;
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
height: 32px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -140,7 +186,7 @@ QComboBox {
|
|||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border-top-left-radius: 4px;
|
border-top-left-radius: 4px;
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
height: 36px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox:disabled {
|
QComboBox:disabled {
|
||||||
@ -156,13 +202,13 @@ QComboBox::drop-down {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QComboBox::down-arrow {
|
QComboBox::down-arrow {
|
||||||
image: url(:/theme/icons/primary/downarrow.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/downarrow.svg);
|
||||||
margin-right: 12px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox::down-arrow:disabled {
|
QComboBox::down-arrow:disabled {
|
||||||
image: url(:/theme/icons/disabled/downarrow.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/downarrow.svg);
|
||||||
margin-right: 12px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox QAbstractItemView {
|
QComboBox QAbstractItemView {
|
||||||
@ -189,7 +235,7 @@ QSpinBox::up-button {
|
|||||||
subcontrol-origin: border;
|
subcontrol-origin: border;
|
||||||
subcontrol-position: top right;
|
subcontrol-position: top right;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
image: url(:/theme/icons/primary/uparrow.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/uparrow.svg);
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
@ -197,7 +243,7 @@ QSpinBox::up-button {
|
|||||||
QDateTimeEdit::up-button:disabled,
|
QDateTimeEdit::up-button:disabled,
|
||||||
QDoubleSpinBox::up-button:disabled,
|
QDoubleSpinBox::up-button:disabled,
|
||||||
QSpinBox::up-button:disabled {
|
QSpinBox::up-button:disabled {
|
||||||
image: url(:/theme/icons/disabled/uparrow.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/uparrow.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QDateTimeEdit::down-button,
|
QDateTimeEdit::down-button,
|
||||||
@ -206,7 +252,7 @@ QSpinBox::down-button {
|
|||||||
subcontrol-origin: border;
|
subcontrol-origin: border;
|
||||||
subcontrol-position: bottom right;
|
subcontrol-position: bottom right;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
image: url(:/theme/icons/primary/downarrow.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/downarrow.svg);
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
border-top-width: 0;
|
border-top-width: 0;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
@ -215,7 +261,7 @@ QSpinBox::down-button {
|
|||||||
QDateTimeEdit::down-button:disabled,
|
QDateTimeEdit::down-button:disabled,
|
||||||
QDoubleSpinBox::down-button:disabled,
|
QDoubleSpinBox::down-button:disabled,
|
||||||
QSpinBox::down-button:disabled {
|
QSpinBox::down-button:disabled {
|
||||||
image: url(:/theme/icons/disabled/downarrow.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/downarrow.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -224,8 +270,8 @@ QSpinBox::down-button:disabled {
|
|||||||
QPushButton {
|
QPushButton {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px 16px;
|
padding: 0px 8px;
|
||||||
height: 32px;
|
height: 24px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
|
|
||||||
@ -257,11 +303,16 @@ QPushButton:flat:checked {
|
|||||||
background-color: rgba(41, 121, 255, 0.1);
|
background-color: rgba(41, 121, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
QPushButton:disabled,
|
QPushButton:disabled {
|
||||||
QPushButton:flat:disabled {
|
|
||||||
color: rgba(230, 230, 230, 0.75);
|
color: rgba(230, 230, 230, 0.75);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: #f5f5f5;
|
border-color: #e6e6e6;
|
||||||
|
}
|
||||||
|
|
||||||
|
QPushButton:flat:disabled {
|
||||||
|
color: rgba(230, 230, 230, 0.75);
|
||||||
|
background-color: rgba(230, 230, 230, 0.25);
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
QPushButton:disabled {
|
QPushButton:disabled {
|
||||||
@ -289,14 +340,14 @@ QTabBar::tab {
|
|||||||
|
|
||||||
QTabBar::tab:bottom,
|
QTabBar::tab:bottom,
|
||||||
QTabBar::tab:top{
|
QTabBar::tab:top{
|
||||||
padding: 0 16px;
|
padding: 0 8px;
|
||||||
height: 28px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar::tab:left,
|
QTabBar::tab:left,
|
||||||
QTabBar::tab:right{
|
QTabBar::tab:right{
|
||||||
padding: 16px 0;
|
padding: 8px 0;
|
||||||
width: 28px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar::tab:top:selected,
|
QTabBar::tab:top:selected,
|
||||||
@ -330,66 +381,64 @@ QTabBar QToolButton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::up-arrow {
|
QTabBar QToolButton::up-arrow {
|
||||||
image: url(:/theme/icons/disabled/uparrow2.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/uparrow2.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::up-arrow:hover {
|
QTabBar QToolButton::up-arrow:hover {
|
||||||
image: url(:/theme/icons/primary/uparrow2.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/uparrow2.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::down-arrow {
|
QTabBar QToolButton::down-arrow {
|
||||||
image: url(:/theme/icons/disabled/downarrow2.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/downarrow2.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::down-arrow:hover {
|
QTabBar QToolButton::down-arrow:hover {
|
||||||
image: url(:/theme/icons/primary/downarrow2.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/downarrow2.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::right-arrow {
|
QTabBar QToolButton::right-arrow {
|
||||||
image: url(:/theme/icons/primary/rightarrow2.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/rightarrow2.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::right-arrow:hover {
|
QTabBar QToolButton::right-arrow:hover {
|
||||||
image: url(:/theme/icons/disabled/rightarrow2.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/rightarrow2.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::left-arrow {
|
QTabBar QToolButton::left-arrow {
|
||||||
image: url(:/theme/icons/primary/leftarrow2.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/leftarrow2.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar QToolButton::left-arrow:hover {
|
QTabBar QToolButton::left-arrow:hover {
|
||||||
image: url(:/theme/icons/disabled/leftarrow2.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/leftarrow2.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar::close-button {
|
QTabBar::close-button {
|
||||||
image: url(:/theme/icons/disabled/tab_close.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/tab_close.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTabBar::close-button:hover {
|
QTabBar::close-button:hover {
|
||||||
image: url(:/theme/icons/primary/tab_close.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/tab_close.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
/* QGroupBox */
|
/* QGroupBox */
|
||||||
|
|
||||||
QGroupBox {
|
QGroupBox {
|
||||||
background-color: #f5f5f5;
|
padding: 8px;
|
||||||
border-radius: 4px;
|
padding-top: 28px;
|
||||||
padding: 16px;
|
line-height: ;
|
||||||
padding-top: 32px;
|
|
||||||
line-height: 13px;
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
font-size: ;
|
||||||
}
|
}
|
||||||
|
|
||||||
QGroupBox::title {
|
QGroupBox::title {
|
||||||
color: rgba(85, 85, 85, 0.4);
|
color: rgba(85, 85, 85, 0.4);
|
||||||
subcontrol-origin: margin;
|
subcontrol-origin: margin;
|
||||||
subcontrol-position: top left;
|
subcontrol-position: top left;
|
||||||
padding: 0 16px;
|
padding: 8px;
|
||||||
margin-top: 12px;
|
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
height: 24px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -397,10 +446,10 @@ QGroupBox::title {
|
|||||||
|
|
||||||
QRadioButton,
|
QRadioButton,
|
||||||
QCheckBox {
|
QCheckBox {
|
||||||
spacing: 12px;
|
spacing: 4px;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
height: 36px;
|
height: 28px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
spacing: 5px;
|
spacing: 5px;
|
||||||
}
|
}
|
||||||
@ -414,8 +463,8 @@ QCheckBox:disabled {
|
|||||||
/* General Indicators */
|
/* General Indicators */
|
||||||
|
|
||||||
QGroupBox::indicator {
|
QGroupBox::indicator {
|
||||||
width: 24px;
|
width: 16px;
|
||||||
height: 24px;
|
height: 16px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -424,8 +473,8 @@ QListView::indicator,
|
|||||||
QTableWidget::indicator,
|
QTableWidget::indicator,
|
||||||
QRadioButton::indicator,
|
QRadioButton::indicator,
|
||||||
QCheckBox::indicator {
|
QCheckBox::indicator {
|
||||||
width: 28px;
|
width: 20px;
|
||||||
height: 28px;
|
height: 20px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -435,29 +484,29 @@ QCheckBox::indicator {
|
|||||||
QListView::indicator:checked,
|
QListView::indicator:checked,
|
||||||
QListView::indicator:checked:selected,
|
QListView::indicator:checked:selected,
|
||||||
QListView::indicator:checked:focus {
|
QListView::indicator:checked:focus {
|
||||||
image: url(:/theme/icons/primary/checklist.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checklist.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QListView::indicator:checked:selected:active {
|
QListView::indicator:checked:selected:active {
|
||||||
image: url(:/theme/icons/primary/checklist_invert.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checklist_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QListView::indicator:checked:disabled {
|
QListView::indicator:checked:disabled {
|
||||||
image: url(:/theme/icons/disabled/checklist.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/checklist.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QListView::indicator:indeterminate,
|
QListView::indicator:indeterminate,
|
||||||
QListView::indicator:indeterminate:selected,
|
QListView::indicator:indeterminate:selected,
|
||||||
QListView::indicator:indeterminate:focus {
|
QListView::indicator:indeterminate:focus {
|
||||||
image: url(:/theme/icons/primary/checklist_indeterminate.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checklist_indeterminate.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QListView::indicator:indeterminate:selected:active {
|
QListView::indicator:indeterminate:selected:active {
|
||||||
image: url(:/theme/icons/primary/checklist_indeterminate_invert.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checklist_indeterminate_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QListView::indicator:indeterminate:disabled {
|
QListView::indicator:indeterminate:disabled {
|
||||||
image: url(:/theme/icons/disabled/checklist_indeterminate.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/checklist_indeterminate.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -466,49 +515,49 @@ QListView::indicator:indeterminate:disabled {
|
|||||||
QTableView::indicator:enabled:checked,
|
QTableView::indicator:enabled:checked,
|
||||||
QTableView::indicator:enabled:checked:selected,
|
QTableView::indicator:enabled:checked:selected,
|
||||||
QTableView::indicator:enabled:checked:focus {
|
QTableView::indicator:enabled:checked:focus {
|
||||||
image: url(:/theme/icons/primary/checkbox_checked.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checkbox_checked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::indicator:checked:selected:active {
|
QTableView::indicator:checked:selected:active {
|
||||||
image: url(:/theme/icons/primary/checkbox_checked_invert.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checkbox_checked_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::indicator:disabled:checked,
|
QTableView::indicator:disabled:checked,
|
||||||
QTableView::indicator:disabled:checked:selected,
|
QTableView::indicator:disabled:checked:selected,
|
||||||
QTableView::indicator:disabled:checked:focus {
|
QTableView::indicator:disabled:checked:focus {
|
||||||
image: url(:/theme/icons/disabled/checkbox_checked.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/checkbox_checked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::indicator:enabled:unchecked,
|
QTableView::indicator:enabled:unchecked,
|
||||||
QTableView::indicator:enabled:unchecked:selected,
|
QTableView::indicator:enabled:unchecked:selected,
|
||||||
QTableView::indicator:enabled:unchecked:focus {
|
QTableView::indicator:enabled:unchecked:focus {
|
||||||
image: url(:/theme/icons/primary/checkbox_unchecked.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checkbox_unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::indicator:unchecked:selected:active {
|
QTableView::indicator:unchecked:selected:active {
|
||||||
image: url(:/theme/icons/primary/checkbox_unchecked_invert.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checkbox_unchecked_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::indicator:disabled:unchecked,
|
QTableView::indicator:disabled:unchecked,
|
||||||
QTableView::indicator:disabled:unchecked:selected,
|
QTableView::indicator:disabled:unchecked:selected,
|
||||||
QTableView::indicator:disabled:unchecked:focus {
|
QTableView::indicator:disabled:unchecked:focus {
|
||||||
image: url(:/theme/icons/disabled/checkbox_unchecked.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/checkbox_unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::indicator:enabled:indeterminate,
|
QTableView::indicator:enabled:indeterminate,
|
||||||
QTableView::indicator:enabled:indeterminate:selected,
|
QTableView::indicator:enabled:indeterminate:selected,
|
||||||
QTableView::indicator:enabled:indeterminate:focus {
|
QTableView::indicator:enabled:indeterminate:focus {
|
||||||
image: url(:/theme/icons/primary/checkbox_indeterminate.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checkbox_indeterminate.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::indicator:indeterminate:selected:active {
|
QTableView::indicator:indeterminate:selected:active {
|
||||||
image: url(:/theme/icons/primary/checkbox_indeterminate_invert.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checkbox_indeterminate_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::indicator:disabled:indeterminate,
|
QTableView::indicator:disabled:indeterminate,
|
||||||
QTableView::indicator:disabled:indeterminate:selected,
|
QTableView::indicator:disabled:indeterminate:selected,
|
||||||
QTableView::indicator:disabled:indeterminate:focus {
|
QTableView::indicator:disabled:indeterminate:focus {
|
||||||
image: url(:/theme/icons/disabled/checkbox_indeterminate.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/checkbox_indeterminate.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -516,51 +565,51 @@ QTableView::indicator:disabled:indeterminate:focus {
|
|||||||
|
|
||||||
QCheckBox::indicator:checked,
|
QCheckBox::indicator:checked,
|
||||||
QGroupBox::indicator:checked {
|
QGroupBox::indicator:checked {
|
||||||
image: url(:/theme/icons/primary/checkbox_checked.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checkbox_checked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QCheckBox::indicator:unchecked,
|
QCheckBox::indicator:unchecked,
|
||||||
QGroupBox::indicator:unchecked {
|
QGroupBox::indicator:unchecked {
|
||||||
image: url(:/theme/icons/primary/checkbox_unchecked.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checkbox_unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QCheckBox::indicator:indeterminate,
|
QCheckBox::indicator:indeterminate,
|
||||||
QGroupBox::indicator:indeterminate {
|
QGroupBox::indicator:indeterminate {
|
||||||
image: url(:/theme/icons/primary/checkbox_indeterminate.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checkbox_indeterminate.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QCheckBox::indicator:checked:disabled,
|
QCheckBox::indicator:checked:disabled,
|
||||||
QGroupBox::indicator:checked:disabled {
|
QGroupBox::indicator:checked:disabled {
|
||||||
image: url(:/theme/icons/disabled/checkbox_checked.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/checkbox_checked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QCheckBox::indicator:unchecked:disabled,
|
QCheckBox::indicator:unchecked:disabled,
|
||||||
QGroupBox::indicator:unchecked:disabled {
|
QGroupBox::indicator:unchecked:disabled {
|
||||||
image: url(:/theme/icons/disabled/checkbox_unchecked.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/checkbox_unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QCheckBox::indicator:indeterminate:disabled,
|
QCheckBox::indicator:indeterminate:disabled,
|
||||||
QGroupBox::indicator:indeterminate:disabled {
|
QGroupBox::indicator:indeterminate:disabled {
|
||||||
image: url(:/theme/icons/disabled/checkbox_indeterminate.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/checkbox_indeterminate.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
/* QRadioButton Indicator */
|
/* QRadioButton Indicator */
|
||||||
|
|
||||||
QRadioButton::indicator:checked {
|
QRadioButton::indicator:checked {
|
||||||
image: url(:/theme/icons/primary/radiobutton_checked.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/radiobutton_checked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QRadioButton::indicator:unchecked {
|
QRadioButton::indicator:unchecked {
|
||||||
image: url(:/theme/icons/primary/radiobutton_unchecked.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/radiobutton_unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QRadioButton::indicator:checked:disabled {
|
QRadioButton::indicator:checked:disabled {
|
||||||
image: url(:/theme/icons/disabled/radiobutton_checked.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/radiobutton_checked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QRadioButton::indicator:unchecked:disabled {
|
QRadioButton::indicator:unchecked:disabled {
|
||||||
image: url(:/theme/icons/disabled/radiobutton_unchecked.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/radiobutton_unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -570,14 +619,14 @@ QDockWidget {
|
|||||||
color: #555555;
|
color: #555555;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border: 2px solid #f5f5f5;
|
border: 2px solid #f5f5f5;
|
||||||
titlebar-close-icon: url(:/theme/icons/primary/close.svg);
|
titlebar-close-icon: url(:/ostinato.org/themes/material-light/primary/close.svg);
|
||||||
titlebar-normal-icon: url(:/theme/icons/primary/float.svg);
|
titlebar-normal-icon: url(:/ostinato.org/themes/material-light/primary/float.svg);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QDockWidget::title {
|
QDockWidget::title {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-left: 36px;
|
padding-left: 28px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
@ -586,11 +635,11 @@ QDockWidget::title {
|
|||||||
/* QComboBox indicator */
|
/* QComboBox indicator */
|
||||||
|
|
||||||
QComboBox::indicator:checked {
|
QComboBox::indicator:checked {
|
||||||
image: url(:/theme/icons/primary/checklist.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checklist.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox::indicator:checked:selected {
|
QComboBox::indicator:checked:selected {
|
||||||
image: url(:/theme/icons/primary/checklist_invert.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checklist_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -599,7 +648,7 @@ QComboBox::indicator:checked:selected {
|
|||||||
QComboBox::item,
|
QComboBox::item,
|
||||||
QCalendarWidget QMenu::item,
|
QCalendarWidget QMenu::item,
|
||||||
QMenu::item {
|
QMenu::item {
|
||||||
height: 28px;
|
height: 20px;
|
||||||
border: 8px solid transparent;
|
border: 8px solid transparent;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
}
|
}
|
||||||
@ -607,7 +656,7 @@ QMenu::item {
|
|||||||
QCalendarWidget QMenu::item,
|
QCalendarWidget QMenu::item,
|
||||||
QMenu::item {
|
QMenu::item {
|
||||||
|
|
||||||
padding: 0px 24px 0px 8px;
|
padding: 0px 16px 0px 8px; /* pyqt5 */
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -643,45 +692,45 @@ QMenu::separator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QMenu::right-arrow{
|
QMenu::right-arrow{
|
||||||
image: url(:/theme/icons/primary/rightarrow.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/rightarrow.svg);
|
||||||
width: 16px;
|
width: 8px;
|
||||||
height: 16px;
|
height: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::right-arrow:selected{
|
QMenu::right-arrow:selected{
|
||||||
image: url(:/theme/icons/disabled/rightarrow.svg);
|
image: url(:/ostinato.org/themes/material-light/disabled/rightarrow.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::indicator:non-exclusive:unchecked {
|
QMenu::indicator:non-exclusive:unchecked {
|
||||||
image: url(:/theme/icons/primary/checkbox_unchecked.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checkbox_unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::indicator:non-exclusive:unchecked:selected {
|
QMenu::indicator:non-exclusive:unchecked:selected {
|
||||||
image: url(:/theme/icons/primary/checkbox_unchecked_invert.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checkbox_unchecked_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::indicator:non-exclusive:checked {
|
QMenu::indicator:non-exclusive:checked {
|
||||||
image: url(:/theme/icons/primary/checkbox_checked.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checkbox_checked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::indicator:non-exclusive:checked:selected {
|
QMenu::indicator:non-exclusive:checked:selected {
|
||||||
image: url(:/theme/icons/primary/checkbox_checked_invert.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/checkbox_checked_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::indicator:exclusive:unchecked {
|
QMenu::indicator:exclusive:unchecked {
|
||||||
image: url(:/theme/icons/primary/radiobutton_unchecked.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/radiobutton_unchecked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::indicator:exclusive:unchecked:selected {
|
QMenu::indicator:exclusive:unchecked:selected {
|
||||||
image: url(:/theme/icons/primary/radiobutton_unchecked_invert.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/radiobutton_unchecked_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::indicator:exclusive:checked {
|
QMenu::indicator:exclusive:checked {
|
||||||
image: url(:/theme/icons/primary/radiobutton_checked.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/radiobutton_checked.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::indicator:exclusive:checked:selected {
|
QMenu::indicator:exclusive:checked:selected {
|
||||||
image: url(:/theme/icons/primary/radiobutton_checked_invert.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/radiobutton_checked_invert.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -693,7 +742,7 @@ QMenuBar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QMenuBar::item {
|
QMenuBar::item {
|
||||||
height: 32px;
|
height: 24px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
@ -713,6 +762,7 @@ QToolBox::tab {
|
|||||||
color: #555555;
|
color: #555555;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QToolBox::tab:selected,
|
QToolBox::tab:selected,
|
||||||
@ -740,23 +790,25 @@ QProgressBar::chunk {
|
|||||||
QScrollBar:horizontal {
|
QScrollBar:horizontal {
|
||||||
border: 0;
|
border: 0;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
height: 8px;
|
height: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar:vertical {
|
QScrollBar:vertical {
|
||||||
border: 0;
|
border: 0;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
width: 8px;
|
width: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
QScrollBar::handle {
|
||||||
|
background: rgba(41, 121, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar::handle:horizontal {
|
QScrollBar::handle:horizontal {
|
||||||
background: #e6e6e6;
|
min-width: 16px;
|
||||||
min-width: 24px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar::handle:vertical {
|
QScrollBar::handle:vertical {
|
||||||
background: #e6e6e6;
|
min-height: 16px;
|
||||||
min-height: 24px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar::handle:vertical:hover,
|
QScrollBar::handle:vertical:hover,
|
||||||
@ -780,13 +832,13 @@ QScrollBar::sub-line:horizontal {
|
|||||||
QScrollBar.big:horizontal {
|
QScrollBar.big:horizontal {
|
||||||
border: 0;
|
border: 0;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
height: 36px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar.big:vertical {
|
QScrollBar.big:vertical {
|
||||||
border: 0;
|
border: 0;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
width: 36px;
|
width: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar.big::handle,
|
QScrollBar.big::handle,
|
||||||
@ -796,11 +848,11 @@ QScrollBar.big::handle:horizontal:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar.big::handle:horizontal {
|
QScrollBar.big::handle:horizontal {
|
||||||
min-width: 24px;
|
min-width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar.big::handle:vertical {
|
QScrollBar.big::handle:vertical {
|
||||||
min-height: 24px;
|
min-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QScrollBar.big::add-line:vertical,
|
QScrollBar.big::add-line:vertical,
|
||||||
@ -817,41 +869,41 @@ QScrollBar.big::sub-line:horizontal {
|
|||||||
/* QSlider */
|
/* QSlider */
|
||||||
|
|
||||||
QSlider:horizontal {
|
QSlider:horizontal {
|
||||||
min-height: 24px;
|
min-height: 16px;
|
||||||
max-height: 24px;
|
max-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSlider:vertical {
|
QSlider:vertical {
|
||||||
min-width: 24px;
|
min-width: 16px;
|
||||||
max-width: 24px;
|
max-width: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSlider::groove:horizontal {
|
QSlider::groove:horizontal {
|
||||||
height: 4px;
|
height: 4px;
|
||||||
background: #393939;
|
background: #393939;
|
||||||
margin: 0 12px;
|
margin: 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSlider::groove:vertical {
|
QSlider::groove:vertical {
|
||||||
width: 4px;
|
width: 4px;
|
||||||
background: #393939;
|
background: #393939;
|
||||||
margin: 12px 0;
|
margin: 4px 0;
|
||||||
border-radius: 24px;
|
border-radius: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSlider::handle:horizontal {
|
QSlider::handle:horizontal {
|
||||||
image: url(:/theme/icons/primary/slider.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/slider.svg);
|
||||||
width: 24px;
|
width: 16px;
|
||||||
height: 24px;
|
height: 16px;
|
||||||
margin: -24px -12px;
|
margin: -16px -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSlider::handle:vertical {
|
QSlider::handle:vertical {
|
||||||
image: url(:/theme/icons/primary/slider.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/slider.svg);
|
||||||
border-radius: 24px;
|
border-radius: 16px;
|
||||||
width: 24px;
|
width: 16px;
|
||||||
height: 24px;
|
height: 16px;
|
||||||
margin: -12px -24px;
|
margin: -4px -16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QSlider::add-page {
|
QSlider::add-page {
|
||||||
@ -910,11 +962,11 @@ QToolBar:vertical {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QToolBar::handle:horizontal {
|
QToolBar::handle:horizontal {
|
||||||
image: url(:/theme/icons/primary/toolbar-handle-horizontal.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/toolbar-handle-horizontal.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QToolBar::handle:vertical {
|
QToolBar::handle:vertical {
|
||||||
image: url(:/theme/icons/primary/toolbar-handle-vertical.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/toolbar-handle-vertical.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QToolBar::separator:horizontal {
|
QToolBar::separator:horizontal {
|
||||||
@ -929,13 +981,14 @@ QToolBar::separator:vertical {
|
|||||||
height: 1px;
|
height: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
/* QToolButton */
|
/* QToolButton */
|
||||||
|
|
||||||
QToolButton {
|
QToolButton {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
height: 36px;
|
height: 28px;
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-right: 12px solid #ffffff;
|
border-right: 12px solid #ffffff;
|
||||||
@ -974,22 +1027,19 @@ QListView {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView::item,
|
QTableView::item,
|
||||||
QTreeView::item,
|
QTreeView::item,
|
||||||
QListView::item {
|
QListView::item {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
height: 32px;
|
min-height: 24px;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
selection-color: #555555; /* For Windows */
|
selection-color: #555555; /* For Windows */
|
||||||
border-color: transparent; /* Fix #34 */
|
border-color: transparent; /* Fix #34 */
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView:section {
|
|
||||||
height: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
/* Items Selection */
|
/* Items Selection */
|
||||||
|
|
||||||
@ -1035,25 +1085,25 @@ QTreeView::branch{
|
|||||||
|
|
||||||
QTreeView::branch:closed:has-children:has-siblings,
|
QTreeView::branch:closed:has-children:has-siblings,
|
||||||
QTreeView::branch:closed:has-children:!has-siblings {
|
QTreeView::branch:closed:has-children:!has-siblings {
|
||||||
image: url(:/theme/icons/primary/branch-closed.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/branch-closed.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::branch:open:has-children:!has-siblings,
|
QTreeView::branch:open:has-children:!has-siblings,
|
||||||
QTreeView::branch:open:has-children:has-siblings {
|
QTreeView::branch:open:has-children:has-siblings {
|
||||||
image: url(:/theme/icons/primary/branch-open.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/branch-open.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::branch:has-siblings:!adjoins-item {
|
QTreeView::branch:has-siblings:!adjoins-item {
|
||||||
border-image: url(:/theme/icons/disabled/vline.svg) 0;
|
border-image: url(:/ostinato.org/themes/material-light/disabled/vline.svg) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::branch:has-siblings:adjoins-item {
|
QTreeView::branch:has-siblings:adjoins-item {
|
||||||
border-image: url(:/theme/icons/disabled/branch-more.svg) 0;
|
border-image: url(:/ostinato.org/themes/material-light/disabled/branch-more.svg) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::branch:!has-children:!has-siblings:adjoins-item,
|
QTreeView::branch:!has-children:!has-siblings:adjoins-item,
|
||||||
QTreeView::branch:has-children:!has-siblings:adjoins-item {
|
QTreeView::branch:has-children:!has-siblings:adjoins-item {
|
||||||
border-image: url(:/theme/icons/disabled/branch-end.svg) 0;
|
border-image: url(:/ostinato.org/themes/material-light/disabled/branch-end.svg) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView QHeaderView::section {
|
QTreeView QHeaderView::section {
|
||||||
@ -1150,15 +1200,21 @@ QHeaderView::section {
|
|||||||
color: rgba(85, 85, 85, 0.7);
|
color: rgba(85, 85, 85, 0.7);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
padding: 0 24px;
|
padding: 0 16px;
|
||||||
height: 36px;
|
height: 28px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border-right: 1px solid;
|
border-right: 1px solid;
|
||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
border-color: #ffffff;
|
border-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QHeaderView::section:vertical {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
QHeaderView::section:horizontal {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
/* QLCDNumber */
|
/* QLCDNumber */
|
||||||
@ -1174,11 +1230,11 @@ QLCDNumber {
|
|||||||
/* QCalendarWidget */
|
/* QCalendarWidget */
|
||||||
|
|
||||||
#qt_calendar_prevmonth {
|
#qt_calendar_prevmonth {
|
||||||
qproperty-icon: url(:/theme/icons/primary/leftarrow.svg);
|
qproperty-icon: url(:/ostinato.org/themes/material-light/primary/leftarrow.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
#qt_calendar_nextmonth {
|
#qt_calendar_nextmonth {
|
||||||
qproperty-icon: url(:/theme/icons/primary/rightarrow.svg);
|
qproperty-icon: url(:/ostinato.org/themes/material-light/primary/rightarrow.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
@ -1226,17 +1282,26 @@ QDialog QToolButton:disabled {
|
|||||||
|
|
||||||
QMainWindow::separator:vertical,
|
QMainWindow::separator:vertical,
|
||||||
QSplitter::handle:horizontal {
|
QSplitter::handle:horizontal {
|
||||||
image: url(:/theme/icons/primary/splitter-horizontal.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/splitter-horizontal.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QMainWindow::separator:horizontal,
|
QMainWindow::separator:horizontal,
|
||||||
QSplitter::handle:vertical {
|
QSplitter::handle:vertical {
|
||||||
image: url(:/theme/icons/primary/splitter-vertical.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/splitter-vertical.svg);
|
||||||
}
|
}
|
||||||
|
|
||||||
QSizeGrip {
|
QSizeGrip {
|
||||||
image: url(:/theme/icons/primary/sizegrip.svg);
|
image: url(:/ostinato.org/themes/material-light/primary/sizegrip.svg);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
width: 16px;;
|
|
||||||
height: 16px;;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QMenuBar QToolButton:hover,
|
||||||
|
QMenuBar QToolButton:pressed,
|
||||||
|
QMenuBar QToolButton {
|
||||||
|
border-width: 0;
|
||||||
|
border-left: 10px;
|
||||||
|
border-image: url(:/ostinato.org/themes/material-light/primary/rightarrow2.svg);
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Generated by qt-material 2.8.18 */
|
||||||
|
Binary file not shown.
2213
client/themes/qds-dark.qss
Normal file
2213
client/themes/qds-dark.qss
Normal file
File diff suppressed because it is too large
Load Diff
BIN
client/themes/qds-dark.rcc
Normal file
BIN
client/themes/qds-dark.rcc
Normal file
Binary file not shown.
2213
client/themes/qds-light.qss
Normal file
2213
client/themes/qds-light.qss
Normal file
File diff suppressed because it is too large
Load Diff
BIN
client/themes/qds-light.rcc
Normal file
BIN
client/themes/qds-light.rcc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user