[Overlay/Stylesheets] Add seperate Overlay stylesheets for default stylesheets. (#11005)
Added the overlays to the preference packs also made the editor text a bit darker.
This commit is contained in:
@@ -98,6 +98,7 @@
|
||||
<FCParamGroup Name="MainWindow">
|
||||
<FCBool Name="TiledBackground" Value="0"/>
|
||||
<FCText Name="StyleSheet">Dark-modern.qss</FCText>
|
||||
<FCText Name="OverlayActiveStyleSheet">Dark-Modern_overlay.qss</FCText>
|
||||
</FCParamGroup>
|
||||
</FCParamGroup>
|
||||
</FCParamGroup>
|
||||
|
||||
@@ -98,6 +98,7 @@
|
||||
<FCParamGroup Name="MainWindow">
|
||||
<FCBool Name="TiledBackground" Value="0"/>
|
||||
<FCText Name="StyleSheet">Dark.qss</FCText>
|
||||
<FCText Name="OverlayActiveStyleSheet">Dark_overlay.qss</FCText>
|
||||
</FCParamGroup>
|
||||
</FCParamGroup>
|
||||
</FCParamGroup>
|
||||
|
||||
@@ -98,6 +98,7 @@
|
||||
<FCParamGroup Name="MainWindow">
|
||||
<FCBool Name="TiledBackground" Value="0"/>
|
||||
<FCText Name="StyleSheet">Darker.qss</FCText>
|
||||
<FCText Name="OverlayActiveStyleSheet">Darker_overlay.qss</FCText>
|
||||
</FCParamGroup>
|
||||
</FCParamGroup>
|
||||
</FCParamGroup>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<FCUInt Name="colorError" Value="4278190335"/>
|
||||
</FCParamGroup>
|
||||
<FCParamGroup Name="Editor">
|
||||
<FCUInt Name="Text" Value="1903259904"/>
|
||||
<FCUInt Name="Text" Value="1010580735"/>
|
||||
<FCUInt Name="Bookmark" Value="16776960"/>
|
||||
<FCUInt Name="Breakpoint" Value="4278190080"/>
|
||||
<FCUInt Name="Keyword" Value="1453118976"/>
|
||||
@@ -63,6 +63,7 @@
|
||||
<FCParamGroup Name="MainWindow">
|
||||
<FCBool Name="TiledBackground" Value="0"/>
|
||||
<FCText Name="StyleSheet">Light-modern.qss</FCText>
|
||||
<FCText Name="OverlayActiveStyleSheet">Light-Modern_overlay.qss</FCText>
|
||||
</FCParamGroup>
|
||||
</FCParamGroup>
|
||||
</FCParamGroup>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
<FCUInt Name="colorError" Value="4278190335"/>
|
||||
</FCParamGroup>
|
||||
<FCParamGroup Name="Editor">
|
||||
<FCUInt Name="Text" Value="1903259904"/>
|
||||
<FCUInt Name="Text" Value="1010580735"/>
|
||||
<FCUInt Name="Bookmark" Value="16776960"/>
|
||||
<FCUInt Name="Breakpoint" Value="4278190080"/>
|
||||
<FCUInt Name="Keyword" Value="1453118976"/>
|
||||
@@ -63,6 +63,7 @@
|
||||
<FCParamGroup Name="MainWindow">
|
||||
<FCBool Name="TiledBackground" Value="0"/>
|
||||
<FCText Name="StyleSheet">Light.qss</FCText>
|
||||
<FCText Name="OverlayActiveStyleSheet">Light_overlay.qss</FCText>
|
||||
</FCParamGroup>
|
||||
</FCParamGroup>
|
||||
</FCParamGroup>
|
||||
|
||||
@@ -15,6 +15,11 @@ SET(Overlay_Stylesheets_Files
|
||||
"overlay/Light.qss"
|
||||
"overlay/Dark-Outline.qss"
|
||||
"overlay/Light-Outline.qss"
|
||||
"overlay/Darker_overlay.qss"
|
||||
"overlay/Dark_overlay.qss"
|
||||
"overlay/Dark-Modern_overlay.qss"
|
||||
"overlay/Light-Modern_overlay.qss"
|
||||
"overlay/Light_overlay.qss"
|
||||
"overlay/close.svg"
|
||||
"overlay/overlay.svg"
|
||||
"overlay/float.svg"
|
||||
|
||||
@@ -1810,6 +1810,7 @@ QTabWidget::pane {
|
||||
margin: 0px;
|
||||
/* Fixes double border inside pane with pyqt5 */
|
||||
padding: 0px;
|
||||
background-color: #2b2b2b;
|
||||
}
|
||||
|
||||
QTabWidget::pane:selected {
|
||||
|
||||
@@ -1801,6 +1801,7 @@ QTabWidget::pane {
|
||||
margin: 0px;
|
||||
/* Fixes double border inside pane with pyqt5 */
|
||||
padding: 0px;
|
||||
background-color: #7f7f7f;
|
||||
}
|
||||
|
||||
QTabWidget::pane:selected {
|
||||
|
||||
@@ -1801,6 +1801,7 @@ QTabWidget::pane {
|
||||
margin: 0px;
|
||||
/* Fixes double border inside pane with pyqt5 */
|
||||
padding: 0px;
|
||||
background-color: #696968;
|
||||
}
|
||||
|
||||
QTabWidget::pane:selected {
|
||||
|
||||
@@ -1818,6 +1818,7 @@ QTabWidget::pane {
|
||||
margin: 0px;
|
||||
/* Fixes double border inside pane with pyqt5 */
|
||||
padding: 0px;
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
QTabWidget::pane:selected {
|
||||
|
||||
@@ -1803,6 +1803,7 @@ QTabWidget::pane {
|
||||
margin: 0px;
|
||||
/* Fixes double border inside pane with pyqt5 */
|
||||
padding: 0px;
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
QTabWidget::pane:selected {
|
||||
|
||||
107
src/Gui/Stylesheets/overlay/Dark-Modern_overlay.qss
Normal file
107
src/Gui/Stylesheets/overlay/Dark-Modern_overlay.qss
Normal file
@@ -0,0 +1,107 @@
|
||||
/* The OverlayTabWidget is named as OverlayLeft, OverlayRight, OverlayTop, OverlayBottom.
|
||||
To customize for each overlay docking site, use the following selector
|
||||
|
||||
Gui--OverlayTabWidget#OverlayLeft {}
|
||||
*/
|
||||
/*
|
||||
* {
|
||||
color: #f0f0f0;
|
||||
alternate-background-color: rgba(255, 179, 0, 0.607);
|
||||
background-color: rgba(0, 255, 132, 0.607);
|
||||
}*/
|
||||
|
||||
Gui--OverlayTabWidget {
|
||||
qproperty-effectColor: rgba(42, 42, 42, 0.278);
|
||||
qproperty-effectBlurRadius: 1.0;
|
||||
qproperty-effectOffsetX: 0.0;
|
||||
qproperty-effectOffsetY: 0.0;
|
||||
qproperty-effectWidth: 2;
|
||||
qproperty-effectHeight: 2;
|
||||
qproperty-enableEffect: 1;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::tab-bar:top,
|
||||
Gui--OverlayTabWidget::tab-bar:bottom {
|
||||
left: 10px;
|
||||
alignment: left;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::tab-bar:left,
|
||||
Gui--OverlayTabWidget::tab-bar:right {
|
||||
top: 10px;
|
||||
alignment: top;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::pane {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Gui--OverlayProxyWidget {
|
||||
qproperty-hintColor: rgba(100, 100, 100, 0.6);
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton {
|
||||
background: #444444;
|
||||
padding: -2px;
|
||||
border: 0px outset rgb(255, 255, 255);
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:hover {
|
||||
background: #ffffff;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:focus {
|
||||
background: #cfcfcf;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton::pressed {
|
||||
background: rgb(159, 159, 159);
|
||||
border: 2px inset rgb(84, 84, 84);
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:checked {
|
||||
background: #bebebe;
|
||||
border: 2px inset #bebebe;
|
||||
padding: 0px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:checked:hover {
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
border: 2px inset rgb(255, 255, 255);
|
||||
|
||||
}
|
||||
|
||||
/* Use the following selector to customize title bar for each side */
|
||||
/*
|
||||
Gui--OverlayTabWidget#OverlayBottom Gui--OverlayTitleBar,
|
||||
Gui--OverlayTabWidget#OverlayBottom QSplitter Gui--OverlaySplitterHandle {
|
||||
background-color: qlineargradient(
|
||||
spread:pad, x1:0, y1:1, x2:0, y2:0,
|
||||
stop:0 #80202020, stop:1 #00202020);
|
||||
}
|
||||
*/
|
||||
|
||||
Gui--OverlaySplitterHandle {
|
||||
background-color: #444444;
|
||||
}
|
||||
|
||||
Gui--OverlayTitleBar {
|
||||
background-color: #444444;
|
||||
}
|
||||
|
||||
QScrollArea#ClippingScrollArea,
|
||||
QWidget#ClippingScrollAreaContents {
|
||||
background-color: #750000;
|
||||
}
|
||||
QSint--ActionGroup QFrame[class="content"] {
|
||||
background-color: #444444; /* Task Panel background color */
|
||||
}
|
||||
|
||||
QAbstractItemView {
|
||||
alternate-background-color: #313131;
|
||||
}
|
||||
107
src/Gui/Stylesheets/overlay/Dark_overlay.qss
Normal file
107
src/Gui/Stylesheets/overlay/Dark_overlay.qss
Normal file
@@ -0,0 +1,107 @@
|
||||
/* The OverlayTabWidget is named as OverlayLeft, OverlayRight, OverlayTop, OverlayBottom.
|
||||
To customize for each overlay docking site, use the following selector
|
||||
|
||||
Gui--OverlayTabWidget#OverlayLeft {}
|
||||
*/
|
||||
/*
|
||||
* {
|
||||
color: #f0f0f0;
|
||||
alternate-background-color: rgba(255, 179, 0, 0.607);
|
||||
background-color: rgba(0, 255, 132, 0.607);
|
||||
}*/
|
||||
|
||||
Gui--OverlayTabWidget {
|
||||
qproperty-effectColor: rgba(42, 42, 42, 0.278);
|
||||
qproperty-effectBlurRadius: 1.0;
|
||||
qproperty-effectOffsetX: 0.0;
|
||||
qproperty-effectOffsetY: 0.0;
|
||||
qproperty-effectWidth: 2;
|
||||
qproperty-effectHeight: 2;
|
||||
qproperty-enableEffect: 1;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::tab-bar:top,
|
||||
Gui--OverlayTabWidget::tab-bar:bottom {
|
||||
left: 10px;
|
||||
alignment: left;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::tab-bar:left,
|
||||
Gui--OverlayTabWidget::tab-bar:right {
|
||||
top: 10px;
|
||||
alignment: top;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::pane {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Gui--OverlayProxyWidget {
|
||||
qproperty-hintColor: rgba(100, 100, 100, 0.6);
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton {
|
||||
background: #444444;
|
||||
padding: -2px;
|
||||
border: 0px outset rgb(255, 255, 255);
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:hover {
|
||||
background: #ffffff;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:focus {
|
||||
background: #cfcfcf;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton::pressed {
|
||||
background: rgb(159, 159, 159);
|
||||
border: 2px inset rgb(84, 84, 84);
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:checked {
|
||||
background: #bebebe;
|
||||
border: 2px inset #bebebe;
|
||||
padding: 0px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:checked:hover {
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
border: 2px inset rgb(255, 255, 255);
|
||||
|
||||
}
|
||||
|
||||
/* Use the following selector to customize title bar for each side */
|
||||
/*
|
||||
Gui--OverlayTabWidget#OverlayBottom Gui--OverlayTitleBar,
|
||||
Gui--OverlayTabWidget#OverlayBottom QSplitter Gui--OverlaySplitterHandle {
|
||||
background-color: qlineargradient(
|
||||
spread:pad, x1:0, y1:1, x2:0, y2:0,
|
||||
stop:0 #80202020, stop:1 #00202020);
|
||||
}
|
||||
*/
|
||||
|
||||
Gui--OverlaySplitterHandle {
|
||||
background-color: #444444;
|
||||
}
|
||||
|
||||
Gui--OverlayTitleBar {
|
||||
background-color: #444444;
|
||||
}
|
||||
|
||||
QScrollArea#ClippingScrollArea,
|
||||
QWidget#ClippingScrollAreaContents {
|
||||
background-color: #750000;
|
||||
}
|
||||
QSint--ActionGroup QFrame[class="content"] {
|
||||
background-color: #444444; /* Task Panel background color */
|
||||
}
|
||||
|
||||
QAbstractItemView {
|
||||
alternate-background-color: #313131;
|
||||
}
|
||||
109
src/Gui/Stylesheets/overlay/Darker_overlay.qss
Normal file
109
src/Gui/Stylesheets/overlay/Darker_overlay.qss
Normal file
@@ -0,0 +1,109 @@
|
||||
/* The OverlayTabWidget is named as OverlayLeft, OverlayRight, OverlayTop, OverlayBottom.
|
||||
To customize for each overlay docking site, use the following selector
|
||||
|
||||
Gui--OverlayTabWidget#OverlayLeft {}
|
||||
*/
|
||||
/*
|
||||
* {
|
||||
color: #f0f0f0;
|
||||
alternate-background-color: rgba(255, 179, 0, 0.607);
|
||||
background-color: rgba(0, 255, 132, 0.607);
|
||||
}*/
|
||||
|
||||
Gui--OverlayTabWidget {
|
||||
qproperty-effectColor: rgba(42, 42, 42, 0.278);
|
||||
qproperty-effectBlurRadius: 1.0;
|
||||
qproperty-effectOffsetX: 0.0;
|
||||
qproperty-effectOffsetY: 0.0;
|
||||
qproperty-effectWidth: 2;
|
||||
qproperty-effectHeight: 2;
|
||||
qproperty-enableEffect: 1;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::tab-bar:top,
|
||||
Gui--OverlayTabWidget::tab-bar:bottom {
|
||||
left: 10px;
|
||||
alignment: left;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::tab-bar:left,
|
||||
Gui--OverlayTabWidget::tab-bar:right {
|
||||
top: 10px;
|
||||
alignment: top;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::pane {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Gui--OverlayProxyWidget {
|
||||
qproperty-hintColor: rgba(100, 100, 100, 0.6);
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton {
|
||||
background-color: qlineargradient(x1:0, y1:0.3, x2:0, y2:1, stop:0 #333333, stop:1 #2a2a2a);
|
||||
padding: -2px;
|
||||
border: 0px outset rgb(255, 255, 255);
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:hover {
|
||||
background: #ffffff;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:focus {
|
||||
background: #cfcfcf;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton::pressed {
|
||||
background: rgb(159, 159, 159);
|
||||
border: 2px inset rgb(84, 84, 84);
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:checked {
|
||||
background: #bebebe;
|
||||
border: 2px inset #bebebe;
|
||||
padding: 0px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:checked:hover {
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
border: 2px inset rgb(255, 255, 255);
|
||||
|
||||
}
|
||||
|
||||
/* Use the following selector to customize title bar for each side */
|
||||
/*
|
||||
Gui--OverlayTabWidget#OverlayBottom Gui--OverlayTitleBar,
|
||||
Gui--OverlayTabWidget#OverlayBottom QSplitter Gui--OverlaySplitterHandle {
|
||||
background-color: qlineargradient(
|
||||
spread:pad, x1:0, y1:1, x2:0, y2:0,
|
||||
stop:0 #80202020, stop:1 #00202020);
|
||||
}
|
||||
*/
|
||||
|
||||
Gui--OverlaySplitterHandle {
|
||||
background-color: qlineargradient(x1:0, y1:0.3, x2:0, y2:1, stop:0 #333333, stop:1 #2a2a2a);
|
||||
}
|
||||
Gui--OverlayTitle {
|
||||
background-color: #1cb00b;
|
||||
}
|
||||
Gui--OverlayTitleBar {
|
||||
background-color: qlineargradient(x1:0, y1:0.3, x2:0, y2:1, stop:0 #333333, stop:1 #2a2a2a);
|
||||
}
|
||||
|
||||
QScrollArea#ClippingScrollArea,
|
||||
QWidget#ClippingScrollAreaContents {
|
||||
background-color: #750000;
|
||||
}
|
||||
QSint--ActionGroup QFrame[class="content"] {
|
||||
background-color: #444444; /* Task Panel background color */
|
||||
}
|
||||
|
||||
QAbstractItemView {
|
||||
alternate-background-color: #313131;
|
||||
}
|
||||
107
src/Gui/Stylesheets/overlay/Light-Modern_overlay.qss
Normal file
107
src/Gui/Stylesheets/overlay/Light-Modern_overlay.qss
Normal file
@@ -0,0 +1,107 @@
|
||||
/* The OverlayTabWidget is named as OverlayLeft, OverlayRight, OverlayTop, OverlayBottom.
|
||||
To customize for each overlay docking site, use the following selector
|
||||
|
||||
Gui--OverlayTabWidget#OverlayLeft {}
|
||||
*/
|
||||
/*
|
||||
* {
|
||||
color: #f0f0f0;
|
||||
alternate-background-color: rgba(255, 179, 0, 0.607);
|
||||
background-color: rgba(0, 255, 132, 0.607);
|
||||
}*/
|
||||
|
||||
Gui--OverlayTabWidget {
|
||||
qproperty-effectColor: rgba(255, 255, 255, 0.394);
|
||||
qproperty-effectBlurRadius: 1.0;
|
||||
qproperty-effectOffsetX: 0.0;
|
||||
qproperty-effectOffsetY: 0.0;
|
||||
qproperty-effectWidth: 2;
|
||||
qproperty-effectHeight: 2;
|
||||
qproperty-enableEffect: 1;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::tab-bar:top,
|
||||
Gui--OverlayTabWidget::tab-bar:bottom {
|
||||
left: 10px;
|
||||
alignment: left;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::tab-bar:left,
|
||||
Gui--OverlayTabWidget::tab-bar:right {
|
||||
top: 10px;
|
||||
alignment: top;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::pane {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Gui--OverlayProxyWidget {
|
||||
qproperty-hintColor: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton {
|
||||
background: #d4d4d4;
|
||||
padding: -2px;
|
||||
border: 0px outset rgb(255, 255, 255);
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:hover {
|
||||
background: #ffffff;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:focus {
|
||||
background: #cfcfcf;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton::pressed {
|
||||
background: rgb(159, 159, 159);
|
||||
border: 2px inset rgb(196, 196, 196);
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:checked {
|
||||
background: #bebebe;
|
||||
border: 2px inset #bebebe;
|
||||
padding: 0px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:checked:hover {
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
border: 2px inset rgb(255, 255, 255);
|
||||
|
||||
}
|
||||
|
||||
/* Use the following selector to customize title bar for each side */
|
||||
/*
|
||||
Gui--OverlayTabWidget#OverlayBottom Gui--OverlayTitleBar,
|
||||
Gui--OverlayTabWidget#OverlayBottom QSplitter Gui--OverlaySplitterHandle {
|
||||
background-color: qlineargradient(
|
||||
spread:pad, x1:0, y1:1, x2:0, y2:0,
|
||||
stop:0 #80202020, stop:1 #00202020);
|
||||
}
|
||||
*/
|
||||
|
||||
Gui--OverlaySplitterHandle {
|
||||
background-color: #d4d4d4;
|
||||
}
|
||||
|
||||
Gui--OverlayTitleBar {
|
||||
background-color: #d4d4d4;
|
||||
}
|
||||
|
||||
QScrollArea#ClippingScrollArea,
|
||||
QWidget#ClippingScrollAreaContents {
|
||||
background-color: #ffdede;
|
||||
}
|
||||
QSint--ActionGroup QFrame[class="content"] {
|
||||
background-color: #f6f6f6; /* Task Panel background color */
|
||||
}
|
||||
|
||||
QAbstractItemView {
|
||||
alternate-background-color: #ffffff;
|
||||
}
|
||||
107
src/Gui/Stylesheets/overlay/Light_overlay.qss
Normal file
107
src/Gui/Stylesheets/overlay/Light_overlay.qss
Normal file
@@ -0,0 +1,107 @@
|
||||
/* The OverlayTabWidget is named as OverlayLeft, OverlayRight, OverlayTop, OverlayBottom.
|
||||
To customize for each overlay docking site, use the following selector
|
||||
|
||||
Gui--OverlayTabWidget#OverlayLeft {}
|
||||
*/
|
||||
/*
|
||||
* {
|
||||
color: #f0f0f0;
|
||||
alternate-background-color: rgba(255, 179, 0, 0.607);
|
||||
background-color: rgba(0, 255, 132, 0.607);
|
||||
}*/
|
||||
|
||||
Gui--OverlayTabWidget {
|
||||
qproperty-effectColor: rgba(255, 255, 255, 0.394);
|
||||
qproperty-effectBlurRadius: 1.0;
|
||||
qproperty-effectOffsetX: 0.0;
|
||||
qproperty-effectOffsetY: 0.0;
|
||||
qproperty-effectWidth: 2;
|
||||
qproperty-effectHeight: 2;
|
||||
qproperty-enableEffect: 1;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::tab-bar:top,
|
||||
Gui--OverlayTabWidget::tab-bar:bottom {
|
||||
left: 10px;
|
||||
alignment: left;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::tab-bar:left,
|
||||
Gui--OverlayTabWidget::tab-bar:right {
|
||||
top: 10px;
|
||||
alignment: top;
|
||||
}
|
||||
|
||||
Gui--OverlayTabWidget::pane {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Gui--OverlayProxyWidget {
|
||||
qproperty-hintColor: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton {
|
||||
background: #f6f6f6;
|
||||
padding: -2px;
|
||||
border: 0px outset rgb(255, 255, 255);
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:hover {
|
||||
background: #ffffff;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:focus {
|
||||
background: #cfcfcf;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton::pressed {
|
||||
background: rgb(159, 159, 159);
|
||||
border: 2px inset rgb(196, 196, 196);
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:checked {
|
||||
background: #bebebe;
|
||||
border: 2px inset #bebebe;
|
||||
padding: 0px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
Gui--OverlayToolButton:checked:hover {
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
border: 2px inset rgb(255, 255, 255);
|
||||
|
||||
}
|
||||
|
||||
/* Use the following selector to customize title bar for each side */
|
||||
/*
|
||||
Gui--OverlayTabWidget#OverlayBottom Gui--OverlayTitleBar,
|
||||
Gui--OverlayTabWidget#OverlayBottom QSplitter Gui--OverlaySplitterHandle {
|
||||
background-color: qlineargradient(
|
||||
spread:pad, x1:0, y1:1, x2:0, y2:0,
|
||||
stop:0 #80202020, stop:1 #00202020);
|
||||
}
|
||||
*/
|
||||
|
||||
Gui--OverlaySplitterHandle {
|
||||
background-color: qlineargradient(x1:0, y1:0.3, x2:0, y2:1, stop:0 #E2E2E2, stop:1 #EDEDED);
|
||||
}
|
||||
|
||||
Gui--OverlayTitleBar {
|
||||
background-color: qlineargradient(x1:0, y1:0.3, x2:0, y2:1, stop:0 #E2E2E2, stop:1 #EDEDED);
|
||||
}
|
||||
|
||||
QScrollArea#ClippingScrollArea,
|
||||
QWidget#ClippingScrollAreaContents {
|
||||
background-color: #ffdede;
|
||||
}
|
||||
QSint--ActionGroup QFrame[class="content"] {
|
||||
background-color: #f6f6f6; /* Task Panel background color */
|
||||
}
|
||||
|
||||
QAbstractItemView {
|
||||
alternate-background-color: #ffffff;
|
||||
}
|
||||
Reference in New Issue
Block a user