mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 10:32:35 +01:00
Added a donation button
This commit is contained in:
parent
3d46a86bb0
commit
978e564845
@ -261,4 +261,10 @@ button span, input[type="button"] span, input[type="submit"] span, input[type="r
|
||||
/* Font-Awesome */
|
||||
i[class*="icon-"]:not(.gridAction):hover {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* Donate */
|
||||
#donate a {
|
||||
background-color: #065EFE;
|
||||
color: #191919;
|
||||
}
|
@ -30,6 +30,7 @@
|
||||
@MvcHtmlString.Create(Html.CurrentControllerLink("Missing", "Index", "Missing"))
|
||||
@MvcHtmlString.Create(Html.CurrentControllerLink("Settings", "Index", "Settings"))
|
||||
@MvcHtmlString.Create(Html.CurrentControllerLink("Logs", "Index", "Log"))
|
||||
<li id="donate" title="Donate to support the development of NzbDrone"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JLMF78JRUT6TJ" target="_blank">Donate</a></li>
|
||||
</ul>
|
||||
<input id="localSeriesLookup" type="text" />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user