]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/themes/soria/form/Select.css
upgrade Dojo to 1.6.1
[tt-rss.git] / lib / dijit / themes / soria / form / Select.css
CommitLineData
2f01fe57 1.soria .dijitSelect .dijitButtonNode {
81bea17a 2 padding: 0;
2f01fe57 3}
81bea17a
AD
4
5/* Make unselected "look" more like a text box and less like a button */
2f01fe57
AD
6.soria .dijitSelect .dijitButtonContents {
7 padding-top: 1px;
8 background:#fff url("../images/validationInputBg.png") repeat-x top left;
9 #background:#fff url('../images/validationInputBg.gif') repeat-x top left;
10}
11.soria .dijitSelectHover .dijitButtonContents,
12.soria .dijitSelectActive .dijitButtonContents,
13.soria .dijitSelectOpened .dijitButtonContents,
14.soria .dijitSelectDisabled .dijitButtonContents,
15.soria .dijitSelectReadOnly .dijitButtonContents{
16 background: transparent none;
17}
18.dj_ie .soria .dijitSelect .dijitButtonContents {
81bea17a 19 padding-top: 0;
2f01fe57 20}
81bea17a 21
2f01fe57 22.soria .dijitSelect .dijitArrowButton {
81bea17a 23 padding: 0 2px;
2f01fe57 24}
81bea17a
AD
25
26/* Mirror DropDownButton */
2f01fe57
AD
27.soria .dijitSelectDisabled .dijitButtonNode {
28 border-color: #b9bbdd #b9bbdd #b9bbdd #b9bbdd;
29 background:#c3d3e5 url("../images/buttonDisabled.png") top repeat-x;
30}
31.dj_ie .soria .dijitSelectDisabled .dijitButtonNode * {
32 filter: gray() alpha(opacity=50);
33}
81bea17a 34
2f01fe57
AD
35.soria .dijitSelectHover .dijitButtonNode {
36 color:#000;
37 background:#acc5e2 url("../images/buttonHover.png") repeat-x top left;
38}
81bea17a 39
2f01fe57
AD
40.soria .dijitSelectActive .dijitButtonNode,
41.soria .dijitSelectOpened .dijitButtonNode {
42 border-color:#657c9c;
43 background: #91b4e5 url("../images/buttonActive.png") top left repeat-x;
44}
81bea17a
AD
45
46/* Make the menu look more combobox-like */
2f01fe57 47.soria .dijitSelectMenu td {
81bea17a 48 padding: 0;
2f01fe57
AD
49}
50.soria .dijitSelectMenu .dijitMenuItemLabel,
51.soria .dijitSelectMenu .dijitMenuArrowCell {
52 padding: 0.1em 0.2em;
53}
81bea17a 54