Ref T84, fix for better readibility of news / hyperlinks

* adjust palette to change link color: hardcoded, but no other way per stylesheet
* stylesheet fix to avoid black font in table view (CTRL S)

Remark:
Currently we just display the blog page as news, which is not correctly formatted, but somehow works.
In the future we might use a tailored HTML page for that.
This commit is contained in:
Klaus Basan
2017-06-11 21:31:49 +02:00
parent 79556260bd
commit 7a75413fc1
4 changed files with 23 additions and 4 deletions

View File

@@ -534,8 +534,10 @@ QTableView, QTreeView, QListView {
padding:0px;
}
/** explicitly setting font color avoids black when pressing CTRL-S **/
QTableView::item:selected {
background-color: blue;
color: white;
}
QTreeView {

View File

@@ -1,7 +1,8 @@
/** Works around two issues on Mac OS
1. The launcher dialog was entirely transparent
2. Transparency caused the QToolBox labels to be broken
*/
/**
Works around two issues on Mac OS
1. The launcher dialog was entirely transparent
2. Transparency caused the QToolBox labels to be broken
**/
QStackedWidget#sw_SwiftLauncher {
background-image: url(:/textures/icons/textures/texture-inner.jpg);
}