Hi, the original precompiled oxid.css also contais mentioned css code: https://github.com/OXID-eSales/mobile_theme/blob/b-1.3/theme/source/out/mobile/src/css/oxid.css#L1534 https://github.com/OXID-eSales/mobile_theme/blob/b-1.3/theme/source/out/mobile/src/css/oxid.css#L1557
the row number differences may occur because of different compiler, different compilation params or even a different version oft he same compiler. For my templates, i usually stick tot he original compiler and the particular version used/suggested by framework developer. Cheers -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von wolkenkrieger Gesendet: Montag, 17. August 2015 11:54 An: [email protected] Betreff: Re: [oxid-dev-general] Umstimmigkeiten bei LESS-Compile Mobile-Theme 1.2.1 -> 1.3.0 Hello :) Due an upgrade of the Mobile Theme from v 1.2.1 to 1.3.0 the following problem occured: Winmerge says, that the LESS-files in the 1.3.0-downloadpackage are identical to the v 1.2.1. So ... if i recompile these files to an oxid.css i should get an oxid.css, which is also identical to the oxid.css in the 1.3.0-downloadpackage. But it isn't! In the fresh compiled version are additional styles ( .btn-warning[disabled]:focus, ; .btn-danger.disabled:focus ) AND the order of some styles are different. How can this happen? Imho the oxid.css in the 1.3.0-downloadpackage was not compiled with the LESS-files from this package. Thanks :) wolke P.S. sorry for the poor english - i did my best^^ Am 17.08.2015 um 11:02 schrieb Marco Steinhaeuser: > Hey, > > could you please repeat your request in English? Otherwise some people > on this list will not understand, especially those you want to answer > your request ;) > > Cheers > Marco > > ________________________________________ > From: [email protected] > [[email protected]] on behalf of wolkenkrieger > [[email protected]] > Sent: Friday, August 14, 2015 6:37 PM > To: [email protected] > Subject: [oxid-dev-general] Umstimmigkeiten bei LESS-Compile Mobile-Theme > 1.2.1 -> 1.3.0 > > Hallo in die Runde (oder wie auch immer man sich hier meldet) :) > > Im Zuge der Umstellung einer CE 4.8.7 auf die aktuelle 4.9.5 wurde > auch das Mobile Theme von der 1.2.1 auf die 1.3.0 umgestellt. > > Dabei fiel Folgendes auf: > > Laut Winmerge sind die LESS-Files identisch - also sollte auch die > daraus resultierende oxid.css identisch sein, wenn man sie aus den > vorliegenden LESS-Files neu kompiliert. > > ABER: in der neu erstellten oxid.css sind Styleangaben enthalten > (Beispiele: .btn-warning[disabled]:focus, ; .btn-danger.disabled:focus > ), die es in der oxid.css aus dem Downloadpackage nicht gibt. > Ausserdem tauchen Styleangaben in der neu komplierten Version an > anderer Stelle auf (Zeilennummer - selbst, wenn man remarks usw. entfernt). > > Nach meinem Verständnis müsste bei einer Neukompilation mit den > LESS-Files aus dem Downloadpackage exakt die oxid.css - Version > herauskommen, die auch im Downloadpackage enthalten ist - es sei denn, > die Downloadversion wurde nicht mit den LESS-Files aus dem > Downloadpackage kompiliert?! > > Wie sieht's hier also aus? > > Danke und Gruß > > wolke > _______________________________________________ > dev-general mailing list > [email protected] > http://dir.gmane.org/gmane.comp.php.oxid.general > _______________________________________________ > dev-general mailing list > [email protected] > http://dir.gmane.org/gmane.comp.php.oxid.general _______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general _______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general
