less/roojs-bootstrap/money-field.less
[roojs1] / less / roojs-bootstrap / money-field.less
1
2 .roo-money-field {
3     
4     .roo-money-currency {
5         padding-right: 0px;
6     }
7     
8     .roo-money-amount {
9         padding-left: 0px;
10     }
11     
12     .roo-money-amount-input {
13         border-right: 0px;
14     }
15     
16     .input-group-addon {
17         background-color: transparent;
18         border-left: 0px;
19         border-right: 0px;
20         border-radius: 0px;
21     }
22     
23     .roo-money-amount-input {
24         border-left: 0px;
25         border-top-left-radius: 0px;
26         border-bottom-left-radius: 0px;
27     }
28 }