Sha256: a717ce4e9a3c572ad39ec4921416bd8cce4adafb9b43fe6faf9c0ba06c17a7d6
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
.popupmenu_control, .popupmenu_edge_left, .popupmenu_center, .popupmenu_edge_right, .popupmenu_label, .popupmenu_antiselect { position: absolute; top: 0px; height: 23px; } .popupmenu_control { left: 0px; right: 0px; cursor: pointer; } .disabled .popupmenu_control { cursor: default; } .popupmenu_edge_left, .popupmenu_center, .popupmenu_edge_right { background-image: #{this.getCssFilePath('popupmenu.png')}; } .popupmenu_edge_left { left: 0px; width: 9px; background-position: 0px 0px; background-repeat: no-repeat; } .popupmenu_edge_right { right: 0px; width: 17px; background-position: -9px 0px; background-repeat: no-repeat; } .popupmenu_center { left: 9px; right: 17px; background-position: 0px -23px; background-repeat: repeat-x; } .popupmenu_label { left: 13px; right: 11px; top: 0px; height: 22px; line-height: 22px; text-align: left; text-overflow: ellipsis; overflow: hidden; white-space:nowrap; vertical-align: middle; font-family: Arial, sans-serif; font-size: 12px; color: #333; } .popupmenu_control:hover > .popupmenu_label { color: #000; } .disabled .popupmenu_control { opacity: 0.6; } .popupmenu_antiselect { left: 0px; right: 0px; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rsence-pre-2.2.0.10 | js/menus/popupmenu/themes/default/popupmenu.css |