diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7cdde49ab..7e512751c 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1948,6 +1948,15 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{ text-align: center; } +.section-content-warning-wrapper { + padding: 21px 10px; + color: #8a6d3b; + background-color: #fcf8e3; + margin-bottom: 3px; + border-radius: $radiuspx; + text-align: center; +} + .section-content-danger-wrapper { padding: 21px 10px; color: #a94442; diff --git a/view/tpl/field_input.tpl b/view/tpl/field_input.tpl index e4756c218..4dfa83699 100755 --- a/view/tpl/field_input.tpl +++ b/view/tpl/field_input.tpl @@ -1,6 +1,6 @@