mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 157846 - Remove padding from textbox.plain. r=roc
This commit is contained in:
parent
1c703a3c94
commit
909708ef30
@ -67,7 +67,6 @@ html|input.num {
|
||||
}
|
||||
|
||||
html|div.plainfield {
|
||||
-moz-margin-start: 1px;
|
||||
color: -moz-fieldtext;
|
||||
white-space: pre;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user