removed the ">" from the select/option rules
changed the background-color to inherit for the display area b=23475,23288 r=kmcclusk git-svn-id: svn://10.0.0.236/trunk@57308 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7a6e03e0c6
commit
5af9a779d8
@ -1041,7 +1041,7 @@ select > input#-moz-display {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
border: none;
|
||||
background-color: white;
|
||||
background-color: inherit;
|
||||
background-image: none;
|
||||
-moz-border-radius:0px;
|
||||
padding-left: 0px;
|
||||
@ -1056,7 +1056,7 @@ select[disabled] > input#-moz-display {
|
||||
font-size: inherit;
|
||||
border: none;
|
||||
color: gray;
|
||||
background-color: white;
|
||||
background-color: inherit;
|
||||
background-image: none;
|
||||
-moz-border-radius:0px;
|
||||
padding-left: 0px;
|
||||
@ -1070,7 +1070,7 @@ select > input#-moz-display:active {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
border: none;
|
||||
background-color:yellow;
|
||||
background-color:inherit;
|
||||
background-image: none;
|
||||
-moz-border-radius:0px;
|
||||
padding-left: 0px;
|
||||
@ -1114,53 +1114,53 @@ select[disabled] > option {
|
||||
}
|
||||
|
||||
/* Combobox item style */
|
||||
select > option[-moz-option-selected] {
|
||||
select option[-moz-option-selected] {
|
||||
color:white;
|
||||
background-color:rgb(51,51,102);
|
||||
}
|
||||
|
||||
/* List box item selected style */
|
||||
select > option[disabled][-moz-option-selected] {
|
||||
select option[disabled][-moz-option-selected] {
|
||||
color:rgb(153,153,153);
|
||||
background-color:rgb(204,204,204);
|
||||
}
|
||||
|
||||
select > option[disabled] {
|
||||
select option[disabled] {
|
||||
color:rgb(153,153,153);
|
||||
background-color:rgb(204,204,204);
|
||||
}
|
||||
|
||||
select[size] > option[-moz-option-selected] {
|
||||
select[size] option[-moz-option-selected] {
|
||||
color:white;
|
||||
background-color:rgb(51,51,102);
|
||||
}
|
||||
|
||||
select[size][disabled] > option[-moz-option-selected] {
|
||||
select[size][disabled] option[-moz-option-selected] {
|
||||
color:rgb(153,153,153);
|
||||
background-color:rgb(204,204,204);
|
||||
}
|
||||
|
||||
select[size="1"] > option[-moz-option-selected] {
|
||||
select[size="1"] option[-moz-option-selected] {
|
||||
color:white;
|
||||
background-color:rgb(51,51,102);
|
||||
}
|
||||
|
||||
select[size="1"][disabled] > option[-moz-option-selected] {
|
||||
select[size="1"][disabled] option[-moz-option-selected] {
|
||||
color:rgb(153,153,153);
|
||||
background-color:rgb(204,204,204);
|
||||
}
|
||||
|
||||
select[multiple] > option[-moz-option-selected] {
|
||||
select[multiple] option[-moz-option-selected] {
|
||||
color:white;
|
||||
background-color:rgb(51,51,102);
|
||||
}
|
||||
|
||||
select[multiple][disabled] > option[-moz-option-selected] {
|
||||
select[multiple][disabled] option[-moz-option-selected] {
|
||||
color:rgb(153,153,153);
|
||||
background-color:rgb(204,204,204);
|
||||
}
|
||||
|
||||
select[multiple][size="1"] > option[-moz-option-selected] {
|
||||
select[multiple][size="1"] option[-moz-option-selected] {
|
||||
color:white;
|
||||
background-color:rgb(51,51,102);
|
||||
}
|
||||
|
||||
@ -1041,7 +1041,7 @@ select > input#-moz-display {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
border: none;
|
||||
background-color: white;
|
||||
background-color: inherit;
|
||||
background-image: none;
|
||||
-moz-border-radius:0px;
|
||||
padding-left: 0px;
|
||||
@ -1056,7 +1056,7 @@ select[disabled] > input#-moz-display {
|
||||
font-size: inherit;
|
||||
border: none;
|
||||
color: gray;
|
||||
background-color: white;
|
||||
background-color: inherit;
|
||||
background-image: none;
|
||||
-moz-border-radius:0px;
|
||||
padding-left: 0px;
|
||||
@ -1070,7 +1070,7 @@ select > input#-moz-display:active {
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
border: none;
|
||||
background-color:yellow;
|
||||
background-color:inherit;
|
||||
background-image: none;
|
||||
-moz-border-radius:0px;
|
||||
padding-left: 0px;
|
||||
@ -1114,53 +1114,53 @@ select[disabled] > option {
|
||||
}
|
||||
|
||||
/* Combobox item style */
|
||||
select > option[-moz-option-selected] {
|
||||
select option[-moz-option-selected] {
|
||||
color:white;
|
||||
background-color:rgb(51,51,102);
|
||||
}
|
||||
|
||||
/* List box item selected style */
|
||||
select > option[disabled][-moz-option-selected] {
|
||||
select option[disabled][-moz-option-selected] {
|
||||
color:rgb(153,153,153);
|
||||
background-color:rgb(204,204,204);
|
||||
}
|
||||
|
||||
select > option[disabled] {
|
||||
select option[disabled] {
|
||||
color:rgb(153,153,153);
|
||||
background-color:rgb(204,204,204);
|
||||
}
|
||||
|
||||
select[size] > option[-moz-option-selected] {
|
||||
select[size] option[-moz-option-selected] {
|
||||
color:white;
|
||||
background-color:rgb(51,51,102);
|
||||
}
|
||||
|
||||
select[size][disabled] > option[-moz-option-selected] {
|
||||
select[size][disabled] option[-moz-option-selected] {
|
||||
color:rgb(153,153,153);
|
||||
background-color:rgb(204,204,204);
|
||||
}
|
||||
|
||||
select[size="1"] > option[-moz-option-selected] {
|
||||
select[size="1"] option[-moz-option-selected] {
|
||||
color:white;
|
||||
background-color:rgb(51,51,102);
|
||||
}
|
||||
|
||||
select[size="1"][disabled] > option[-moz-option-selected] {
|
||||
select[size="1"][disabled] option[-moz-option-selected] {
|
||||
color:rgb(153,153,153);
|
||||
background-color:rgb(204,204,204);
|
||||
}
|
||||
|
||||
select[multiple] > option[-moz-option-selected] {
|
||||
select[multiple] option[-moz-option-selected] {
|
||||
color:white;
|
||||
background-color:rgb(51,51,102);
|
||||
}
|
||||
|
||||
select[multiple][disabled] > option[-moz-option-selected] {
|
||||
select[multiple][disabled] option[-moz-option-selected] {
|
||||
color:rgb(153,153,153);
|
||||
background-color:rgb(204,204,204);
|
||||
}
|
||||
|
||||
select[multiple][size="1"] > option[-moz-option-selected] {
|
||||
select[multiple][size="1"] option[-moz-option-selected] {
|
||||
color:white;
|
||||
background-color:rgb(51,51,102);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user