09223a28f4db7681bdd3812bd9904fa8e2e01d8e
[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-color: white;
19         border-left: 0px;
20         border-right: 0px;
21         border-radius: 0px;
22     }
23     
24     .roo-money-amount-input {
25         border-left: 0px;
26         border-top-left-radius: 0px;
27         border-bottom-left-radius: 0px;
28     }
29 }