From ea506ea4aa4306bd594d747455291b18a030aa4e Mon Sep 17 00:00:00 2001 From: zhangab Date: Wed, 9 May 2018 22:02:56 +0800 Subject: add angularJs component Change-Id: I41eb4950a7ee3b1b4f306681824f6035c624d485 Issue-ID: USECASEUI-113 Signed-off-by: zhangab --- .../ds2-bootstrap/b2b-bootstrap-common.css | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 usecaseui-common/src/main/webapp/app/fusion/external/ds2-bootstrap/b2b-bootstrap-common.css (limited to 'usecaseui-common/src/main/webapp/app/fusion/external/ds2-bootstrap/b2b-bootstrap-common.css') diff --git a/usecaseui-common/src/main/webapp/app/fusion/external/ds2-bootstrap/b2b-bootstrap-common.css b/usecaseui-common/src/main/webapp/app/fusion/external/ds2-bootstrap/b2b-bootstrap-common.css new file mode 100644 index 00000000..1ad1204b --- /dev/null +++ b/usecaseui-common/src/main/webapp/app/fusion/external/ds2-bootstrap/b2b-bootstrap-common.css @@ -0,0 +1,34 @@ +input[type=checkbox]{ + -webkit-appearance: checkbox; + height:initial; +} + +input[type=radio]{ + -webkit-appearance: radio; + height:initial; +} + + + .checkbox input { + -webkit-tap-highlight-color: initial; + height: initial; + margin: initial; + opacity: initial; + outline: initial; + position: initial; + left: initial; + top: initial; + width: initial; +} + +.radio input { + -webkit-tap-highlight-color: initial; + height: initial; + margin: initial; + opacity: initial; + outline: initial; + position: initial; + left: initial; + top: initial; + width: initial; +} \ No newline at end of file -- cgit 1.2.3-korg