1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

New: Tooltip for Links on AddNew

This commit is contained in:
Qstick
2020-08-08 22:07:57 -04:00
parent 2d121e9857
commit 5eeb42c3f6
2 changed files with 36 additions and 79 deletions
@@ -47,12 +47,6 @@
color: $disabledColor;
}
.externalLink {
margin-top: 5px;
margin-left: auto;
color: $textColor;
}
.alreadyExistsIcon {
margin-left: 10px;
color: #37bc9b;
@@ -68,3 +62,8 @@
.overview {
margin-top: 20px;
}
.links {
margin-left: 8px;
pointer-events: all;
}