Commit 0284ad8e authored by Dão Gottwald's avatar Dão Gottwald
Browse files

Bug 463712 - text-shadow doesn't work for xul textboxes. r=enndeakin

parent 9d603a06
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -640,6 +640,7 @@ html|span.accesskey {
textbox {
  -moz-binding: url("chrome://global/content/bindings/textbox.xml#textbox");
  -moz-user-select: text;
  text-shadow: none;
}

textbox[multiline="true"] {
@@ -649,10 +650,12 @@ textbox[multiline="true"] {
html|*.textbox-input {
  -moz-appearance: none !important;
  text-align: inherit;
  text-shadow: inherit;
}

html|*.textbox-textarea {
  -moz-appearance: none !important;
  text-shadow: inherit;
}

.textbox-input-box {