diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 03c8df15..9ff6fea1 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -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; }