Skip to content

Commit

Permalink
Clearer look for groups of inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisGuillem committed Jun 16, 2017
1 parent 16cceb3 commit df01b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions inst/manipulate_widget/manipulate_widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,7 @@ html, body {

/* Group of inputs */
.panel-default>.panel-heading {
background-color: #4e9cff;
color: white;
background-color: #f0f0f0;
}

.panel-default>.panel-heading::before {
Expand Down
3 changes: 1 addition & 2 deletions newUI/manipulate_widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ html, body {

/* Group of inputs */
.panel-default>.panel-heading {
background-color: #4e9cff;
color: white;
background-color: #f0f0f0;
}

.panel-default>.panel-heading.collapsed::before {
Expand Down

0 comments on commit df01b67

Please sign in to comment.