Setting up some special NavQuirks rules for input type=text
part of the checkin for 44656 making the NavQuirks font moz-fixed b=25580 r=kmcclusk git-svn-id: svn://10.0.0.236/trunk@75582 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -69,3 +69,14 @@ li > ol:first-node {
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
/* text input */
|
||||
input[type="text"] {
|
||||
font-family:-moz-fixed;
|
||||
border-width: 2px !important;
|
||||
border-width: inset !important;
|
||||
border-color: rgb(204, 204, 204);
|
||||
padding-top: 1px;
|
||||
padding-bottom: 0px;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
@@ -69,3 +69,14 @@ li > ol:first-node {
|
||||
padding-top: 1em;
|
||||
}
|
||||
|
||||
/* text input */
|
||||
input[type="text"] {
|
||||
font-family:-moz-fixed;
|
||||
border-width: 2px !important;
|
||||
border-width: inset !important;
|
||||
border-color: rgb(204, 204, 204);
|
||||
padding-top: 1px;
|
||||
padding-bottom: 0px;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user