From c43b39fe707ea0228ae4c68e94c2cbe106f55e24 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Fri, 28 May 2021 04:04:06 -0400 Subject: add some workarounds/fixes for css stuff adds a separate css file registered with a lower priority to allow for application-wide css while allowing the main css file to override more general selectors --- abaddon.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'abaddon.hpp') diff --git a/abaddon.hpp b/abaddon.hpp index c8c4351..bee8e75 100644 --- a/abaddon.hpp +++ b/abaddon.hpp @@ -128,5 +128,6 @@ private: mutable std::mutex m_mutex; Glib::RefPtr m_gtk_app; Glib::RefPtr m_css_provider; - std::unique_ptr m_main_window; // wah wah cant create a gtkstylecontext fuck you + Glib::RefPtr m_css_low_provider; // registered with a lower priority to allow better customization + std::unique_ptr m_main_window; // wah wah cant create a gtkstylecontext fuck you }; -- cgit v1.2.3