Bug 157846 - Remove padding from textbox.plain. r=roc

This commit is contained in:
Alex Henrie 2014-01-16 16:45:20 -07:00
parent 1c703a3c94
commit 909708ef30
4 changed files with 3 additions and 4 deletions

View File

@ -67,7 +67,6 @@ html|input.num {
}
html|div.plainfield {
-moz-margin-start: 1px;
color: -moz-fieldtext;
white-space: pre;
}

View File

@ -60,7 +60,7 @@ textbox[disabled="true"] {
textbox.plain {
-moz-appearance: none !important;
background-color: transparent;
padding: 0px 1px !important;
padding: 0px !important;
margin: 0px !important;
border: none !important;
}

View File

@ -60,7 +60,7 @@ textbox[disabled="true"] {
textbox.plain {
-moz-appearance: none !important;
background-color: transparent;
padding: 0px 1px !important;
padding: 0px !important;
margin: 0px !important;
border: none !important;
}

View File

@ -60,7 +60,7 @@ textbox[disabled="true"] {
textbox.plain {
-moz-appearance: none !important;
background-color: transparent;
padding: 0px 1px !important;
padding: 0px !important;
margin: 0px !important;
border: none !important;
}