|
|
@ -339,15 +339,23 @@ |
|
|
|
} |
|
|
|
|
|
|
|
/* Regular Label on Right */ |
|
|
|
.ui[class*="right labeled"].input > input { |
|
|
|
.ui[class*="right labeled"].input > input, |
|
|
|
.ui[class*="both sides labeled"].input > input { |
|
|
|
border-top-right-radius: 0px !important; |
|
|
|
border-bottom-right-radius: 0px !important; |
|
|
|
} |
|
|
|
.ui[class*="right labeled"].input > .label { |
|
|
|
.ui[class*="right labeled"].input > .label, |
|
|
|
.ui.both.sides.labeled.input > input + .label { |
|
|
|
border-top-left-radius: 0px; |
|
|
|
border-bottom-left-radius: 0px; |
|
|
|
} |
|
|
|
|
|
|
|
/* Both Sides Labeled (redo right label radius) */ |
|
|
|
.ui.both.sides.labeled.input > input + .label { |
|
|
|
border-top-right-radius: @borderRadius !important; |
|
|
|
border-bottom-right-radius: @borderRadius !important; |
|
|
|
} |
|
|
|
|
|
|
|
/* Corner Label */ |
|
|
|
.ui.labeled.input .corner.label { |
|
|
|
top: @labelCornerTop; |
|
|
|