UNPKG

dijit

Version:

Dijit provides a complete collection of user interface controls based on Dojo, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible u

48 lines (43 loc) 1.49 kB
/* Make unselected content portion "look" more like a text box and less like a button */ .tundra .dijitSelectError .dijitButtonContents, .tundra .dijitSelectHover .dijitArrowButton, .tundra .dijitSelectActive .dijitArrowButton, .tundra .dijitSelectOpened .dijitArrowButton, .tundra .dijitSelectDisabled .dijitArrowButton, .tundra .dijitSelectReadOnly .dijitArrowButton { background: transparent none; } .tundra .dijitSelect .dijitArrowButton { background: #fff url("../images/buttonEnabled.png") repeat-x bottom left; border-width: 0; } /* Mirror DropDownButton */ .tundra .dijitSelectDisabled, .tundra .dijitSelectDisabled TD { border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5 !important; background:#e4e4e4 url("../images/buttonDisabled.png") top repeat-x; } .dj_ie .tundra .dijitSelectDisabled TD * { filter: gray() alpha(opacity=50); } .tundra .dijitSelectHover, .tundra .dijitSelectHover TD { border-color:#a5beda #5c7590 #5c7590 #a5beda !important; color:#243C5F; background:#fcfdff url("../images/buttonHover.png") repeat-x bottom; } .tundra .dijitSelectActive, .tundra .dijitSelectOpened, .tundra .dijitSelectActive TD, .tundra .dijitSelectOpened TD { border-color:#366dba !important; background: #ededed url("../images/buttonActive.png") bottom repeat-x; } /* Make the menu look more combobox-like */ .tundra .dijitSelectMenu td { padding: 0; } .tundra .dijitSelectMenu .dijitMenuItemLabel, .tundra .dijitSelectMenu .dijitMenuArrowCell { padding: 0.1em 0.2em; }