Skip to content

Commit

Permalink
Merge pull request #14 from GwtMaterialDesign/release_2.0
Browse files Browse the repository at this point in the history
Official 2.0 release
  • Loading branch information
kevzlou7979 authored Mar 8, 2017
2 parents 34f1293 + 732be66 commit 9cd0f20
Show file tree
Hide file tree
Showing 12 changed files with 74 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gwt Material Design Themes for https://github.com/GwtMaterialDesign/gwt-material
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-themes</artifactId>
<version>2.0-rc3</version>
<version>2.0-rc4</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>gwt-material-parent</artifactId>
<groupId>com.github.gwtmaterialdesign</groupId>
<version>2.0-rc3</version>
<version>2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>gwt-material-themes</artifactId>
<version>2.0-rc3</version>
<version>2.0-SNAPSHOT</version>

<name>Gwt Material Themes</name>
<description>Themes for gwt-material</description>
Expand All @@ -23,7 +23,7 @@
<connection>scm:git:git@github.com:GwtMaterialDesign/gwt-material-themes.git</connection>
<developerConnection>scm:git:git@github.com:GwtMaterialDesign/gwt-material-themes.git</developerConnection>
<url>http://github.com/GwtMaterialDesign/gwt-material-themes</url>
<tag>v2.0-rc3</tag>
<tag>v2.0-SNAPSHOT</tag>
</scm>

<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ blockquote {

/** Window **/
.window .window-toolbar {
background-color: #ffc107 !important;
background-color: #ffc107;
}

/** Tree Item **/
Expand Down Expand Up @@ -130,4 +130,10 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
/** Table **/
.top-panel {
background: #ff8f00;
}

/** ComboBox **/
ul.select2-results__options[aria-multiselectable="true"] li.select2-results__option:not([role="group"])[aria-selected="true"]:after {
border: 2px solid #ffc107;
background-color: #ffc107;
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ blockquote {

/** Window **/
.window .window-toolbar {
background-color: #2196f3 !important;
background-color: #2196f3;
}

/** Tree Item **/
Expand Down Expand Up @@ -130,4 +130,10 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
/** Table **/
.top-panel {
background: #1565c0;
}

/** ComboBox **/
ul.select2-results__options[aria-multiselectable="true"] li.select2-results__option:not([role="group"])[aria-selected="true"]:after {
border: 2px solid #2196f3;
background-color: #2196f3;
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ blockquote {

/** Window **/
.window .window-toolbar {
background-color: #795548 !important;
background-color: #795548;
}

/** Tree Item **/
Expand Down Expand Up @@ -130,4 +130,10 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
/** Table **/
.top-panel {
background: #4e342e;
}

/** ComboBox **/
ul.select2-results__options[aria-multiselectable="true"] li.select2-results__option:not([role="group"])[aria-selected="true"]:after {
border: 2px solid #795548;
background-color: #795548;
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ blockquote {

/** Window **/
.window .window-toolbar {
background-color: #4caf50 !important;
background-color: #4caf50;
}

/** Tree Item **/
Expand Down Expand Up @@ -130,4 +130,10 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
/** Table **/
.top-panel {
background: #2e7d32;
}

/** ComboBox **/
ul.select2-results__options[aria-multiselectable="true"] li.select2-results__option:not([role="group"])[aria-selected="true"]:after {
border: 2px solid #4caf50;
background-color: #4caf50;
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ blockquote {

/** Window **/
.window .window-toolbar {
background-color: #9e9e9e !important;
background-color: #9e9e9e;
}

/** Tree Item **/
Expand Down Expand Up @@ -130,4 +130,10 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
/** Table **/
.top-panel {
background: #424242;
}

/** ComboBox **/
ul.select2-results__options[aria-multiselectable="true"] li.select2-results__option:not([role="group"])[aria-selected="true"]:after {
border: 2px solid #9e9e9e;
background-color: #9e9e9e;
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ blockquote {

/** Window **/
.window .window-toolbar {
background-color: #ff9800 !important;
background-color: #ff9800;
}

/** Tree Item **/
Expand Down Expand Up @@ -130,4 +130,10 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
/** Table **/
.top-panel {
background: #ef6c00;
}

/** ComboBox **/
ul.select2-results__options[aria-multiselectable="true"] li.select2-results__option:not([role="group"])[aria-selected="true"]:after {
border: 2px solid #ff9800;
background-color: #ff9800;
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ blockquote {

/** Window **/
.window .window-toolbar {
background-color: #e91e63 !important;
background-color: #e91e63;
}

/** Tree Item **/
Expand Down Expand Up @@ -130,4 +130,10 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
/** Table **/
.top-panel {
background: #ad1457;
}

/** ComboBox **/
ul.select2-results__options[aria-multiselectable="true"] li.select2-results__option:not([role="group"])[aria-selected="true"]:after {
border: 2px solid #e91e63;
background-color: #e91e63;
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ blockquote {

/** Window **/
.window .window-toolbar {
background-color: #9c27b0 !important;
background-color: #9c27b0;
}

/** Tree Item **/
Expand Down Expand Up @@ -130,4 +130,10 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
/** Table **/
.top-panel {
background: #6a1b9a;
}

/** ComboBox **/
ul.select2-results__options[aria-multiselectable="true"] li.select2-results__option:not([role="group"])[aria-selected="true"]:after {
border: 2px solid #9c27b0;
background-color: #9c27b0;
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ blockquote {

/** Window **/
.window .window-toolbar {
background-color: #f44336 !important;
background-color: #f44336;
}

/** Tree Item **/
Expand Down Expand Up @@ -130,4 +130,10 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
/** Table **/
.top-panel {
background: #c62828;
}

/** ComboBox **/
ul.select2-results__options[aria-multiselectable="true"] li.select2-results__option:not([role="group"])[aria-selected="true"]:after {
border: 2px solid #f44336;
background-color: #f44336;
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ blockquote {

/** Window **/
.window .window-toolbar {
background-color: #ffeb3b !important;
background-color: #ffeb3b;
}

/** Tree Item **/
Expand Down Expand Up @@ -130,4 +130,10 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
/** Table **/
.top-panel {
background: #f9a825;
}

/** ComboBox **/
ul.select2-results__options[aria-multiselectable="true"] li.select2-results__option:not([role="group"])[aria-selected="true"]:after {
border: 2px solid #ffeb3b;
background-color: #ffeb3b;
}

0 comments on commit 9cd0f20

Please sign in to comment.