diff --git a/src/mumble/Themes.cpp b/src/mumble/Themes.cpp index 4da07e6487e..4fedcbc4631 100644 --- a/src/mumble/Themes.cpp +++ b/src/mumble/Themes.cpp @@ -144,5 +144,6 @@ bool Themes::readStylesheet(const QString &stylesheetFn, QString &stylesheetCont QString Themes::getDefaultStylesheet() { return QLatin1String(".log-channel{text-decoration:none;}.log-user{text-decoration:none;}p{margin:0;}#qwMacWarning," - "#qwInlineNotice{background-color:#FFFEDC;border-radius:5px;border:1px solid #B5B59E;}"); + "#qwInlineNotice{background-color:#FFFEDC;border-radius:5px;border:1px solid #B5B59E;}" + "#qwMacWarning > QLabel,#qwInlineNotice > QLabel{color:#333;}"); }