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