X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/cf92775489840f1dc7b2c65fae6b968beadbad7e..c6c95712806748133328dc543b931905b26e2087:/modules/indicator/indicator.less diff --git a/modules/indicator/indicator.less b/modules/indicator/indicator.less index 128e775..48f6e3b 100644 --- a/modules/indicator/indicator.less +++ b/modules/indicator/indicator.less @@ -1,9 +1,14 @@ -.rng-module-indicator { - span { - font-weight: bold; - background: #f9edbe; - padding: 2px 5px; - border: solid 1px #f6e39c; - font-size:12px; - } +.rng-module-indicator { + span { + font-weight: bold; + background: #f9edbe; + padding: 2px 5px; + border: solid 1px #f6e39c; + font-size:12px; + } + + span.success { + background: #cef9be; + border-color: darken(#cef9be, 10%); + } } \ No newline at end of file