forked from 0x2620/oxjs
some more support for squared style
This commit is contained in:
parent
53bc6e9e56
commit
32252a1dfd
7 changed files with 24 additions and 5 deletions
|
|
@ -1228,10 +1228,17 @@ OxSelect
|
|||
border-top-left-radius: 8px;
|
||||
border-bottom-left-radius: 8px;
|
||||
}
|
||||
.OxLabelSelect.OxSquared > .OxTitle {
|
||||
border-top-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.OxLabelSelect.OxRounded.OxSelected {
|
||||
border-bottom-left-radius: 8px;
|
||||
}
|
||||
.OxLabelSelect.OxRounded.OxSelected > .OxTitle {
|
||||
.OxLabelSelect.Squared.OxSelected {
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
.OxLabelSelect.OxSelected > .OxTitle {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue