fixed focus when closing ChatViewSearchbar
[quassel.git] / src / qtui / qtuistyle.cpp
index 2e505a6..396fb9a 100644 (file)
@@ -81,6 +81,9 @@ void QtUiStyle::generateSettingsQss() const {
         << msgTypeQss("info", "ServerMsg", s)
         << msgTypeQss("error", "ErrorMsg", s)
         << msgTypeQss("daychange", "ServerMsg", s)
+        << msgTypeQss("topic", "CommandMsg", s)
+        << msgTypeQss("netsplit-join", "CommandMsg", s)
+        << msgTypeQss("netsplit-quit", "CommandMsg", s)
         << "\n";
   }