aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorlizi00164331 <li.zi30@zte.com.cn>2017-04-14 14:11:56 +0800
committerlizi00164331 <li.zi30@zte.com.cn>2017-04-14 14:11:56 +0800
commitb34d10edf4217715d44836507380afe8f975c64e (patch)
tree4bfc5fb2d26a4fa46a29c773b11d5df92ecaea5c /common
parente2f746a0cb6508e63b6f20b097fe4ee805f08140 (diff)
Fix the bug "can not select vim"
Issue-ID: CLIENT-191 Change-Id: I00267ccccddc63e026d98f3f69e8f88c3c58490e Signed-off-by: lizi00164331 <li.zi30@zte.com.cn>
Diffstat (limited to 'common')
-rw-r--r--common/src/main/webapp/thirdparty/css/ngict-component.css16
-rw-r--r--common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-checked-disabled.pngbin0 -> 3087 bytes
-rw-r--r--common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-checked.pngbin0 -> 3053 bytes
-rw-r--r--common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-disabled.pngbin0 -> 2830 bytes
-rw-r--r--common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-hover.pngbin0 -> 2835 bytes
-rw-r--r--common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-init.pngbin0 -> 2833 bytes
-rw-r--r--common/src/main/webapp/thirdparty/images/checkbox-radio/radio-checked-disabled.pngbin0 -> 2993 bytes
-rw-r--r--common/src/main/webapp/thirdparty/images/checkbox-radio/radio-checked.pngbin0 -> 3235 bytes
-rw-r--r--common/src/main/webapp/thirdparty/images/checkbox-radio/radio-disabled.pngbin0 -> 3045 bytes
-rw-r--r--common/src/main/webapp/thirdparty/images/checkbox-radio/radio-hover.pngbin0 -> 3068 bytes
-rw-r--r--common/src/main/webapp/thirdparty/images/checkbox-radio/radio-init.pngbin0 -> 3036 bytes
11 files changed, 8 insertions, 8 deletions
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
--- /dev/null
+++ b/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-checked-disabled.png
Binary files 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
--- /dev/null
+++ b/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-checked.png
Binary files 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
--- /dev/null
+++ b/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-disabled.png
Binary files 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
--- /dev/null
+++ b/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-hover.png
Binary files 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
--- /dev/null
+++ b/common/src/main/webapp/thirdparty/images/checkbox-radio/checkbox-init.png
Binary files 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
--- /dev/null
+++ b/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-checked-disabled.png
Binary files 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
--- /dev/null
+++ b/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-checked.png
Binary files 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
--- /dev/null
+++ b/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-disabled.png
Binary files 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
--- /dev/null
+++ b/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-hover.png
Binary files 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
--- /dev/null
+++ b/common/src/main/webapp/thirdparty/images/checkbox-radio/radio-init.png
Binary files differ