Skip to content

Commit

Permalink
Revert "bootstrap skins - fix for background-color customization option"
Browse files Browse the repository at this point in the history
This reverts commit 57a4f6d.
  • Loading branch information
fplanque committed Jan 17, 2017
1 parent 357cb41 commit b5adbc7
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion rsc/build/bootstrap-b2evo_base.bmin.css

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions rsc/build/bootstrap-b2evo_base.bundle.css
Expand Up @@ -3909,11 +3909,6 @@ select:focus:invalid:focus {
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.panel,
.pagination > li > a,
.pagination > li > span {
background-color: transparent;
}
.panel-heading h4 {
margin: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion rsc/build/bootstrap-backoffice-b2evo_base.bmin.css

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions rsc/build/bootstrap-backoffice-b2evo_base.bundle.css
Expand Up @@ -2234,11 +2234,6 @@ select:focus:invalid:focus {
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.panel,
.pagination > li > a,
.pagination > li > span {
background-color: transparent;
}
.panel-heading h4 {
margin: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion rsc/js/build/bootstrap-evo_backoffice.bmin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rsc/js/build/evo_backoffice.bmin.js

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions rsc/less/bootstrap-evoskins.less
Expand Up @@ -579,11 +579,6 @@ select:focus:invalid:focus {
}

// Panels
.panel,
.pagination > li > a,
.pagination > li > span {
background-color: transparent;
}
.panel-heading {
h4 {
margin: 0;
Expand Down

0 comments on commit b5adbc7

Please sign in to comment.