Skip to content

Commit

Permalink
Merge pull request #1818 from bmorrise/BACKLOG-31627
Browse files Browse the repository at this point in the history
[BACKLOG-31627] Update styles for Open Dialog
  • Loading branch information
NJtwentyone committed Oct 17, 2019
2 parents db32842 + c2828b4 commit c622105
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 13 deletions.
Expand Up @@ -47,7 +47,7 @@ define(
var baseUrl = "/cxf/browser-new";
return {
provider: "clusters",
order: 0,
order: 3,
root: "Hadoop Clusters",
matchPath: matchPath,
selectFolder: selectFolder,
Expand Down
@@ -1,17 +1,13 @@
addressbar .breadcrumb .clusters {
background-image: url("../img/cluster.svg");
background-repeat: no-repeat;
background-position: left center;
width: 20px;
background-size: 24px 24px;
background: url("../img/Share.S_D.svg") no-repeat center center;
background-size: 32px;
}

folder .folder.clusters .folderImage {
background: url("../img/cluster.svg") no-repeat left center;
width: 16px;
height: 18px;
background: url("../img/Share.S_D.svg") no-repeat center center;
background-size: 32px;
}

folder .folder.clusters.selected .folderImage {
background-position: right center;
background-image: url("../img/Share.S_D_white.svg");
}
26 changes: 26 additions & 0 deletions kettle-plugins/browse/src/main/resources/app/img/Share.S_D.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions kettle-plugins/browse/src/main/resources/app/img/cluster.svg

This file was deleted.

0 comments on commit c622105

Please sign in to comment.