зеркало из https://github.com/mozilla/pjs.git
Bug 456595 - Plain readonly textboxes should have a transparent background. r=Enn.
This commit is contained in:
Родитель
124f30c73d
Коммит
3402b022a3
|
@ -97,6 +97,7 @@ textbox[disabled="true"] {
|
|||
|
||||
textbox.plain {
|
||||
-moz-appearance: none !important;
|
||||
background-color: transparent;
|
||||
padding: 0px !important;
|
||||
margin: 0px !important;
|
||||
border: none !important;
|
||||
|
|
|
@ -110,6 +110,7 @@ textbox[disabled="true"] {
|
|||
|
||||
textbox.plain {
|
||||
-moz-appearance: none !important;
|
||||
background-color: transparent;
|
||||
padding: 0px !important;
|
||||
margin: 0px !important;
|
||||
border: none !important;
|
||||
|
|
|
@ -97,6 +97,7 @@ textbox[disabled="true"] {
|
|||
|
||||
textbox.plain {
|
||||
-moz-appearance: none !important;
|
||||
background-color: transparent;
|
||||
padding: 0px !important;
|
||||
margin: 0px !important;
|
||||
border: none !important;
|
||||
|
|
Загрузка…
Ссылка в новой задаче