From 25f2b7f297f7f6b49aae7984ff8095b5c2989474 Mon Sep 17 00:00:00 2001 From: Pablo Gil Date: Fri, 11 Sep 2015 00:14:47 +0200 Subject: [PATCH] Hotfix for version 1.7 --- README.md | 2 +- dark-blue.qss | 4 ++-- dark-green.qss | 4 ++-- dark-orange.qss | 4 ++-- light-blue.qss | 4 ++-- light-green.qss | 4 ++-- light-orange.qss | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 797eade..e7a7fcc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ About ------ -version 1.7 +version 1.7a QT themes (stylesheet) specially developed for **FreeCAD** (http://www.freecadweb.org/). It might work with other software that uses QT styling. diff --git a/dark-blue.qss b/dark-blue.qss index 79e672e..9e8227e 100644 --- a/dark-blue.qss +++ b/dark-blue.qss @@ -1,7 +1,7 @@ /* ABOUT =========================================================== -version 1.7 +version 1.7a QT theme (stylesheet) specially developed for FreeCAD (http://www.freecadweb.org/). It might work with other software that uses QT styling. @@ -1676,7 +1676,7 @@ QSint--ActionGroup QFrame[class="content"] { /* HACK This might not be the best way to reset the background color: */ QSint--ActionGroup QFrame[class="content"] QWidget { - background-color: blue ; + background-color: transparent; } QSint--ActionGroup QFrame[class="content"] QPushButton { diff --git a/dark-green.qss b/dark-green.qss index f70d75e..b776def 100644 --- a/dark-green.qss +++ b/dark-green.qss @@ -1,7 +1,7 @@ /* ABOUT =========================================================== -version 1.7 +version 1.7a QT theme (stylesheet) specially developed for FreeCAD (http://www.freecadweb.org/). It might work with other software that uses QT styling. @@ -1676,7 +1676,7 @@ QSint--ActionGroup QFrame[class="content"] { /* HACK This might not be the best way to reset the background color: */ QSint--ActionGroup QFrame[class="content"] QWidget { - background-color: blue ; + background-color: transparent; } QSint--ActionGroup QFrame[class="content"] QPushButton { diff --git a/dark-orange.qss b/dark-orange.qss index de5dbba..914d354 100644 --- a/dark-orange.qss +++ b/dark-orange.qss @@ -1,7 +1,7 @@ /* ABOUT =========================================================== -version 1.7 +version 1.7a QT theme (stylesheet) specially developed for FreeCAD (http://www.freecadweb.org/). It might work with other software that uses QT styling. @@ -1676,7 +1676,7 @@ QSint--ActionGroup QFrame[class="content"] { /* HACK This might not be the best way to reset the background color: */ QSint--ActionGroup QFrame[class="content"] QWidget { - background-color: blue ; + background-color: transparent; } QSint--ActionGroup QFrame[class="content"] QPushButton { diff --git a/light-blue.qss b/light-blue.qss index 35fb6ab..a61a803 100644 --- a/light-blue.qss +++ b/light-blue.qss @@ -1,7 +1,7 @@ /* ABOUT =========================================================== -version 1.7 +version 1.7a QT theme (stylesheet) specially developed for FreeCAD (http://www.freecadweb.org/). It might work with other software that uses QT styling. @@ -1676,7 +1676,7 @@ QSint--ActionGroup QFrame[class="content"] { /* HACK This might not be the best way to reset the background color: */ QSint--ActionGroup QFrame[class="content"] QWidget { - background-color: blue ; + background-color: transparent; } QSint--ActionGroup QFrame[class="content"] QPushButton { diff --git a/light-green.qss b/light-green.qss index 831dfab..7eb9a05 100644 --- a/light-green.qss +++ b/light-green.qss @@ -1,7 +1,7 @@ /* ABOUT =========================================================== -version 1.7 +version 1.7a QT theme (stylesheet) specially developed for FreeCAD (http://www.freecadweb.org/). It might work with other software that uses QT styling. @@ -1676,7 +1676,7 @@ QSint--ActionGroup QFrame[class="content"] { /* HACK This might not be the best way to reset the background color: */ QSint--ActionGroup QFrame[class="content"] QWidget { - background-color: blue ; + background-color: transparent; } QSint--ActionGroup QFrame[class="content"] QPushButton { diff --git a/light-orange.qss b/light-orange.qss index 21fc3ce..9dab26e 100644 --- a/light-orange.qss +++ b/light-orange.qss @@ -1,7 +1,7 @@ /* ABOUT =========================================================== -version 1.7 +version 1.7a QT theme (stylesheet) specially developed for FreeCAD (http://www.freecadweb.org/). It might work with other software that uses QT styling. @@ -1676,7 +1676,7 @@ QSint--ActionGroup QFrame[class="content"] { /* HACK This might not be the best way to reset the background color: */ QSint--ActionGroup QFrame[class="content"] QWidget { - background-color: blue ; + background-color: transparent; } QSint--ActionGroup QFrame[class="content"] QPushButton {