Fix the bug "can not select vim"
authorlizi00164331 <li.zi30@zte.com.cn>
Fri, 14 Apr 2017 06:11:56 +0000 (14:11 +0800)
committerlizi00164331 <li.zi30@zte.com.cn>
Fri, 14 Apr 2017 06:11:56 +0000 (14:11 +0800)
Issue-ID: CLIENT-191

Change-Id: I00267ccccddc63e026d98f3f69e8f88c3c58490e
Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
common/src/main/webapp/thirdparty/css/ngict-component.css
common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-checked-disabled.png [new file with mode: 0644]
common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-checked.png [new file with mode: 0644]
common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-disabled.png [new file with mode: 0644]
common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-hover.png [new file with mode: 0644]
common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-init.png [new file with mode: 0644]
common/src/main/webapp/thirdparty/images/checkbox-radio/radio-checked-disabled.png [new file with mode: 0644]
common/src/main/webapp/thirdparty/images/checkbox-radio/radio-checked.png [new file with mode: 0644]
common/src/main/webapp/thirdparty/images/checkbox-radio/radio-disabled.png [new file with mode: 0644]
common/src/main/webapp/thirdparty/images/checkbox-radio/radio-hover.png [new file with mode: 0644]
common/src/main/webapp/thirdparty/images/checkbox-radio/radio-init.png [new file with mode: 0644]

index 93ddbb8..7053904 100644 (file)
@@ -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 (file)
index 0000000..0ba905f
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 (file)
index 0000000..2ddfb0a
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 (file)
index 0000000..a53c89c
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 (file)
index 0000000..c282113
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 (file)
index 0000000..e352cc5
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 (file)
index 0000000..16eecc5
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 (file)
index 0000000..6c60d12
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 (file)
index 0000000..c27289d
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 (file)
index 0000000..03138ca
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 (file)
index 0000000..b428c58
Binary files /dev/null and b/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-init.png differ