summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/external/ds2-bootstrap/b2b-bootstrap-common.css
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/external/ds2-bootstrap/b2b-bootstrap-common.css')
-rw-r--r--ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/external/ds2-bootstrap/b2b-bootstrap-common.css34
1 files changed, 34 insertions, 0 deletions
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