From 70325f92474f41c5942645267813ff8c283a888c Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 14 Feb 2016 18:25:36 -0800 Subject: [PATCH] Bold "bell icon" on notification agents page --- data/interfaces/default/css/plexpy.css | 4 ++++ data/interfaces/default/settings.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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.