Skip to content

Commit

Permalink
Fixed editor and query panel theme style. Optimized images
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Aug 9, 2017
1 parent da91a45 commit d8929cf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
Binary file modified web/client/components/maps/style/default.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/client/plugins/QueryPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ class QueryPanel extends React.Component {
<Sidebar
open={this.props.querypanelEnabled}
sidebar={this.renderQueryPanel()}
sidebarClassName="query-form-panel-container"
styles={{
sidebar: {
backgroundColor: 'white',
zIndex: 1024,
width: 600
},
Expand Down
Binary file modified web/client/product/assets/img/mapstore-header.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions web/client/themes/default/less/query-panel.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/* query panel */

.query-form-panel-container {
background-color: darken(@ms2-color-background, 2%);
}
#mapstore-drawermenu #toc-query-container {
background-color: darken(@ms2-color-background, 2%);
}
Expand Down
3 changes: 3 additions & 0 deletions web/client/themes/default/less/react-data-grid.less
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,6 @@
margin-right: 5px;
}
}
.ms2-border-layout-body {
background-color: darken(@ms2-color-background, 2%);
}

0 comments on commit d8929cf

Please sign in to comment.