From: lizi00164331
Date: Fri, 14 Apr 2017 06:11:56 +0000 (+0800)
Subject: Fix the bug "can not select vim"
X-Git-Tag: release/mercury~43
X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b34d10edf4217715d44836507380afe8f975c64e;p=vnfsdk%2Frefrepo.git
Fix the bug "can not select vim"
Issue-ID: CLIENT-191
Change-Id: I00267ccccddc63e026d98f3f69e8f88c3c58490e
Signed-off-by: lizi00164331
---
diff --git a/common/src/main/webapp/thirdparty/css/ngict-component.css b/common/src/main/webapp/thirdparty/css/ngict-component.css
index 93ddbb8b..7053904a 100644
--- a/common/src/main/webapp/thirdparty/css/ngict-component.css
+++ b/common/src/main/webapp/thirdparty/css/ngict-component.css
@@ -708,7 +708,7 @@ border-bottom-width:1px;
/*checkbox & radio*/
input[type="checkbox"] {
-webkit-appearance: none;
- background: #fff url(../image/checkbox-radio/checkbox-init.png);
+ background: #fff url(../images/checkbox-radio/checkbox-init.png);
height: 18px;
vertical-align: middle;
width: 18px;
@@ -718,7 +718,7 @@ input[type="checkbox"] {
input[type="checkbox"]:checked {
-webkit-appearance: none;
- background: #fff url(../image/checkbox-radio/checkbox-checked.png);
+ background: #fff url(../images/checkbox-radio/checkbox-checked.png);
height: 18px;
vertical-align: middle;
width: 18px;
@@ -731,7 +731,7 @@ input[type="checkbox"]:hover {
input[type="checkbox"][disabled] {
-webkit-appearance: none;
- background: #fff url(../image/checkbox-radio/checkbox-disabled.png);
+ background: #fff url(../images/checkbox-radio/checkbox-disabled.png);
height: 18px;
vertical-align: middle;
width: 18px;
@@ -741,7 +741,7 @@ input[type="checkbox"][disabled] {
input[type="checkbox"][disabled]:checked {
-webkit-appearance: none;
- background: #fff url(../image/checkbox-radio/checkbox-checked-disabled.png);
+ background: #fff url(../images/checkbox-radio/checkbox-checked-disabled.png);
height: 18px;
vertical-align: middle;
width: 18px;
@@ -749,7 +749,7 @@ input[type="checkbox"][disabled]:checked {
input[type="radio"] {
-webkit-appearance: none;
- background: #fff url(../image/checkbox-radio/radio-init.png);
+ background: #fff url(../images/checkbox-radio/radio-init.png);
height: 18px;
vertical-align: middle;
width: 18px;
@@ -759,7 +759,7 @@ input[type="radio"] {
input[type="radio"]:checked {
-webkit-appearance: none;
- background: #fff url(../image/checkbox-radio/radio-checked.png);
+ background: #fff url(../images/checkbox-radio/radio-checked.png);
height: 18px;
vertical-align: middle;
width: 18px;
@@ -772,7 +772,7 @@ input[type="radio"]:hover {
input[type="radio"][disabled] {
-webkit-appearance: none;
- background: #fff url(../image/checkbox-radio/radio-disabled.png);
+ background: #fff url(../images/checkbox-radio/radio-disabled.png);
height: 18px;
vertical-align: middle;
width: 18px;
@@ -782,7 +782,7 @@ input[type="radio"][disabled] {
input[type="radio"][disabled]:checked {
-webkit-appearance: none;
- background: #fff url(../image/checkbox-radio/radio-checked-disabled.png);
+ background: #fff url(../images/checkbox-radio/radio-checked-disabled.png);
height: 18px;
vertical-align: middle;
width: 18px;
diff --git a/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-checked-disabled.png b/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-checked-disabled.png
new file mode 100644
index 00000000..0ba905f0
Binary files /dev/null and b/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-checked-disabled.png differ
diff --git a/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-checked.png b/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-checked.png
new file mode 100644
index 00000000..2ddfb0a0
Binary files /dev/null and b/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-checked.png differ
diff --git a/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-disabled.png b/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-disabled.png
new file mode 100644
index 00000000..a53c89c2
Binary files /dev/null and b/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-disabled.png differ
diff --git a/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-hover.png b/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-hover.png
new file mode 100644
index 00000000..c2821132
Binary files /dev/null and b/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-hover.png differ
diff --git a/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-init.png b/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-init.png
new file mode 100644
index 00000000..e352cc51
Binary files /dev/null and b/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-init.png differ
diff --git a/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-checked-disabled.png b/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-checked-disabled.png
new file mode 100644
index 00000000..16eecc57
Binary files /dev/null and b/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-checked-disabled.png differ
diff --git a/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-checked.png b/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-checked.png
new file mode 100644
index 00000000..6c60d128
Binary files /dev/null and b/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-checked.png differ
diff --git a/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-disabled.png b/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-disabled.png
new file mode 100644
index 00000000..c27289db
Binary files /dev/null and b/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-disabled.png differ
diff --git a/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-hover.png b/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-hover.png
new file mode 100644
index 00000000..03138ca6
Binary files /dev/null and b/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-hover.png differ
diff --git a/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-init.png b/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-init.png
new file mode 100644
index 00000000..b428c58f
Binary files /dev/null and b/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-init.png differ