forked from 0x2620/oxjs
use unicode symbols for input
This commit is contained in:
parent
31bb10f87e
commit
013f5c2620
2 changed files with 14 additions and 8 deletions
|
|
@ -207,7 +207,8 @@ input[type=image].OxLarge {
|
|||
input[type=image].OxLarge {
|
||||
width: 18px;
|
||||
}
|
||||
input[type=image].OxMedium {
|
||||
input[type=image].OxMedium,
|
||||
.OxButton.OxSymbol.OxMedium {
|
||||
width: 14px;
|
||||
}
|
||||
input[type=image].OxSmall {
|
||||
|
|
@ -227,6 +228,7 @@ textarea {
|
|||
.OxButton.OxSymbol,
|
||||
.OxButton.OxSymbol:active,
|
||||
.OxButton.OxSymbol:focus {
|
||||
padding: 0;
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
background: rgba(0, 0, 0, 0);
|
||||
-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
|
||||
|
|
@ -326,12 +328,13 @@ div.OxInput > .OxInputLabel {
|
|||
}
|
||||
div.OxInput > .OxButton {
|
||||
float: left;
|
||||
margin-top: -1px;
|
||||
//margin-left: 1px;
|
||||
margin-top: -2px;
|
||||
}
|
||||
div.OxInput > .OxButton:last-child {
|
||||
float: left;
|
||||
margin-left: -1px;
|
||||
margin-top: -1px;
|
||||
margin-top: -2px;
|
||||
}
|
||||
input.OxInput {
|
||||
float: left;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue