summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorredsky17 <joedonofry@gmail.com>2019-06-11 23:36:46 -0400
committerredsky17 <joedonofry@gmail.com>2019-06-11 23:36:46 -0400
commit1d4966d5fd916f21bdbbad8080eec69bb2c817d6 (patch)
tree04dbeabb4007bcf5213bb65da5423370a1047eaf /resources/styles/nheko-dark.qss
parent71c1cbcfd134649c5ab7c8be403581a1fed6440d (diff)
Add style for reply popup. Fix ALL of the linting issues
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index 5567f32c..c55960f9 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -41,6 +41,10 @@ SuggestionsPopup {
background-color: #202228;
}
+ReplyPopup {
+ background-color: #202228;
+}
+
PopupItem {
background-color: #202228;
qproperty-hoverColor: rgba(45, 49, 57, 120);