From 71ac9f02da6fb9939927bd480210aa01a80ba61f Mon Sep 17 00:00:00 2001 From: Веталь Date: Fri, 27 May 2016 11:37:16 +0300 Subject: [PATCH] Веталь --- frontend/web/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 31d98c0..65b4acc 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1559,4 +1559,10 @@ input.custom-radio + label:hover { .owl-controls .owl-buttons .owl-next:before { background-position: -8px 0; } - +.basket_input_2.required .control-label {position: relative} +.basket_input_2.required .control-label:before { + position: absolute; + top: 50%; + content: '*'; + color: red; +} -- libgit2 0.21.4