Skip to content

Commit

Permalink
Fixed - Table Top Panel style - proper fixed for overriden background.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzlou7979 committed Apr 5, 2017
1 parent 732be66 commit 4aca02c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
}

/** Table **/
.top-panel {
.table-container .top-panel {
background: #ff8f00;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
}

/** Table **/
.top-panel {
.table-container .top-panel {
background: #1565c0;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
}

/** Table **/
.top-panel {
.table-container .top-panel {
background: #4e342e;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
}

/** Table **/
.top-panel {
.table-container .top-panel {
background: #2e7d32;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
}

/** Table **/
.top-panel {
.table-container .top-panel {
background: #424242;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
}

/** Table **/
.top-panel {
.table-container .top-panel {
background: #ef6c00;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
}

/** Table **/
.top-panel {
.table-container .top-panel {
background: #ad1457;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
}

/** Table **/
.top-panel {
.table-container .top-panel {
background: #6a1b9a;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
}

/** Table **/
.top-panel {
.table-container .top-panel {
background: #c62828;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ button.waves-effect.waves-light.btn.disabled, button.waves-effect.waves-light.bt
}

/** Table **/
.top-panel {
.table-container .top-panel {
background: #f9a825;
}

Expand Down

0 comments on commit 4aca02c

Please sign in to comment.