diff options
author | shentao <shentao@chinamobile.com> | 2017-09-01 11:57:47 +0800 |
---|---|---|
committer | shentao <shentao@chinamobile.com> | 2017-09-01 11:57:58 +0800 |
commit | 57dbba269d19bc59fad89160200bb2dbcccb9003 (patch) | |
tree | d466041ceffa2161124ca79a48b3e077777c74b8 /usecaseui-common/src/main/webapp/app/fusion/external/ds2-bootstrap | |
parent | 4ff32341a0af1972b44a7410e76e9b231131e7ab (diff) |
Upload Monitor function code
Change-Id: I33ad76221b4cb771a298ff240245fc24be664efb
Issue-Id: USECASEUI-6
Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'usecaseui-common/src/main/webapp/app/fusion/external/ds2-bootstrap')
-rw-r--r-- | usecaseui-common/src/main/webapp/app/fusion/external/ds2-bootstrap/b2b-bootstrap-common.css | 34 |
1 files changed, 34 insertions, 0 deletions
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 |