-
30 May 2012 10:37 AM #1
How to use Neptune theme
How to use Neptune theme
Hi,
I'd like to use Neptune theme, but when I include the following into my default.scss file:
I've got the following error:Code:@import 'neptune/default/all';
My default.scss has only single line.Code:error default.scss (Line 126 of _transition.scss: "index(color, transform-origin)" is not a number for `nth') overwrite ../css/default.css
Please advise.
ThanksMy recent commitment into Sencha community:
Star Rating Field: https://github.com/podlipensky/Ext.ux.touch.Rating
Sencha Articles on my blog: http://podlipensky.com
-
30 May 2012 1:38 PM #2
You should just need to make the following additions to your code:
The Kitchen Sink example should show this.Code:// after main css <link rel="stylesheet" type="text/css" href="../extjs/resources/css/ext-neptune.css" /> // after main js <script type="text/javascript" src="../extjs4/ext-neptune.js"></script>
Regards,
Scott.
-
30 May 2012 1:49 PM #3My recent commitment into Sencha community:
Star Rating Field: https://github.com/podlipensky/Ext.ux.touch.Rating
Sencha Articles on my blog: http://podlipensky.com
-
31 May 2012 1:32 PM #4
You sure can.I need to make some changes in it and then build. Can I do this?
Scott.
-
6 Jul 2012 6:40 PM #5
What is the status of the Neptune theme in the latest release?
I have tried to integrate the theme into our product (without changing it) and there are quite a few problems:
1) Paging bar in grids is not displayed properly - Next,Last,Refresh buttons do not have icons
2) A button to show/hide collapsible fieldsets is not shown properly
3) Search fields (from the ux package) look ugly in grids
4) Some "tools" icons are missing
This is just first impressions without looking deeper into it.
All of this makes me think that the theme is unfinished yet as all other "official" themes work fine. If this is indeed the case, can you shed some light on when the final version will be released?
-
6 Jul 2012 9:19 PM #6
I will have to check with development on this. There are some unique issues with Neptune, hence the delay.
Scott.
-
1 Aug 2012 2:19 AM #7
Compiling neptune theme
Compiling neptune theme
If i try to compile the neptune theme with compass I get the error:
error xxx-neptune.scss (Line 5: Undefined variable: "$button-small-border-radius".)
Any hints?
-
21 Jan 2013 1:18 AM #8
Hello, I just trying that theme and it cant find images in neptune/sizer/.. And really no this dir in extjs directory.


Reply With Quote
