From 1aa7d9c6b377448839c33bc56b01f60cbfcbc35a Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Tue, 21 Jun 2016 10:49:24 +0100 Subject: [PATCH] Explicitly set link color according to log entry type. --- .../web/public/stylesheets/app/editor/pdf.less | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/services/web/public/stylesheets/app/editor/pdf.less b/services/web/public/stylesheets/app/editor/pdf.less index 27d943000b..1ca40d5179 100644 --- a/services/web/public/stylesheets/app/editor/pdf.less +++ b/services/web/public/stylesheets/app/editor/pdf.less @@ -229,6 +229,20 @@ font-size: 0.8rem; } + &-actions a { + .alert-danger & { + color: @alert-danger-text; + } + + .alert-warning & { + color: @alert-warning-text; + } + + .alert-info & { + color: @alert-info-text; + } + } + &-feedback { float: right;