diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index d4862b84..b65cc462 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -2751,4 +2751,8 @@ a.no-highlight:hover { .top-line { border-top: 1px dotted #777; padding-top: 5px; +} +.help-bold { + font-weight: bold; + color: #fff; } \ No newline at end of file diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 33f6b94b..458d6a04 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -991,7 +991,7 @@ scheduled_jobs = [j.id for j in plexpy.SCHED.get_jobs()]

Notification Agents

- Toggle the desired notification options by clicking the bell icon and configure it by clicking the settings icon to the right. + Toggle the desired notification options by clicking the bell icon () and configure it by clicking the settings icon to the right.