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;
|
cursor: default;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
//margin-right: -16px;
|
|
||||||
}
|
}
|
||||||
.OxSelect > .OxButton {
|
.OxSelect > .OxButton {
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -1119,10 +1118,10 @@ OxSelect
|
||||||
border-top-left-radius: 8px;
|
border-top-left-radius: 8px;
|
||||||
border-bottom-left-radius: 8px;
|
border-bottom-left-radius: 8px;
|
||||||
}
|
}
|
||||||
.OxLabelSelect.OxSelected {
|
.OxLabelSelect.OxRounded.OxSelected {
|
||||||
border-bottom-left-radius: 8px;
|
border-bottom-left-radius: 8px;
|
||||||
}
|
}
|
||||||
.OxLabelSelect.OxSelected > .OxTitle {
|
.OxLabelSelect.OxRounded.OxSelected > .OxTitle {
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue