Skip to content

Commit

Permalink
Add other button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
eamahanna committed Oct 14, 2020
1 parent 73eb9ab commit 0de68e0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions kbase-extension/static/kbase/css/kbaseNarrative.css
Original file line number Diff line number Diff line change
Expand Up @@ -3109,6 +3109,24 @@ button.kb-data-obj {
margin: 0 6px;
}

.kb-import-content .upload-options button:hover {
border: 1px solid #CFCFCF;
background-color: #FAFAFA;
}

.kb-import-content .upload-options button:focus {
background-color: #F2F2F2;
}

.kb-import-content .upload-options button:active {
background-color: #E6E6E6;
}

.kb-import-content .upload-options button:disabled {
background-color: #FAFAFA;
color: #929292;
}

.kb-overlay-footer {
position: absolute;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"google_ad_conversion": "kR9OCLas4JgBEOy2pucC"
},
"comm_wait_timeout": 600000,
"config": "narrative-refactor",
"config": "dev",
"data_panel": {
"initial_sort_limit": 10000,
"max_name_length": 33,
Expand Down

0 comments on commit 0de68e0

Please sign in to comment.