From a8086f61487f9f879e250a59dabf4f6f001e4442 Mon Sep 17 00:00:00 2001 From: Giteabot Date: Mon, 25 Sep 2023 02:43:12 +0800 Subject: fix issues on action runners page (#27226) (#27233) Backport #27226 by @denyskon - switch from some weird status badge to label - translate untranslated `Reset registration token` string - change documentation link from act_runner README to Gitea Docs site - fix "No runners available" message width - use `ctx.Locale.Tr` where possible ![grafik](https://github.com/go-gitea/gitea/assets/47871822/65547228-f9ed-4f80-9cfd-df5e55513a44) Co-authored-by: Denys Konovalov --- web_src/css/actions.css | 6 ------ 1 file changed, 6 deletions(-) (limited to 'web_src/css') diff --git a/web_src/css/actions.css b/web_src/css/actions.css index f081698c66..e353a013a7 100644 --- a/web_src/css/actions.css +++ b/web_src/css/actions.css @@ -18,12 +18,6 @@ margin-right: 1em; } -.runner-container .runner-status-online { - padding: 0.3em 0.5em; - background-color: var(--color-green); - color: var(--color-white); -} - .runner-container .runner-new-text { color: var(--color-white); } -- cgit v1.2.3