1
0
Fork 0
forked from 0x2620/oxjs

some more support for squared style

This commit is contained in:
rlx 2016-01-12 11:11:08 +05:30
commit 32252a1dfd
7 changed files with 24 additions and 5 deletions

View file

@ -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;
}