diff --git a/assets/css/application.scss b/assets/css/application.scss index 9594b89..1e4c508 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -497,6 +497,7 @@ strong { color: #0d648a; } +.tooltip--error:after, .tooltip--limitations:after{ background-color: #f4d9d8; border-color: #c6403d; diff --git a/assets/js/app.coffee b/assets/js/app.coffee index ce2b05e..9d472a2 100644 --- a/assets/js/app.coffee +++ b/assets/js/app.coffee @@ -79,7 +79,7 @@ class LicenseSuggestion @bindEventHandlers() inputWraper: $('.input-wrapper') - tooltipErrorClasses: 'hint--bottom hint--error hint--always' + tooltipErrorClasses: 'hint--bottom tooltip--error hint--always' # Main event handlers for user input bindEventHandlers: =>