From 389c1974410a9a68fccc2b25593bac5233cda30b Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 27 Apr 2018 17:48:42 +0200 Subject: [PATCH] Fix color issue in file upload table --- customize.dist/src/less2/include/colortheme.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/colortheme.less b/customize.dist/src/less2/include/colortheme.less index da2404b79..6a0293ae8 100644 --- a/customize.dist/src/less2/include/colortheme.less +++ b/customize.dist/src/less2/include/colortheme.less @@ -28,7 +28,7 @@ @colortheme_modal-bg: @colortheme_form-bg-alt; // TODO Modals bg @colortheme_modal-fg: @colortheme_form-color-alt; -@colortheme_modal-link: #eee; +@colortheme_modal-link: @colortheme_link-color; @colortheme_modal-link-visited: lighten(@colortheme_modal-link, 10%); @colortheme_modal-dim: fade(@colortheme_logo-2, 50%); // TODO transparent background behind modals @colortheme_modal-input: @colortheme_form-bg;