mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Bold "bell icon" on notification agents page
This commit is contained in:
parent
38c9c5a6ea
commit
70325f9247
2 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
|
@ -991,7 +991,7 @@ scheduled_jobs = [j.id for j in plexpy.SCHED.get_jobs()]
|
|||
<h3>Notification Agents</h3>
|
||||
</div>
|
||||
<p class="help-block">
|
||||
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 <span class="help-bold">bell icon (<i class="fa fa-sm fa-bell"></i>)</span> and configure it by clicking the settings icon to the right.
|
||||
</p>
|
||||
<br/>
|
||||
<ul class="stacked-configs list-unstyled">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue