Radarr-Sonarr-Integration #12

Merged
T-Gander merged 21 commits from Radarr-Sonarr-Integration into main 2026-03-08 00:08:20 -07:00
Showing only changes of commit be5a58dcf1 - Show all commits

View File

@@ -26,7 +26,8 @@ td, th {
.links {
background-color: #0f0f0f;
border: 1px solid;
border: 1px solid #00a4dc;
border-radius: 0.25rem;
padding: 0.8rem 1.8rem;
font-size: 1.2rem;
color: #ffffff;
@@ -38,7 +39,7 @@ td, th {
}
.links:hover {
background-color: #2a2a2a;
background-color: #2a2a2a;
}
.actions-cell {
@@ -46,12 +47,12 @@ td, th {
}
.validation {
border: 1px solid;
border-radius: 0.25rem;
margin-top: 1rem;
margin-bottom: 0;
padding: 1rem;
opacity: 1;
border: 1px solid;
border-radius: 0.25rem;
margin-top: 1rem;
margin-bottom: 0;
padding: 1rem;
opacity: 1;
}
.max-width{