| .BasicLabel, |
| .HeaderLabel, |
| .StripedLabel { |
| width: 100%; |
| height: 100%; |
| box-sizing: border-box; |
| padding-right: 5px; |
| } |
| |
| .StripedLabel { |
| background: repeating-linear-gradient(144deg, #F1F1F1, #F1F1F1 5px, #E8E8E8 5px, #E8E8E8 10px); |
| background: -moz-repeating-linear-gradient(144deg, #F1F1F1, #F1F1F1 5px, #E8E8E8 5px, #E8E8E8 10px); |
| } |
| |
| .HeaderLabel { |
| background-color: #bbbbbb; |
| /*font-size: 12px;*/ |
| } |
| |
| .BasicLabel > DIV, |
| .StripedLabel > DIV { |
| width: 0px; |
| height: 25px; |
| display: inline-block; |
| vertical-align: middle; |
| } |
| |
| .BasicLabel input, |
| .StripedLabel input { |
| border: 0px; |
| outline: none; |
| -webkit-box-shadow: none; |
| -moz-box-shadow: none; |
| box-shadow: none; |
| cursor: default; |
| width: 100%; |
| vertical-align: middle; |
| display: inline-block; |
| } |
| |
| .BasicLabel input:disabled, |
| .StripedLabel input:disabled { |
| background-color: transparent; |
| color: #555; |
| } |