summaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorDenys Konovalov <kontakt@denyskon.de>2023-09-24 20:12:21 +0200
committerGitHub <noreply@github.com>2023-09-24 14:12:21 -0400
commit63b25e816db6862bad9ad14ab272901b5570f48b (patch)
tree8372a736b2e9c9b04461127f876e8ceba4d1183d /web_src
parentefd51762781d4ba57c459190846a26636aef6564 (diff)
downloadgitea-63b25e816db6862bad9ad14ab272901b5570f48b.tar.gz
gitea-63b25e816db6862bad9ad14ab272901b5570f48b.zip
fix issues on action runners page (#27226)
- 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)
Diffstat (limited to 'web_src')
-rw-r--r--web_src/css/actions.css6
1 files changed, 0 insertions, 6 deletions
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);
}