Threaded View
-
24 Sep 2012 2:30 AM #1
Sencha Cmd v3.0 :: CSS is overriden and erased // bad relative reference to images
Sencha Cmd v3.0 :: CSS is overriden and erased // bad relative reference to images
Hi,
Two points :
1) i'am adding my own css classes in the default/app.css juste after the
which now looks like :Code:@import url('../../../../../../../../lib/ext/resources/css/ext-all.css');
When i'am build the application (using sencha app build) the app.css is overriden and only the sencha css is included (all of my own definitions are removed)Code:@import url('../../../../../../../../lib/ext/resources/css/ext-all.css'); .header-panel { height : 80px; vertical-align : middle; text-align : center; background : #1272a2; background-image : -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #60c0e8), color-stop(100%, #1272a2)); background-image : -webkit-linear-gradient(top, #60c0e8,#1272a2); background-image : -moz-linear-gradient(top, #60c0e8,#1272a2); background-image : -o-linear-gradient(top, #60c0e8,#1272a2); background-image : -ms-linear-gradient(top, #60c0e8,#1272a2); background-image : linear-gradient(top, #60c0e8,#1272a2); background-repeat : no-repeat; color : #fff; text-shadow : 0 -1px 0 rgba(0, 0, 0, .4); border-bottom : 1px solid #3a3a3a; } .../...
2) Some of the images are not well pointed and give me a 404 http error with the build :
http://xx.xx.xx.xx:yy/Users/tag-all/Workspace/www/project/lib/ext/resources/themes/images/default/form/trigger.gif
Success! Looks like we've fixed this one. According to our records the fix was applied for
SDKTOOLS-162
in
3.0.0.190.


Reply With Quote