diff --git a/pkg/service/handlers/web/css/style.css b/pkg/service/handlers/web/css/style.css index 46eb479..fa00691 100644 --- a/pkg/service/handlers/web/css/style.css +++ b/pkg/service/handlers/web/css/style.css @@ -129,6 +129,20 @@ pre { background-color: #eee; padding: 10px; overflow-x: auto; font-size: 12px; background-color: #d32f2f; } +/* .btn-primary marks the one "do the thing" confirm action of a panel + (Save Settings, Apply Suggested/Custom Plan, Enable SSH, …). Everything + else stays the plain default button so color consistently signals the + same two meanings everywhere: primary = confirm, danger = destructive. */ +.btn-primary { + background-color: #2196f3; + color: white; + border: none; + padding: 5px 10px; +} +.btn-primary:hover { + background-color: #1769aa; +} + .badge { padding: 2px 6px; border-radius: 4px; diff --git a/pkg/service/handlers/web/index.html b/pkg/service/handlers/web/index.html index bbae33a..27004a7 100644 --- a/pkg/service/handlers/web/index.html +++ b/pkg/service/handlers/web/index.html @@ -533,7 +533,7 @@