Stylesheets: convert indentations to spaces

This commit is contained in:
luzpaz
2023-01-23 01:29:51 +00:00
committed by Chris Hennes
parent 862bc58809
commit ca4adfa67d
9 changed files with 25 additions and 25 deletions

View File

@@ -834,8 +834,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled {
/* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */
Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel {
color: #65A2E5;
background-color: #2C333D;/*was CBD8E6*/
color: #65A2E5;
background-color: #2C333D;/*was CBD8E6*/
}
/* hack to disable margin inside Property values to following elements */

View File

@@ -801,8 +801,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled {
/* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */
Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel {
color: black;
background-color: #cbd8e6;
color: black;
background-color: #cbd8e6;
}
/* hack to disable margin inside Property values to following elements */

View File

@@ -801,8 +801,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled {
/* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */
Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel {
color: #ffffff;
background-color: #0f0f0f; /* same as focused background color */
color: #ffffff;
background-color: #0f0f0f; /* same as focused background color */
}
/* hack to disable margin inside Property values to following elements */

View File

@@ -801,8 +801,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled {
/* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */
Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel {
color: black;
background-color: #dadfc5;
color: black;
background-color: #dadfc5;
}
/* hack to disable margin inside Property values to following elements */

View File

@@ -801,8 +801,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled {
/* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */
Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel {
color: black;
background-color: #e3d8b9;
color: black;
background-color: #e3d8b9;
}
/* hack to disable margin inside Property values to following elements */

View File

@@ -801,8 +801,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled {
/* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */
Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel {
color: #1b3774;
background-color: #2053c0; /* same as focused background color */
color: #1b3774;
background-color: #2053c0; /* same as focused background color */
}
/* hack to disable margin inside Property values to following elements */

View File

@@ -801,8 +801,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled {
/* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */
Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel {
color: #566214;
background-color: #74831d; /* same as focused background color */
color: #566214;
background-color: #74831d; /* same as focused background color */
}
/* hack to disable margin inside Property values to following elements */

View File

@@ -801,8 +801,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled {
/* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */
Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel {
color: #624b14;
background-color: #b28416; /* same as focused background color */
color: #624b14;
background-color: #b28416; /* same as focused background color */
}
/* hack to disable margin inside Property values to following elements */

View File

@@ -123,23 +123,23 @@ QToolBox
==================================================================================================*/
QToolBox
{
background-color: transparent;
background-color: transparent;
}
QToolBox::tab
{
background-color: #2a2a2a;
border: 2x solid #3c3c3c;
border-radius: 2px;
background-color: #2a2a2a;
border: 2x solid #3c3c3c;
border-radius: 2px;
}
QToolBox::tab:hover
{
background-color: #557BB6;
border: 1px solid #6492d7;
border-radius: 1px
background-color: #557BB6;
border: 1px solid #6492d7;
border-radius: 1px
}
/*==================================================================================================
@@ -853,8 +853,8 @@ Gui--PropertyEditor--PropertyEditor QAbstractSpinBox:disabled {
/* hack to hide weird redundant information inside cells with links and no editable data (but editable via "..." button) */
Gui--PropertyEditor--PropertyEditor > QWidget > QWidget > QLabel {
color: #949494;
background-color: #2a2a2a; /* same as focused background color */
color: #949494;
background-color: #2a2a2a; /* same as focused background color */
}
/* hack to disable margin inside Property values to following elements */