1. #1
    Sencha User
    Join Date
    Feb 2012
    Posts
    54
    Vote Rating
    0
    alfa19 is on a distinguished road

      0  

    Default Unanswered: Title like Kitchen Sink

    Unanswered: Title like Kitchen Sink


    Hi

    how can i have a green titlebar like in Kitchen sink?

    http://docs.sencha.com/extjs/4.2.0/extjs-build/examples/build/KitchenSink/ext-theme-neptune/#basic-panels

    Thanks

  2. #2
    Sencha User
    Join Date
    Jan 2010
    Posts
    255
    Vote Rating
    16
    Answers
    13
    existdissolve will become famous soon enough

      0  

    Default


    Quote Originally Posted by alfa19 View Post
    I think they hard-coded it to the container's ID in the stylesheet:

    Code:
    #app-header {
        background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#8fc33a),color-    stop(100%,#739b2e));
        background-image: -webkit-linear-gradient(top,#8fc33a,#739b2e);
        background-image: -moz-linear-gradient(top,#8fc33a,#739b2e);
        background-image: -o-linear-gradient(top,#8fc33a,#739b2e);
        background-image: linear-gradient(top,#8fc33a,#739b2e);
        border-bottom: 1px solid #567422;
    }
    Might be better to use a theming approach.

  3. #3
    Sencha User
    Join Date
    Feb 2012
    Posts
    54
    Vote Rating
    0
    alfa19 is on a distinguished road

      0  

    Default


    So is there a way to have a viewport title directly with extjs4.2 supports?