提交 098d4cb3 编写于 作者: J Jo-Philipp Wich

themes: add new image button CSS classes, patch by Kevin Locke...

themes: add new image button CSS classes, patch by Kevin Locke <klocke@digitalenginesoftware.com> (#207)
上级 1db9f295
...@@ -279,6 +279,12 @@ td input[type=password] { ...@@ -279,6 +279,12 @@ td input[type=password] {
width: 99%; width: 99%;
} }
img.cbi-image-button {
cursor: pointer;
margin: 0 2px;
vertical-align: middle;
}
input.cbi-input-user { input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center; background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
......
...@@ -368,6 +368,12 @@ td input[type=password] { ...@@ -368,6 +368,12 @@ td input[type=password] {
width: 99%; width: 99%;
} }
img.cbi-image-button {
cursor: pointer;
margin: 0 2px;
vertical-align: middle;
}
input.cbi-input-user { input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center; background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
......
...@@ -540,6 +540,12 @@ td input[type=password] { ...@@ -540,6 +540,12 @@ td input[type=password] {
width: 99%; width: 99%;
} }
img.cbi-image-button {
cursor: pointer;
margin: 0 2px;
vertical-align: middle;
}
input.cbi-input-user { input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center; background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
......
...@@ -467,6 +467,12 @@ td input[type=password] { ...@@ -467,6 +467,12 @@ td input[type=password] {
width: 99%; width: 99%;
} }
img.cbi-image-button {
cursor: pointer;
margin: 0 2px;
vertical-align: middle;
}
input.cbi-input-user { input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center; background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
......
...@@ -376,6 +376,12 @@ td input[type=password] { ...@@ -376,6 +376,12 @@ td input[type=password] {
width: 99%; width: 99%;
} }
img.cbi-image-button {
cursor: pointer;
margin: 0 2px;
vertical-align: middle;
}
input.cbi-input-user { input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center; background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
......
...@@ -465,6 +465,12 @@ td input[type=password] { ...@@ -465,6 +465,12 @@ td input[type=password] {
width: 99%; width: 99%;
} }
img.cbi-image-button {
cursor: pointer;
margin: 0 2px;
vertical-align: middle;
}
input.cbi-input-user { input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center; background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
......
...@@ -386,6 +386,12 @@ td input[type=password] { ...@@ -386,6 +386,12 @@ td input[type=password] {
width: 99%; width: 99%;
} }
img.cbi-image-button {
cursor: pointer;
margin: 0 2px;
vertical-align: middle;
}
input.cbi-input-user { input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center; background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
......
...@@ -320,6 +320,12 @@ td input[type=password] { ...@@ -320,6 +320,12 @@ td input[type=password] {
width: 99%; width: 99%;
} }
img.cbi-image-button {
cursor: pointer;
margin: 0 2px;
vertical-align: middle;
}
input.cbi-input-user { input.cbi-input-user {
background: url('../resources/cbi/user.gif') no-repeat scroll 1px center; background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
background-color: inherit; background-color: inherit;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册