Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style #50

Closed
alabotski opened this issue Apr 5, 2017 · 3 comments
Closed

Style #50

alabotski opened this issue Apr 5, 2017 · 3 comments
Assignees
Milestone

Comments

@alabotski
Copy link

I have such options

    <inherits name="gwt.material.design.GwtMaterialWithJQuery"/>
    <inherits name="gwt.material.design.GwtMaterialTable"/>
    <inherits name="gwt.material.design.jquery.JQuery"/>
    <inherits name="gwt.material.design.GwtMaterialDesignBasic"/>
    <inherits name="gwt.material.design.themes.ThemeBlue"/>

Componetns from gwt-materialdesign work fine

But materialtables... Not =(
tables

@kevzlou7979
Copy link
Contributor

It seems that the .top-panel class overrides the theme specified css attribute for this panel. Please update your gwt-material themes in order for the patch worked.

Fixed via GwtMaterialDesign/gwt-material-themes@4aca02c

@kevzlou7979 kevzlou7979 added this to the 1.0 milestone Apr 5, 2017
@kevzlou7979 kevzlou7979 self-assigned this Apr 5, 2017
@alabotski
Copy link
Author

        <dependency>
            <groupId>com.github.gwtmaterialdesign</groupId>
            <artifactId>gwt-material-themes</artifactId>
            <version>${gwt-material-themes.version}</version>
            <scope>provided</scope>
        </dependency>

Try 2.0 and 2.1
There are nothing new =(

Can you explain on what basis do you update the snapshot version?

@kevzlou7979
Copy link
Contributor

kevzlou7979 commented Apr 6, 2017

Can you checked it now, I fixed the snapshot deployment now. It will take a couple of minutes to sync in Maven Repository Snapshot.

Link to Repo Snapshots
https://oss.sonatype.org/content/repositories/snapshots/com/github/gwtmaterialdesign/gwt-material-themes/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants