This is the same as the other one, in this case this should go to "component/_textinput.sass"
El mar., 2 oct. 2018 a las 4:48, <[email protected]> escribió: > This is an automated email from the ASF dual-hosted git repository. > > aharui pushed a commit to branch develop > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git > > > The following commit(s) were added to refs/heads/develop by this push: > new 4deb1b0 get Jewel TextInput to sort of work on SWF > 4deb1b0 is described below > > commit 4deb1b0e5a1c8c7e54eac4e1742880567ea08109 > Author: Alex Harui <[email protected]> > AuthorDate: Mon Oct 1 19:48:30 2018 -0700 > > get Jewel TextInput to sort of work on SWF > --- > frameworks/projects/Jewel/src/main/resources/defaults.css | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css > b/frameworks/projects/Jewel/src/main/resources/defaults.css > index 58ac360..3450eea 100644 > --- a/frameworks/projects/Jewel/src/main/resources/defaults.css > +++ b/frameworks/projects/Jewel/src/main/resources/defaults.css > @@ -3472,6 +3472,14 @@ j|TableRow { > j|TextInput { > IBeadModel: > ClassReference("org.apache.royale.jewel.beads.models.TextModel"); > } > +@media -royale-swf { > + j|TextInput { > + IBeadView: > ClassReference("org.apache.royale.html.beads.TextInputWithBorderView"); > + IBeadController: > ClassReference("org.apache.royale.html.beads.controllers.EditableTextKeyboardController"); > + IBorderBead: > ClassReference('org.apache.royale.html.beads.SingleLineBorderBead'); > + IBackgroundBead: > ClassReference('org.apache.royale.html.beads.SolidBackgroundBead'); > + } > +} > > .jewel.textarea { > position: relative; > > -- Carlos Rovira http://about.me/carlosrovira
