forked from 0x2620/oxjs
adding change event to select
This commit is contained in:
parent
75f16e5fb8
commit
f1a6df298b
2 changed files with 17 additions and 6 deletions
|
|
@ -136,6 +136,9 @@ input[type=submit] {
|
|||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box;
|
||||
}
|
||||
input[type=image] {
|
||||
cursor: default;
|
||||
}
|
||||
input:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
|
@ -321,13 +324,12 @@ OxSelect
|
|||
}
|
||||
.OxSelect > .OxSymbol {
|
||||
text-align: right;
|
||||
cursor: pointer;
|
||||
cursor: default;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
.OxSelect.OxMedium > .OxSymbol {
|
||||
margin-left: 8px;
|
||||
margin-top: -16px;
|
||||
margin: -16px 8px 0 8px;
|
||||
}
|
||||
/*
|
||||
================================================================================
|
||||
|
|
@ -372,7 +374,7 @@ Menus
|
|||
border-spacing: 0;
|
||||
}
|
||||
.OxMenu .OxItem {
|
||||
cursor: pointer;
|
||||
cursor: default;
|
||||
}
|
||||
.OxMenu.OxLarge .OxItem {
|
||||
height: 20px;
|
||||
|
|
@ -474,7 +476,7 @@ Menus
|
|||
}
|
||||
.OxMenu .OxScrollbar {
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
cursor: default;
|
||||
display: none;
|
||||
}
|
||||
.OxMenu.OxLarge .OxScrollbar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue