input.css (597B)
1 .rwmb-input-group { 2 display: flex; 3 align-items: stretch; 4 } 5 .rwmb-input-group-text { 6 display: flex; 7 align-items: center; 8 padding: 0 8px; 9 background: #f0f0f0; 10 border: 1px solid #7e8993; 11 border-radius: 4px;; 12 } 13 .rwmb-input-group-text:first-child, 14 .rwmb-input-group input:not(:last-child) { 15 border-top-right-radius: 0; 16 border-bottom-right-radius: 0; 17 } 18 .rwmb-input-group-text:last-child, 19 .rwmb-input-group input:not(:first-child) { 20 border-top-left-radius: 0; 21 border-bottom-left-radius: 0; 22 } 23 .rwmb-input-group input { 24 margin: 0; 25 } 26 .rwmb-input-group :not(:first-child) { 27 margin-left: -1px; 28 }