[ubuntu] Make use the correct palette colors are used
Fixes: https://github.com/mardy/ttrss/issues/8
This commit is contained in:
parent
992d40dcb2
commit
de4684abc0
2 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ Item {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
text: parseContent(root.content, root.attachments)
|
text: parseContent(root.content, root.attachments)
|
||||||
fontSize: settings.webviewFontSize
|
fontSize: settings.webviewFontSize
|
||||||
color: Theme.palette.selected.baseText
|
color: theme.palette.normal.foregroundText
|
||||||
onLinkActivated: Qt.openUrlExternally(link)
|
onLinkActivated: Qt.openUrlExternally(link)
|
||||||
onPressAndHold: {
|
onPressAndHold: {
|
||||||
var url = link ? link : root.url
|
var url = link ? link : root.url
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@ Page {
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: Theme.palette.normal.overlay
|
color: theme.palette.normal.overlay
|
||||||
ToolbarItems {
|
ToolbarItems {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
ToolbarButton {
|
ToolbarButton {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue