From 8875586570599f92ba9ab0def1ed87b7efc411fc Mon Sep 17 00:00:00 2001 From: jaqra <48099350+jaqra@users.noreply.github.com> Date: Wed, 4 Dec 2019 04:39:58 +0300 Subject: Change some label colors (#9051) * Change label colors * Override black basic label background for green theme on label list --- public/css/theme-arc-green.css | 1 + 1 file changed, 1 insertion(+) (limited to 'public') diff --git a/public/css/theme-arc-green.css b/public/css/theme-arc-green.css index d4d71ff086..53aa58b8b3 100644 --- a/public/css/theme-arc-green.css +++ b/public/css/theme-arc-green.css @@ -208,6 +208,7 @@ input{background:#2e323e} .ui.blue.button:focus,.ui.blue.buttons .button:focus{background-color:#a27558} .ui.basic.blue.button:hover,.ui.basic.blue.buttons .button:hover{box-shadow:0 0 0 1px #87ab63 inset!important;color:#87ab63!important} .ui.basic.blue.button:focus,.ui.basic.blue.buttons .button:focus{box-shadow:0 0 0 1px #87ab63 inset!important;color:#87ab63!important} +.repository.labels .ui.basic.black.label{background-color:#bbb!important} .lines-commit{background:#2e323e!important} .bottom-line{border-color:#4e525e!important} .lines-num{background:#2e323e!important;color:#9e9e9e!important;border-color:#2d2d2d!important} -- cgit v1.2.3