removed trailing white sapces.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,7 @@ Revised stylesheet based on the original from Pablo Gil Fernández made by Miste
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,7 +15,7 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#a1bd00
|
||||
#819700
|
||||
@@ -101,8 +101,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -244,7 +244,7 @@ QCheckBox::indicator {
|
||||
color: white;
|
||||
background-color: #505050;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_light.svg);
|
||||
}
|
||||
|
||||
@@ -269,7 +269,7 @@ QCheckBox::indicator:checked {
|
||||
image:url(qss:images_dark-light/checkbox_light.svg);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #a1bd00;
|
||||
}
|
||||
|
||||
@@ -484,7 +484,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #3c3c3c;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -646,7 +646,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #7F7F7F;
|
||||
@@ -1595,7 +1595,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -1885,8 +1885,8 @@ QTabBar::tab:top:selected, QDockWidget QTabBar::tab:top:selected {
|
||||
color: white;
|
||||
border-top: 4px solid #a1bd00; /* selection color */
|
||||
border-bottom: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
}
|
||||
|
||||
QTabBar::tab:top:!selected:hover, QDockWidget QTabBar::tab:top:!selected:hover {
|
||||
@@ -1914,8 +1914,8 @@ QTabBar::tab:bottom:selected, QDockWidget QTabBar::tab:bottom:selected {
|
||||
color: white;
|
||||
border-bottom: 4px solid #a1bd00; /* selection color */
|
||||
border-top: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
|
||||
}
|
||||
|
||||
@@ -2041,7 +2041,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_light.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2344,7 +2344,7 @@ QToolBox {
|
||||
|
||||
QToolBox:selected {
|
||||
padding: 0px;
|
||||
border: 0px solid #a1bd00;
|
||||
border: 0px solid #a1bd00;
|
||||
}
|
||||
|
||||
QToolBox::tab {
|
||||
|
||||
@@ -5,7 +5,7 @@ Revised stylesheet based on the original from Pablo Gil Fernández made by Miste
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,7 +15,7 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#557bb6
|
||||
#560062
|
||||
@@ -101,8 +101,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -244,7 +244,7 @@ QCheckBox::indicator {
|
||||
color: white;
|
||||
background-color: #1c1b22;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_light.svg);
|
||||
}
|
||||
|
||||
@@ -269,7 +269,7 @@ QCheckBox::indicator:checked {
|
||||
image:url(qss:images_dark-light/checkbox_light.svg);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #557BB6;
|
||||
}
|
||||
|
||||
@@ -484,7 +484,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #3c3c3c;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -646,7 +646,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #2b2b2b;
|
||||
@@ -1604,7 +1604,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -2077,7 +2077,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_light.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2388,7 +2388,7 @@ QToolBox {
|
||||
|
||||
QToolBox:selected {
|
||||
padding: 0px;
|
||||
border: 0px solid #557bb6;
|
||||
border: 0px solid #557bb6;
|
||||
}
|
||||
|
||||
QToolBox::tab {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
/*
|
||||
ABOUT
|
||||
============================================================================================================
|
||||
Revised stylesheet based on the orignal from Pablo Gil Fernández made by MisterMaker
|
||||
Revised stylesheet based on the original from Pablo Gil Fernández made by MisterMaker
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,7 +15,7 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#74b655
|
||||
#560062
|
||||
@@ -101,8 +101,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -244,7 +244,7 @@ QCheckBox::indicator {
|
||||
color: white;
|
||||
background-color: #1c1b22;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_light.svg);
|
||||
}
|
||||
|
||||
@@ -269,7 +269,7 @@ QCheckBox::indicator:checked {
|
||||
image:url(qss:images_dark-light/checkbox_light.svg);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #74b655;
|
||||
}
|
||||
|
||||
@@ -484,7 +484,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #3c3c3c;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -646,7 +646,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #2b2b2b;
|
||||
@@ -1604,7 +1604,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -2077,7 +2077,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_light.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2388,7 +2388,7 @@ QToolBox {
|
||||
|
||||
QToolBox:selected {
|
||||
padding: 0px;
|
||||
border: 0px solid #74b655;
|
||||
border: 0px solid #74b655;
|
||||
}
|
||||
|
||||
QToolBox::tab {
|
||||
|
||||
@@ -5,7 +5,7 @@ Revised stylesheet based on the original from Pablo Gil Fernández made by Miste
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,7 +15,7 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#cb9437
|
||||
#560062
|
||||
@@ -101,8 +101,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -244,7 +244,7 @@ QCheckBox::indicator {
|
||||
color: white;
|
||||
background-color: #1c1b22;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_light.svg);
|
||||
}
|
||||
|
||||
@@ -269,7 +269,7 @@ QCheckBox::indicator:checked {
|
||||
image:url(qss:images_dark-light/checkbox_light.svg);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #cb9437;
|
||||
}
|
||||
|
||||
@@ -484,7 +484,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #3c3c3c;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -646,7 +646,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #2b2b2b;
|
||||
@@ -1604,7 +1604,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -2077,7 +2077,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_light.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2388,7 +2388,7 @@ QToolBox {
|
||||
|
||||
QToolBox:selected {
|
||||
padding: 0px;
|
||||
border: 0px solid #cb9437;
|
||||
border: 0px solid #cb9437;
|
||||
}
|
||||
|
||||
QToolBox::tab {
|
||||
|
||||
@@ -5,7 +5,7 @@ Revised stylesheet based on the original from Pablo Gil Fernández made by Miste
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,7 +15,7 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#c849cd
|
||||
#560062
|
||||
@@ -101,8 +101,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -244,7 +244,7 @@ QCheckBox::indicator {
|
||||
color: white;
|
||||
background-color: #1c1b22;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_light.svg);
|
||||
}
|
||||
|
||||
@@ -269,7 +269,7 @@ QCheckBox::indicator:checked {
|
||||
image:url(qss:images_dark-light/checkbox_light.svg);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #c849cd;
|
||||
}
|
||||
|
||||
@@ -484,7 +484,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #3c3c3c;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -646,7 +646,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #2b2b2b;
|
||||
@@ -1604,7 +1604,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -2077,7 +2077,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_light.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2388,7 +2388,7 @@ QToolBox {
|
||||
|
||||
QToolBox:selected {
|
||||
padding: 0px;
|
||||
border: 0px solid #c849cd;
|
||||
border: 0px solid #c849cd;
|
||||
}
|
||||
|
||||
QToolBox::tab {
|
||||
|
||||
@@ -5,7 +5,7 @@ Revised stylesheet based on the original from Pablo Gil Fernández made by Miste
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,7 +15,7 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#b28416
|
||||
#996b00
|
||||
@@ -101,8 +101,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -244,7 +244,7 @@ QCheckBox::indicator {
|
||||
color: white;
|
||||
background-color: #505050;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_light.svg);
|
||||
}
|
||||
|
||||
@@ -269,7 +269,7 @@ QCheckBox::indicator:checked {
|
||||
image:url(qss:images_dark-light/checkbox_light.svg);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #b28416;
|
||||
}
|
||||
|
||||
@@ -484,7 +484,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #3c3c3c;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -646,7 +646,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #7F7F7F;
|
||||
@@ -1595,7 +1595,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -1885,8 +1885,8 @@ QTabBar::tab:top:selected, QDockWidget QTabBar::tab:top:selected {
|
||||
color: white;
|
||||
border-top: 4px solid #b28416; /* selection color */
|
||||
border-bottom: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
}
|
||||
|
||||
QTabBar::tab:top:!selected:hover, QDockWidget QTabBar::tab:top:!selected:hover {
|
||||
@@ -1914,8 +1914,8 @@ QTabBar::tab:bottom:selected, QDockWidget QTabBar::tab:bottom:selected {
|
||||
color: white;
|
||||
border-bottom: 4px solid #b28416; /* selection color */
|
||||
border-top: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
|
||||
}
|
||||
|
||||
@@ -2041,7 +2041,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_light.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2344,7 +2344,7 @@ QToolBox {
|
||||
|
||||
QToolBox:selected {
|
||||
padding: 0px;
|
||||
border: 0px solid #b28416;
|
||||
border: 0px solid #b28416;
|
||||
}
|
||||
|
||||
QToolBox::tab {
|
||||
|
||||
@@ -5,7 +5,7 @@ Revised stylesheet based on the original from Pablo Gil Fernández made by Miste
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,10 +15,10 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#bc1cc8
|
||||
#920077
|
||||
#920077
|
||||
|
||||
|
||||
See Qt documentation:
|
||||
@@ -101,8 +101,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -244,7 +244,7 @@ QCheckBox::indicator {
|
||||
color: white;
|
||||
background-color: #505050;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_light.svg);
|
||||
}
|
||||
|
||||
@@ -269,7 +269,7 @@ QCheckBox::indicator:checked {
|
||||
image:url(qss:images_dark-light/checkbox_light.svg);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #bc1cc8;
|
||||
}
|
||||
|
||||
@@ -484,7 +484,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #3c3c3c;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -646,7 +646,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #7F7F7F;
|
||||
@@ -1595,7 +1595,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -1885,8 +1885,8 @@ QTabBar::tab:top:selected, QDockWidget QTabBar::tab:top:selected {
|
||||
color: white;
|
||||
border-top: 4px solid #bc1cc8; /* selection color */
|
||||
border-bottom: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
}
|
||||
|
||||
QTabBar::tab:top:!selected:hover, QDockWidget QTabBar::tab:top:!selected:hover {
|
||||
@@ -1914,8 +1914,8 @@ QTabBar::tab:bottom:selected, QDockWidget QTabBar::tab:bottom:selected {
|
||||
color: white;
|
||||
border-bottom: 4px solid #bc1cc8; /* selection color */
|
||||
border-top: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
|
||||
}
|
||||
|
||||
@@ -2041,7 +2041,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_light.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2344,7 +2344,7 @@ QToolBox {
|
||||
|
||||
QToolBox:selected {
|
||||
padding: 0px;
|
||||
border: 0px solid #bc1cc8;
|
||||
border: 0px solid #bc1cc8;
|
||||
}
|
||||
|
||||
QToolBox::tab {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,7 @@ Revised stylesheet based on the original from Pablo Gil Fernández made by Miste
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,7 +15,7 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#74831d
|
||||
#6d8000
|
||||
@@ -101,8 +101,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -244,7 +244,7 @@ QCheckBox::indicator {
|
||||
color: white;
|
||||
background-color: #1c1b22;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_light.svg);
|
||||
}
|
||||
|
||||
@@ -269,7 +269,7 @@ QCheckBox::indicator:checked {
|
||||
image:url(qss:images_dark-light/checkbox_light.svg);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #74831d;
|
||||
}
|
||||
|
||||
@@ -484,7 +484,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #3c3c3c;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -646,7 +646,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #444444;
|
||||
@@ -1594,7 +1594,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -1884,8 +1884,8 @@ QTabBar::tab:top:selected, QDockWidget QTabBar::tab:top:selected {
|
||||
color: white;
|
||||
border-top: 4px solid #74831d; /* selection color */
|
||||
border-bottom: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
}
|
||||
|
||||
QTabBar::tab:top:!selected:hover, QDockWidget QTabBar::tab:top:!selected:hover {
|
||||
@@ -1913,8 +1913,8 @@ QTabBar::tab:bottom:selected, QDockWidget QTabBar::tab:bottom:selected {
|
||||
color: white;
|
||||
border-bottom: 4px solid #74831d; /* selection color */
|
||||
border-top: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
|
||||
}
|
||||
|
||||
@@ -2041,7 +2041,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_light.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2344,7 +2344,7 @@ QToolBox {
|
||||
|
||||
QToolBox:selected {
|
||||
padding: 0px;
|
||||
border: 0px solid #74831d;
|
||||
border: 0px solid #74831d;
|
||||
}
|
||||
|
||||
QToolBox::tab {
|
||||
|
||||
@@ -5,7 +5,7 @@ Revised stylesheet based on the original from Pablo Gil Fernández made by Miste
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,7 +15,7 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#b28416
|
||||
#996b00
|
||||
@@ -101,8 +101,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -244,7 +244,7 @@ QCheckBox::indicator {
|
||||
color: white;
|
||||
background-color: #1c1b22;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_light.svg);
|
||||
}
|
||||
|
||||
@@ -269,7 +269,7 @@ QCheckBox::indicator:checked {
|
||||
image:url(qss:images_dark-light/checkbox_light.svg);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #b28416;
|
||||
}
|
||||
|
||||
@@ -484,7 +484,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #3c3c3c;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -647,7 +647,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #444444;
|
||||
@@ -1595,7 +1595,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -1885,8 +1885,8 @@ QTabBar::tab:top:selected, QDockWidget QTabBar::tab:top:selected {
|
||||
color: white;
|
||||
border-top: 4px solid #b28416; /* selection color */
|
||||
border-bottom: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
}
|
||||
|
||||
QTabBar::tab:top:!selected:hover, QDockWidget QTabBar::tab:top:!selected:hover {
|
||||
@@ -1914,8 +1914,8 @@ QTabBar::tab:bottom:selected, QDockWidget QTabBar::tab:bottom:selected {
|
||||
color: white;
|
||||
border-bottom: 4px solid #b28416; /* selection color */
|
||||
border-top: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
|
||||
}
|
||||
|
||||
@@ -2042,7 +2042,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_light.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2345,7 +2345,7 @@ QToolBox {
|
||||
|
||||
QToolBox:selected {
|
||||
padding: 0px;
|
||||
border: 0px solid #b28416;
|
||||
border: 0px solid #b28416;
|
||||
}
|
||||
|
||||
QToolBox::tab {
|
||||
|
||||
@@ -5,7 +5,7 @@ Revised stylesheet based on the original from Pablo Gil Fernández made by Miste
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,7 +15,7 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#b216a0
|
||||
#770069
|
||||
@@ -101,8 +101,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -244,7 +244,7 @@ QCheckBox::indicator {
|
||||
color: white;
|
||||
background-color: #1c1b22;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_light.svg);
|
||||
}
|
||||
|
||||
@@ -269,7 +269,7 @@ QCheckBox::indicator:checked {
|
||||
image:url(qss:images_dark-light/checkbox_light.svg);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #b216a0;
|
||||
}
|
||||
|
||||
@@ -484,7 +484,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #3c3c3c;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -646,7 +646,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #444444;
|
||||
@@ -1594,7 +1594,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -1884,8 +1884,8 @@ QTabBar::tab:top:selected, QDockWidget QTabBar::tab:top:selected {
|
||||
color: white;
|
||||
border-top: 4px solid #b216a0; /* selection color */
|
||||
border-bottom: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
}
|
||||
|
||||
QTabBar::tab:top:!selected:hover, QDockWidget QTabBar::tab:top:!selected:hover {
|
||||
@@ -1913,8 +1913,8 @@ QTabBar::tab:bottom:selected, QDockWidget QTabBar::tab:bottom:selected {
|
||||
color: white;
|
||||
border-bottom: 4px solid #b216a0; /* selection color */
|
||||
border-top: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
border-left: 1px solid #696969;
|
||||
border-right: 1px solid #696969;
|
||||
|
||||
}
|
||||
|
||||
@@ -2041,7 +2041,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_light.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2344,7 +2344,7 @@ QToolBox {
|
||||
|
||||
QToolBox:selected {
|
||||
padding: 0px;
|
||||
border: 0px solid #b216a0;
|
||||
border: 0px solid #b216a0;
|
||||
}
|
||||
|
||||
QToolBox::tab {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,7 @@ Revised stylesheet based on the original from Pablo Gil Fernández made by Miste
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,10 +15,10 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#B7D300
|
||||
#E1FF00
|
||||
#E1FF00
|
||||
|
||||
|
||||
See Qt documentation:
|
||||
@@ -102,8 +102,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_dark.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_dark.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -246,7 +246,7 @@ QCheckBox::indicator {
|
||||
color: black;
|
||||
background-color: #ffffff;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_dark.svg);
|
||||
}
|
||||
|
||||
@@ -271,7 +271,7 @@ QCheckBox::indicator:checked {
|
||||
image:url(qss:images_dark-light/checkbox_dark.svg);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #B7D300;
|
||||
}
|
||||
|
||||
@@ -486,7 +486,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #f6f6f6;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -648,7 +648,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #F6F6F6;
|
||||
@@ -1596,7 +1596,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -1622,7 +1622,7 @@ QSint--ActionGroup QFrame[class="content"] QToolButton:hover{
|
||||
|
||||
}
|
||||
QSint--ActionGroup QFrame[class="content"] QToolButton:focus {
|
||||
border: 1px solid #E1FF00
|
||||
border: 1px solid #E1FF00
|
||||
;
|
||||
}
|
||||
|
||||
@@ -1887,8 +1887,8 @@ QTabBar::tab:top:selected, QDockWidget QTabBar::tab:top:selected {
|
||||
color: black;
|
||||
border-top: 4px solid #B7D300; /* selection color */
|
||||
border-bottom: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #A3A3A3;
|
||||
border-right: 1px solid #A3A3A3;
|
||||
border-left: 1px solid #A3A3A3;
|
||||
border-right: 1px solid #A3A3A3;
|
||||
}
|
||||
|
||||
QTabBar::tab:top:!selected:hover, QDockWidget QTabBar::tab:top:!selected:hover {
|
||||
@@ -1917,8 +1917,8 @@ QTabBar::tab:bottom:selected, QDockWidget QTabBar::tab:bottom:selected {
|
||||
color: black;
|
||||
border-bottom: 4px solid #B7D300; /* selection color */
|
||||
border-top: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #A3A3A3;
|
||||
border-right: 1px solid #A3A3A3;
|
||||
border-left: 1px solid #A3A3A3;
|
||||
border-right: 1px solid #A3A3A3;
|
||||
|
||||
}
|
||||
|
||||
@@ -1935,7 +1935,7 @@ QTabBar::tab:bottom:!selected:hover, QDockWidget QTabBar::tab:bottom:!selected:h
|
||||
QTabBar::tab:left, QDockWidget QTabBar::tab:left {
|
||||
background-color: #F6F6F6;
|
||||
margin-top: 2px;
|
||||
|
||||
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
padding-top: 4px;
|
||||
@@ -2049,7 +2049,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_dark.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2352,7 +2352,7 @@ QToolBox {
|
||||
|
||||
QToolBox:selected {
|
||||
padding: 0px;
|
||||
border: 0px solid #B7D300;
|
||||
border: 0px solid #B7D300;
|
||||
}
|
||||
|
||||
QToolBox::tab {
|
||||
|
||||
@@ -5,7 +5,7 @@ Revised stylesheet based on the original from Pablo Gil Fernández made by Miste
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,12 +15,12 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#8ab6e9
|
||||
#dc00fa
|
||||
|
||||
|
||||
|
||||
See Qt documentation:
|
||||
|
||||
- https://doc.qt.io/qt-5/stylesheet.html
|
||||
@@ -101,8 +101,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -128,7 +128,7 @@ QWidget::item:selected {
|
||||
background-color: #8ab6e9;
|
||||
}
|
||||
|
||||
/* Causes issue with colorselector.
|
||||
/* Causes issue with colorselector.
|
||||
QWidget::item:hover:!selected {
|
||||
background-color: #8ab6e9;
|
||||
}*/
|
||||
@@ -141,7 +141,7 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmainwindow
|
||||
--------------------------------------------------------------------------- */
|
||||
QMainWindow::separator {
|
||||
/*background-color: #3c3c3c;*/
|
||||
border: 0px solid #696968;
|
||||
border: 0px solid #696968;
|
||||
spacing: 0px;
|
||||
padding: 1px;
|
||||
}
|
||||
@@ -242,7 +242,7 @@ QCheckBox QWidget:disabled {
|
||||
|
||||
QCheckBox::indicator {
|
||||
color: black;
|
||||
background-color: white;
|
||||
background-color: white;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_dark.svg);
|
||||
@@ -270,11 +270,11 @@ QCheckBox::indicator:checked {
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #8ab6e9;
|
||||
background-color: #8ab6e9;
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:disabled {
|
||||
background-color: #f5f5f5;
|
||||
background-color: #f5f5f5;
|
||||
image: url(qss:images_dark-light/checkbox_checked_dark.svg);
|
||||
}
|
||||
|
||||
@@ -407,7 +407,7 @@ QRadioButton::indicator:unchecked:hover, QRadioButton::indicator:unchecked:press
|
||||
|
||||
QRadioButton::indicator:unchecked:disabled {
|
||||
/*image:url(qss:images_dark-light/radiobutton_dark.svg);*/
|
||||
border: 1px solid #cccccc;
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
|
||||
QRadioButton::indicator:checked {
|
||||
@@ -484,7 +484,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #cccccc;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -535,7 +535,7 @@ QMenu::indicator:non-exclusive:unchecked {
|
||||
|
||||
QMenu::indicator:non-exclusive:unchecked:hover, QMenu::indicator:non-exclusive:unchecked:focus, QMenu::indicator:non-exclusive:unchecked:pressed {
|
||||
border: none;
|
||||
background: #8ab6e9;
|
||||
background: #8ab6e9;
|
||||
}
|
||||
|
||||
QMenu::indicator:non-exclusive:unchecked:disabled {
|
||||
@@ -548,7 +548,7 @@ QMenu::indicator:non-exclusive:checked {
|
||||
|
||||
QMenu::indicator:non-exclusive:checked:hover, QMenu::indicator:non-exclusive:checked:focus, QMenu::indicator:non-exclusive:checked:pressed {
|
||||
border: none;
|
||||
background: #8ab6e9;
|
||||
background: #8ab6e9;
|
||||
}
|
||||
|
||||
QMenu::indicator:non-exclusive:checked:disabled {
|
||||
@@ -646,7 +646,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #f6f6f6;
|
||||
@@ -990,7 +990,7 @@ QAbstractSpinBox::down-arrow, QAbstractSpinBox::down-arrow:disabled, QAbstractSp
|
||||
}
|
||||
|
||||
QAbstractSpinBox::down-arrow:hover {
|
||||
/*background-color: #8ab6e9;*/ image:url(qss:images_dark-light/down_arrow_darker.svg);
|
||||
/*background-color: #8ab6e9;*/ image:url(qss:images_dark-light/down_arrow_darker.svg);
|
||||
}
|
||||
|
||||
QAbstractSpinBox:hover {
|
||||
@@ -1608,7 +1608,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -2081,7 +2081,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_dark.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2512,7 +2512,7 @@ QSplitter::handle:hover {
|
||||
background-image: url(qss:images_dark-light/splitter_horizontal_dark.svg);
|
||||
background-position: center center;
|
||||
background-repeat: none;
|
||||
background-color: #8ab6e9;
|
||||
background-color: #8ab6e9;
|
||||
}
|
||||
|
||||
/* QDateEdit, QDateTimeEdit -----------------------------------------------
|
||||
|
||||
@@ -5,7 +5,7 @@ Revised stylesheet based on the original from Pablo Gil Fernández made by Miste
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,12 +15,12 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#a5e98a
|
||||
#dc00fa
|
||||
|
||||
|
||||
|
||||
See Qt documentation:
|
||||
|
||||
- https://doc.qt.io/qt-5/stylesheet.html
|
||||
@@ -101,8 +101,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -128,7 +128,7 @@ QWidget::item:selected {
|
||||
background-color: #a5e98a;
|
||||
}
|
||||
|
||||
/* Causes issue with colorselector.
|
||||
/* Causes issue with colorselector.
|
||||
QWidget::item:hover:!selected {
|
||||
background-color: #a5e98a;
|
||||
}*/
|
||||
@@ -141,7 +141,7 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmainwindow
|
||||
--------------------------------------------------------------------------- */
|
||||
QMainWindow::separator {
|
||||
/*background-color: #3c3c3c;*/
|
||||
border: 0px solid #696968;
|
||||
border: 0px solid #696968;
|
||||
spacing: 0px;
|
||||
padding: 1px;
|
||||
}
|
||||
@@ -242,7 +242,7 @@ QCheckBox QWidget:disabled {
|
||||
|
||||
QCheckBox::indicator {
|
||||
color: black;
|
||||
background-color: white;
|
||||
background-color: white;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_dark.svg);
|
||||
@@ -270,11 +270,11 @@ QCheckBox::indicator:checked {
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #a5e98a;
|
||||
background-color: #a5e98a;
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:disabled {
|
||||
background-color: #f5f5f5;
|
||||
background-color: #f5f5f5;
|
||||
image: url(qss:images_dark-light/checkbox_checked_dark.svg);
|
||||
}
|
||||
|
||||
@@ -407,7 +407,7 @@ QRadioButton::indicator:unchecked:hover, QRadioButton::indicator:unchecked:press
|
||||
|
||||
QRadioButton::indicator:unchecked:disabled {
|
||||
/*image:url(qss:images_dark-light/radiobutton_dark.svg);*/
|
||||
border: 1px solid #cccccc;
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
|
||||
QRadioButton::indicator:checked {
|
||||
@@ -484,7 +484,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #cccccc;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -535,7 +535,7 @@ QMenu::indicator:non-exclusive:unchecked {
|
||||
|
||||
QMenu::indicator:non-exclusive:unchecked:hover, QMenu::indicator:non-exclusive:unchecked:focus, QMenu::indicator:non-exclusive:unchecked:pressed {
|
||||
border: none;
|
||||
background: #a5e98a;
|
||||
background: #a5e98a;
|
||||
}
|
||||
|
||||
QMenu::indicator:non-exclusive:unchecked:disabled {
|
||||
@@ -548,7 +548,7 @@ QMenu::indicator:non-exclusive:checked {
|
||||
|
||||
QMenu::indicator:non-exclusive:checked:hover, QMenu::indicator:non-exclusive:checked:focus, QMenu::indicator:non-exclusive:checked:pressed {
|
||||
border: none;
|
||||
background: #a5e98a;
|
||||
background: #a5e98a;
|
||||
}
|
||||
|
||||
QMenu::indicator:non-exclusive:checked:disabled {
|
||||
@@ -646,7 +646,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #f6f6f6;
|
||||
@@ -990,7 +990,7 @@ QAbstractSpinBox::down-arrow, QAbstractSpinBox::down-arrow:disabled, QAbstractSp
|
||||
}
|
||||
|
||||
QAbstractSpinBox::down-arrow:hover {
|
||||
/*background-color: #a5e98a;*/ image:url(qss:images_dark-light/down_arrow_darker.svg);
|
||||
/*background-color: #a5e98a;*/ image:url(qss:images_dark-light/down_arrow_darker.svg);
|
||||
}
|
||||
|
||||
QAbstractSpinBox:hover {
|
||||
@@ -1608,7 +1608,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -2081,7 +2081,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_dark.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2512,7 +2512,7 @@ QSplitter::handle:hover {
|
||||
background-image: url(qss:images_dark-light/splitter_horizontal_dark.svg);
|
||||
background-position: center center;
|
||||
background-repeat: none;
|
||||
background-color: #a5e98a;
|
||||
background-color: #a5e98a;
|
||||
}
|
||||
|
||||
/* QDateEdit, QDateTimeEdit -----------------------------------------------
|
||||
|
||||
@@ -5,7 +5,7 @@ Revised stylesheet based on the original from Pablo Gil Fernández made by Miste
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,12 +15,12 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#e9be8a
|
||||
#dc00fa
|
||||
|
||||
|
||||
|
||||
See Qt documentation:
|
||||
|
||||
- https://doc.qt.io/qt-5/stylesheet.html
|
||||
@@ -101,8 +101,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -128,7 +128,7 @@ QWidget::item:selected {
|
||||
background-color: #e9be8a;
|
||||
}
|
||||
|
||||
/* Causes issue with colorselector.
|
||||
/* Causes issue with colorselector.
|
||||
QWidget::item:hover:!selected {
|
||||
background-color: #e9be8a;
|
||||
}*/
|
||||
@@ -141,7 +141,7 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmainwindow
|
||||
--------------------------------------------------------------------------- */
|
||||
QMainWindow::separator {
|
||||
/*background-color: #3c3c3c;*/
|
||||
border: 0px solid #696968;
|
||||
border: 0px solid #696968;
|
||||
spacing: 0px;
|
||||
padding: 1px;
|
||||
}
|
||||
@@ -242,7 +242,7 @@ QCheckBox QWidget:disabled {
|
||||
|
||||
QCheckBox::indicator {
|
||||
color: black;
|
||||
background-color: white;
|
||||
background-color: white;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_dark.svg);
|
||||
@@ -270,11 +270,11 @@ QCheckBox::indicator:checked {
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #e9be8a;
|
||||
background-color: #e9be8a;
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:disabled {
|
||||
background-color: #f5f5f5;
|
||||
background-color: #f5f5f5;
|
||||
image: url(qss:images_dark-light/checkbox_checked_dark.svg);
|
||||
}
|
||||
|
||||
@@ -407,7 +407,7 @@ QRadioButton::indicator:unchecked:hover, QRadioButton::indicator:unchecked:press
|
||||
|
||||
QRadioButton::indicator:unchecked:disabled {
|
||||
/*image:url(qss:images_dark-light/radiobutton_dark.svg);*/
|
||||
border: 1px solid #cccccc;
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
|
||||
QRadioButton::indicator:checked {
|
||||
@@ -484,7 +484,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #cccccc;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -535,7 +535,7 @@ QMenu::indicator:non-exclusive:unchecked {
|
||||
|
||||
QMenu::indicator:non-exclusive:unchecked:hover, QMenu::indicator:non-exclusive:unchecked:focus, QMenu::indicator:non-exclusive:unchecked:pressed {
|
||||
border: none;
|
||||
background: #e9be8a;
|
||||
background: #e9be8a;
|
||||
}
|
||||
|
||||
QMenu::indicator:non-exclusive:unchecked:disabled {
|
||||
@@ -646,7 +646,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #f6f6f6;
|
||||
@@ -990,7 +990,7 @@ QAbstractSpinBox::down-arrow, QAbstractSpinBox::down-arrow:disabled, QAbstractSp
|
||||
}
|
||||
|
||||
QAbstractSpinBox::down-arrow:hover {
|
||||
/*background-color: #e9be8a;*/ image:url(qss:images_dark-light/down_arrow_darker.svg);
|
||||
/*background-color: #e9be8a;*/ image:url(qss:images_dark-light/down_arrow_darker.svg);
|
||||
}
|
||||
|
||||
QAbstractSpinBox:hover {
|
||||
@@ -1608,7 +1608,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -2081,7 +2081,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_dark.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2512,7 +2512,7 @@ QSplitter::handle:hover {
|
||||
background-image: url(qss:images_dark-light/splitter_horizontal_dark.svg);
|
||||
background-position: center center;
|
||||
background-repeat: none;
|
||||
background-color: #e9be8a;
|
||||
background-color: #e9be8a;
|
||||
}
|
||||
|
||||
/* QDateEdit, QDateTimeEdit -----------------------------------------------
|
||||
|
||||
@@ -5,7 +5,7 @@ Revised stylesheet based on the original from Pablo Gil Fernández made by Miste
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,13 +15,13 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#e98ad8
|
||||
#008efa
|
||||
|
||||
|
||||
|
||||
|
||||
See Qt documentation:
|
||||
|
||||
- https://doc.qt.io/qt-5/stylesheet.html
|
||||
@@ -102,8 +102,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_light.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -129,7 +129,7 @@ QWidget::item:selected {
|
||||
background-color: #e98ad8;
|
||||
}
|
||||
|
||||
/* Causes issue with colorselector.
|
||||
/* Causes issue with colorselector.
|
||||
QWidget::item:hover:!selected {
|
||||
background-color: #e98ad8;
|
||||
}*/
|
||||
@@ -142,7 +142,7 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmainwindow
|
||||
--------------------------------------------------------------------------- */
|
||||
QMainWindow::separator {
|
||||
/*background-color: #3c3c3c;*/
|
||||
border: 0px solid #696968;
|
||||
border: 0px solid #696968;
|
||||
spacing: 0px;
|
||||
padding: 1px;
|
||||
}
|
||||
@@ -244,7 +244,7 @@ QCheckBox QWidget:disabled {
|
||||
|
||||
QCheckBox::indicator {
|
||||
color: black;
|
||||
background-color: white;
|
||||
background-color: white;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_dark.svg);
|
||||
@@ -272,11 +272,11 @@ QCheckBox::indicator:checked {
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #e98ad8;
|
||||
background-color: #e98ad8;
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:disabled {
|
||||
background-color: #f5f5f5;
|
||||
background-color: #f5f5f5;
|
||||
image: url(qss:images_dark-light/checkbox_checked_dark.svg);
|
||||
}
|
||||
|
||||
@@ -409,7 +409,7 @@ QRadioButton::indicator:unchecked:hover, QRadioButton::indicator:unchecked:press
|
||||
|
||||
QRadioButton::indicator:unchecked:disabled {
|
||||
/*image:url(qss:images_dark-light/radiobutton_dark.svg);*/
|
||||
border: 1px solid #cccccc;
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
|
||||
QRadioButton::indicator:checked {
|
||||
@@ -487,7 +487,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #cccccc;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -538,7 +538,7 @@ QMenu::indicator:non-exclusive:unchecked {
|
||||
|
||||
QMenu::indicator:non-exclusive:unchecked:hover, QMenu::indicator:non-exclusive:unchecked:focus, QMenu::indicator:non-exclusive:unchecked:pressed {
|
||||
border: none;
|
||||
background: #e98ad8;
|
||||
background: #e98ad8;
|
||||
}
|
||||
|
||||
QMenu::indicator:non-exclusive:unchecked:disabled {
|
||||
@@ -551,7 +551,7 @@ QMenu::indicator:non-exclusive:checked {
|
||||
|
||||
QMenu::indicator:non-exclusive:checked:hover, QMenu::indicator:non-exclusive:checked:focus, QMenu::indicator:non-exclusive:checked:pressed {
|
||||
border: none;
|
||||
background: #e98ad8;
|
||||
background: #e98ad8;
|
||||
}
|
||||
|
||||
QMenu::indicator:non-exclusive:checked:disabled {
|
||||
@@ -649,7 +649,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #f6f6f6;
|
||||
@@ -997,7 +997,7 @@ QAbstractSpinBox::down-arrow, QAbstractSpinBox::down-arrow:disabled, QAbstractSp
|
||||
}
|
||||
|
||||
QAbstractSpinBox::down-arrow:hover {
|
||||
/*background-color: #e98ad8;*/ image:url(qss:images_dark-light/down_arrow_darker.svg);
|
||||
/*background-color: #e98ad8;*/ image:url(qss:images_dark-light/down_arrow_darker.svg);
|
||||
}
|
||||
|
||||
QAbstractSpinBox:hover {
|
||||
@@ -1622,7 +1622,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -2104,7 +2104,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_dark.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2536,7 +2536,7 @@ QSplitter::handle:hover {
|
||||
background-image: url(qss:images_dark-light/splitter_horizontal_dark.svg);
|
||||
background-position: center center;
|
||||
background-repeat: none;
|
||||
background-color: #e98ad8;
|
||||
background-color: #e98ad8;
|
||||
}
|
||||
|
||||
/* QDateEdit, QDateTimeEdit -----------------------------------------------
|
||||
|
||||
@@ -5,7 +5,7 @@ Revised stylesheet based on the original from Pablo Gil Fernández made by Miste
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,9 +15,9 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#ffb916
|
||||
#ffb916
|
||||
#ffe098
|
||||
|
||||
|
||||
@@ -102,8 +102,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_dark.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_dark.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -126,7 +126,7 @@ QWidget:disabled {
|
||||
}
|
||||
|
||||
QWidget::item:selected {
|
||||
background-color: #ffb916
|
||||
background-color: #ffb916
|
||||
;
|
||||
}
|
||||
|
||||
@@ -246,7 +246,7 @@ QCheckBox::indicator {
|
||||
color: black;
|
||||
background-color: #ffffff;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_dark.svg);
|
||||
}
|
||||
|
||||
@@ -271,7 +271,7 @@ QCheckBox::indicator:checked {
|
||||
image:url(qss:images_dark-light/checkbox_dark.svg);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #ffb916;
|
||||
}
|
||||
|
||||
@@ -486,7 +486,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #f6f6f6;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -537,7 +537,7 @@ QMenu::indicator:non-exclusive:unchecked {
|
||||
|
||||
QMenu::indicator:non-exclusive:unchecked:hover, QMenu::indicator:non-exclusive:unchecked:focus, QMenu::indicator:non-exclusive:unchecked:pressed {
|
||||
border: none;
|
||||
background: #ffb916;
|
||||
background: #ffb916;
|
||||
}
|
||||
|
||||
QMenu::indicator:non-exclusive:unchecked:disabled {
|
||||
@@ -648,7 +648,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #F6F6F6;
|
||||
@@ -1596,7 +1596,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -1887,8 +1887,8 @@ QTabBar::tab:top:selected, QDockWidget QTabBar::tab:top:selected {
|
||||
color: black;
|
||||
border-top: 4px solid #ffb916; /* selection color */
|
||||
border-bottom: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #A3A3A3;
|
||||
border-right: 1px solid #A3A3A3;
|
||||
border-left: 1px solid #A3A3A3;
|
||||
border-right: 1px solid #A3A3A3;
|
||||
}
|
||||
|
||||
QTabBar::tab:top:!selected:hover, QDockWidget QTabBar::tab:top:!selected:hover {
|
||||
@@ -1917,8 +1917,8 @@ QTabBar::tab:bottom:selected, QDockWidget QTabBar::tab:bottom:selected {
|
||||
color: black;
|
||||
border-bottom: 4px solid #ffb916; /* selection color */
|
||||
border-top: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #A3A3A3;
|
||||
border-right: 1px solid #A3A3A3;
|
||||
border-left: 1px solid #A3A3A3;
|
||||
border-right: 1px solid #A3A3A3;
|
||||
|
||||
}
|
||||
|
||||
@@ -1935,7 +1935,7 @@ QTabBar::tab:bottom:!selected:hover, QDockWidget QTabBar::tab:bottom:!selected:h
|
||||
QTabBar::tab:left, QDockWidget QTabBar::tab:left {
|
||||
background-color: #F6F6F6;
|
||||
margin-top: 2px;
|
||||
|
||||
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
padding-top: 4px;
|
||||
@@ -2049,7 +2049,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_dark.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2352,7 +2352,7 @@ QToolBox {
|
||||
|
||||
QToolBox:selected {
|
||||
padding: 0px;
|
||||
border: 0px solid #ffb916;
|
||||
border: 0px solid #ffb916;
|
||||
}
|
||||
|
||||
QToolBox::tab {
|
||||
|
||||
@@ -5,7 +5,7 @@ Revised stylesheet based on the original from Pablo Gil Fernández made by Miste
|
||||
|
||||
KNOWN BUGS and TO DO
|
||||
============================================================================================================
|
||||
Please, follow the link to get updated information:
|
||||
Please, follow the link to get updated information:
|
||||
https://forum.freecad.org/viewtopic.php?t=78431
|
||||
|
||||
INSTALLATION WHEN NECESSARY
|
||||
@@ -15,9 +15,9 @@ INSTALLATION WHEN NECESSARY
|
||||
WINDOWS = C:/[INSTALLATION_PATH]/FreeCAD/data/Gui/Stylesheets/
|
||||
LINUX = /home/[YOUR_USER_NAME]/.FreeCAD/Gui/Stylesheets/
|
||||
|
||||
============================================================================================================
|
||||
============================================================================================================
|
||||
TO MODIFY USE THESE COLORS:
|
||||
#f892ff
|
||||
#f892ff
|
||||
#ffbff3
|
||||
|
||||
|
||||
@@ -102,8 +102,8 @@ QMdiArea {
|
||||
}
|
||||
/*navgation src/Mod/Tux/NavigationIndicatorGui.py */
|
||||
Gui--NavigationIndicatorGui--BlenderNavigationStyle {
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_dark.svg);
|
||||
/*QAction#a4 {*/
|
||||
qproperty-icon: url(:/icons/icons/NavigationBlender_dark.svg);
|
||||
}
|
||||
/*=====
|
||||
/* QWidget ----------------------------------------------------------------
|
||||
@@ -126,7 +126,7 @@ QWidget:disabled {
|
||||
}
|
||||
|
||||
QWidget::item:selected {
|
||||
background-color: #f892ff
|
||||
background-color: #f892ff
|
||||
;
|
||||
}
|
||||
|
||||
@@ -246,7 +246,7 @@ QCheckBox::indicator {
|
||||
color: black;
|
||||
background-color: #ffffff;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
height: 12px;
|
||||
image:url(qss:images_dark-light/checkbox_unchecked_dark.svg);
|
||||
}
|
||||
|
||||
@@ -271,7 +271,7 @@ QCheckBox::indicator:checked {
|
||||
image:url(qss:images_dark-light/checkbox_dark.svg);
|
||||
}
|
||||
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed {
|
||||
background-color: #f892ff;
|
||||
}
|
||||
|
||||
@@ -486,7 +486,7 @@ QMenu {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 2px;
|
||||
background-color: #f6f6f6;
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
@@ -648,7 +648,7 @@ QAbstractScrollArea:disabled {
|
||||
|
||||
/* QScrollArea ------------------------------------------------------------
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
---------------------------------------------------------------------------
|
||||
text input field disabled!!!!*/
|
||||
QScrollArea QWidget:disabled {
|
||||
background-color: #F6F6F6;
|
||||
@@ -1596,7 +1596,7 @@ padding: 2px; /* bigger padding crops text and icons... */
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
/* Fix for lists inside task panels */ /* sketcher constraints list */
|
||||
QSint--ActionGroup QFrame[class="content"] QTreeView,
|
||||
QSint--ActionGroup QFrame[class="content"] QListView,
|
||||
QSint--ActionGroup QFrame[class="content"] QTableView {
|
||||
@@ -1887,8 +1887,8 @@ QTabBar::tab:top:selected, QDockWidget QTabBar::tab:top:selected {
|
||||
color: black;
|
||||
border-top: 4px solid #f892ff; /* selection color */
|
||||
border-bottom: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #A3A3A3;
|
||||
border-right: 1px solid #A3A3A3;
|
||||
border-left: 1px solid #A3A3A3;
|
||||
border-right: 1px solid #A3A3A3;
|
||||
}
|
||||
|
||||
QTabBar::tab:top:!selected:hover, QDockWidget QTabBar::tab:top:!selected:hover {
|
||||
@@ -1917,8 +1917,8 @@ QTabBar::tab:bottom:selected, QDockWidget QTabBar::tab:bottom:selected {
|
||||
color: black;
|
||||
border-bottom: 4px solid #f892ff; /* selection color */
|
||||
border-top: 1px solid transparent; /* same as tab content background color */
|
||||
border-left: 1px solid #A3A3A3;
|
||||
border-right: 1px solid #A3A3A3;
|
||||
border-left: 1px solid #A3A3A3;
|
||||
border-right: 1px solid #A3A3A3;
|
||||
|
||||
}
|
||||
|
||||
@@ -1935,7 +1935,7 @@ QTabBar::tab:bottom:!selected:hover, QDockWidget QTabBar::tab:bottom:!selected:h
|
||||
QTabBar::tab:left, QDockWidget QTabBar::tab:left {
|
||||
background-color: #F6F6F6;
|
||||
margin-top: 2px;
|
||||
|
||||
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
padding-top: 4px;
|
||||
@@ -2049,7 +2049,7 @@ QDockWidget::close-button {
|
||||
image: url(qss:images_dark-light/close_dark.svg);
|
||||
}
|
||||
|
||||
QDockWidget::close-button:hover {
|
||||
QDockWidget::close-button:hover {
|
||||
image: url(qss:images_dark-light/close_red.svg);
|
||||
}
|
||||
|
||||
@@ -2352,7 +2352,7 @@ QToolBox {
|
||||
|
||||
QToolBox:selected {
|
||||
padding: 0px;
|
||||
border: 0px solid #f892ff;
|
||||
border: 0px solid #f892ff;
|
||||
}
|
||||
|
||||
QToolBox::tab {
|
||||
|
||||
Reference in New Issue
Block a user