Skip to content

Commit

Permalink
Add Redash styling to editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsmy committed Jan 15, 2018
1 parent 612710f commit 11cfc66
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions client/app/assets/less/redash/redash-newstyle.less
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,24 @@ body {
}
}

body {
.ace-tm .ace_gutter {
background: #fff;
}

.ace_editor {
border: 1px solid fade(@redash-gray, 15%);
}

.ace-tm .ace_gutter-active-line {
background-color: fade(@redash-gray, 20%);
}

.ace-tm .ace_marker-layer .ace_active-line {
background: fade(@redash-gray, 9%);
}
}

.database-source {
display: inline-flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 11cfc66

Please sign in to comment.