Skip to content

Commit

Permalink
appCell fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ialarmedalien committed Oct 15, 2020
1 parent 02699c8 commit 6ae2c7e
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions kbase-extension/static/kbase/css/appCell.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
.kb-app-cell .kb-app-parameter-row .message.-error,
.kb-editor-cell .kb-app-parameter-row .message.-error {
background: #f2dede;
color: #F44336;
}

.kb-app-cell .kb-app-parameter-row .message,
Expand All @@ -112,11 +113,6 @@
font-family: 'Oxygen', sans-serif;
}

.kb-app-cell .kb-app-parameter-row .message.-error,
.kb-editor-cell .kb-app-parameter-row .message.-error {
color: #F44336;
}

/* not sure how to get text in these divs to valign middle... */

.kb-app-cell .kb-app-parameter-name,
Expand Down Expand Up @@ -181,20 +177,16 @@ control with padding, and then scooting the icon back into its column.
.kb-app-cell .kb-app-parameter-hint,
.kb-editor-cell .kb-app-parameter-hint {
padding-left: 7px;
color: #777;
text-align: left;
margin-top: 3px;
}

.kb-app-cell .kb-parameter-data-selection,
.kb-editor-cell .kb-parameter-data-selection {
font-weight: bold;
}

.kb-app-cell .kb-app-parameter-hint,
.kb-editor-cell .kb-app-parameter-hint {
color: #777;
text-align: left;
margin-top: 3px;
}

.kb-app-cell .kb-app-parameter-accepted-glyph,
.kb-editor-cell .kb-app-parameter-accepted-glyph {
color: #4BB856;
Expand Down Expand Up @@ -465,7 +457,7 @@ warning: orange
}

/* buttons from editorCell */
kb-editor-cell .btn-primary.kb-btn-action.-rerun {
.kb-editor-cell .btn-primary.kb-btn-action.-rerun {
color: rgb(33, 150, 243);
}

Expand Down

0 comments on commit 6ae2c7e

Please sign in to comment.