diff options
author | zhangab <zhanganbing@chinamobile.com> | 2018-04-18 09:11:56 +0800 |
---|---|---|
committer | zhangab <zhanganbing@chinamobile.com> | 2018-04-18 09:12:03 +0800 |
commit | d698af153772ca4351ad3b23fbb987fc749890af (patch) | |
tree | 8fa49f10523134f9596814ef7a30528e298ac660 /usecaseui-common/src/main/webapp/app/fusion/external/ds2-bootstrap | |
parent | ffffd8a35ae5fcea703a7427844037c07c232b92 (diff) |
Fix Security/Vulnerability problems
Change-Id: Ie0f2c9e0794941d9b9a7f00a6c3d349269d98ed1
Issue-ID: USECASEUI-104
Signed-off-by: zhangab <zhanganbing@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, 0 insertions, 34 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 deleted file mode 100644 index 1ad1204b..00000000 --- a/usecaseui-common/src/main/webapp/app/fusion/external/ds2-bootstrap/b2b-bootstrap-common.css +++ /dev/null @@ -1,34 +0,0 @@ -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 |