From 3e7145fc12ed8475ba10bb2a3c63004d41aa42bc Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Fri, 7 Jul 2017 07:21:10 -0400 Subject: [PORTAL-25] Role Centralization Bump EP SDK version to 1.3.0-SNAPSHOT Support Role Centralization & Common Set of Roles across All ONAP On-Boarded Applications Change-Id: Icfc1bbfddaf2c7c7176b4cf7bb7017d853c63100 Signed-off-by: Christopher Lott (cl778h) --- .../ds2-bootstrap/b2b-bootstrap-common.css | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/external/ds2-bootstrap/b2b-bootstrap-common.css (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/external/ds2-bootstrap') diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/external/ds2-bootstrap/b2b-bootstrap-common.css b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/external/ds2-bootstrap/b2b-bootstrap-common.css new file mode 100644 index 00000000..1ad1204b --- /dev/null +++ b/ecomp-sdk/epsdk-app-overlay/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