fix css for select with label
This commit is contained in:
parent
f4c80f1141
commit
5466c7208c
1 changed files with 2 additions and 3 deletions
|
@ -1103,7 +1103,6 @@ OxSelect
|
|||
cursor: default;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
//margin-right: -16px;
|
||||
}
|
||||
.OxSelect > .OxButton {
|
||||
float: right;
|
||||
|
@ -1119,10 +1118,10 @@ OxSelect
|
|||
border-top-left-radius: 8px;
|
||||
border-bottom-left-radius: 8px;
|
||||
}
|
||||
.OxLabelSelect.OxSelected {
|
||||
.OxLabelSelect.OxRounded.OxSelected {
|
||||
border-bottom-left-radius: 8px;
|
||||
}
|
||||
.OxLabelSelect.OxSelected > .OxTitle {
|
||||
.OxLabelSelect.OxRounded.OxSelected > .OxTitle {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue