Sha256: 3c84933dab2a0668892b97e3921ed71d774afa74ad5c8053ef87d3a2162ee89e
Contents?: true
Size: 1.22 KB
Versions: 16
Compression:
Stored size: 1.22 KB
Contents
.onoffbutton_label, .onoffbutton_label_off { position: absolute; top: 2px; height: 20px; line-height: 20px; text-align: center; vertical-align: middle; font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; color: #333; } .onoffbutton_label { left: 6px; right: 50%; } .onoffbutton_label_off { right: 6px; left: 50%; } .disabled > .button_control > .onoffbutton_label, .disabled > .button_control > .onoffbutton_label_off { color: #999; } .enabled > .button_control:hover > .onoffbutton_label, .enabled > .button_control:active > .onoffbutton_label_off { color: #000; } .enabled > .button_control:active > .onoffbutton_label, .enabled > .button_control:active > .onoffbutton_label_off { color: #000; } .onoffbutton_on, .onoffbutton_off { position: absolute; display: none; top: 1px; height: 20px; opacity: 0.6; } .onoffbutton_off { left: 50%; right: 1px; background-color: #660000; border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .onoffbutton_on { right: 50%; left: 1px; background-color: #006600; border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .disabled > .button_control > .onoffbutton_off, .disabled > .button_control > .onoffbutton_on { opacity: 0.3; }
Version data entries
16 entries across 16 versions & 1 rubygems