Sha256: 4b7fa7103e038c1676ed85b2581979bffefbde1e1e70b8a9301e5e43325390b5
Contents?: true
Size: 852 Bytes
Versions: 4
Compression:
Stored size: 852 Bytes
Contents
.menuitem_control, .menuitem_label, .menuitem_state { position: absolute; top: 0px; height: 24px; } .menuitem_control { left: 0px; right: 0px; cursor: pointer; } .menuitem_control:hover { background-color: #fff; } .menuitem_state { left: 4px; top: 7px; height: 12px; width: 12px; background-image: #{this.getCssFilePath('minimenuitem_checkmark.png')}; } .checked .menuitem_state { visibility: inherit; } .unchecked .menuitem_state { visibility: hidden; } .menuitem_label { left: 20px; right: 11px; top: 0px; height: 24px; line-height: 24px; text-align: left; text-overflow: ellipsis; overflow: hidden; white-space:nowrap; vertical-align: middle; font-family: Helvetica, Arial, sans-serif; font-size: 12px; color: #333; } .menuitem_label:hover { color: #000; } .disabled .menuitem_control { opacity: 0.8; }
Version data entries
4 entries across 4 versions & 1 rubygems