From 5cb8916522415e19a0d0d0bda133ca225ac94fd6 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Sun, 24 May 2015 22:22:28 -0700 Subject: [PATCH] UI: Add dark theme 'checked' color to push buttons --- obs/data/themes/Dark.qss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/obs/data/themes/Dark.qss b/obs/data/themes/Dark.qss index ac4112280..1699afc30 100644 --- a/obs/data/themes/Dark.qss +++ b/obs/data/themes/Dark.qss @@ -370,6 +370,10 @@ QPushButton:pressed { background-color: rgb(31,30,31); /* veryDark */ } +QPushButton:checked { + background-color: rgb(122,121,122); /* light */ +} + /* Sliders */