From 2dd2018d7d49a47a6f7c36c5997f27f9a9e227b0 Mon Sep 17 00:00:00 2001 From: kunalgosar Date: Tue, 14 Feb 2017 14:20:40 -0800 Subject: [PATCH] change next button style properties --- interface/resources/styles/log_dialog.qss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/interface/resources/styles/log_dialog.qss b/interface/resources/styles/log_dialog.qss index 330356e750..eb90400a85 100644 --- a/interface/resources/styles/log_dialog.qss +++ b/interface/resources/styles/log_dialog.qss @@ -7,6 +7,7 @@ QPlainTextEdit { color: #333333; background-color: #FFFFFF; border: none; + selection-background-color: #7b91b5; } QLineEdit { @@ -32,6 +33,19 @@ QPushButton#searchButton { border-bottom-left-radius: 9px; } +QPushButton#searchNextButton { + font-family: Helvetica, Arial, sans-serif; + background-repeat: none; + background-position: left center; + background-origin: content; + padding-left: 10px; + background-color: #333333; + color: #BBBBBB; + border-width: 0; + border-radius: 9px; + font-size: 11px; +} + QPushButton#revealLogButton { font-family: Helvetica, Arial, sans-serif; background: url(styles/txt-file.svg);