mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 19:41:49 +00:00
changing options to have min-height of 1em
changing selct to have nowrap white-space
This commit is contained in:
parent
6a26defabe
commit
264dc1237a
@ -548,11 +548,6 @@ input[type=image]:focus {
|
|||||||
input[type=image] {
|
input[type=image] {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 2px solid blue;
|
border: 2px solid blue;
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=image][disabled] {
|
|
||||||
cursor: default;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=file] {
|
input[type=file] {
|
||||||
@ -932,7 +927,7 @@ select, select[size="1"] {
|
|||||||
border: none;
|
border: none;
|
||||||
background-color:rgb(204, 204, 204);
|
background-color:rgb(204, 204, 204);
|
||||||
color:black;
|
color:black;
|
||||||
white-space:pre;
|
white-space:nowrap;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -972,7 +967,7 @@ select[size="1"] {
|
|||||||
border: none;
|
border: none;
|
||||||
background-color:rgb(204, 204, 204);
|
background-color:rgb(204, 204, 204);
|
||||||
color:black;
|
color:black;
|
||||||
white-space:pre;
|
white-space:nowrap;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1033,6 +1028,7 @@ select input#-moz-display:active {
|
|||||||
|
|
||||||
|
|
||||||
option {
|
option {
|
||||||
|
min-height: 1em;
|
||||||
display:block;
|
display:block;
|
||||||
padding-left:3px;
|
padding-left:3px;
|
||||||
padding-right:3px;
|
padding-right:3px;
|
||||||
|
@ -548,11 +548,6 @@ input[type=image]:focus {
|
|||||||
input[type=image] {
|
input[type=image] {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: 2px solid blue;
|
border: 2px solid blue;
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=image][disabled] {
|
|
||||||
cursor: default;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=file] {
|
input[type=file] {
|
||||||
@ -932,7 +927,7 @@ select, select[size="1"] {
|
|||||||
border: none;
|
border: none;
|
||||||
background-color:rgb(204, 204, 204);
|
background-color:rgb(204, 204, 204);
|
||||||
color:black;
|
color:black;
|
||||||
white-space:pre;
|
white-space:nowrap;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -972,7 +967,7 @@ select[size="1"] {
|
|||||||
border: none;
|
border: none;
|
||||||
background-color:rgb(204, 204, 204);
|
background-color:rgb(204, 204, 204);
|
||||||
color:black;
|
color:black;
|
||||||
white-space:pre;
|
white-space:nowrap;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1033,6 +1028,7 @@ select input#-moz-display:active {
|
|||||||
|
|
||||||
|
|
||||||
option {
|
option {
|
||||||
|
min-height: 1em;
|
||||||
display:block;
|
display:block;
|
||||||
padding-left:3px;
|
padding-left:3px;
|
||||||
padding-right:3px;
|
padding-right:3px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user