Skip to content

Commit d8929cf

Browse files
committed
Fixed editor and query panel theme style. Optimized images
1 parent da91a45 commit d8929cf

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed
-11.8 KB
Loading

web/client/plugins/QueryPanel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ class QueryPanel extends React.Component {
202202
<Sidebar
203203
open={this.props.querypanelEnabled}
204204
sidebar={this.renderQueryPanel()}
205+
sidebarClassName="query-form-panel-container"
205206
styles={{
206207
sidebar: {
207-
backgroundColor: 'white',
208208
zIndex: 1024,
209209
width: 600
210210
},
-55 KB
Loading

web/client/themes/default/less/query-panel.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
/* query panel */
2+
3+
.query-form-panel-container {
4+
background-color: darken(@ms2-color-background, 2%);
5+
}
26
#mapstore-drawermenu #toc-query-container {
37
background-color: darken(@ms2-color-background, 2%);
48
}

web/client/themes/default/less/react-data-grid.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,6 @@
167167
margin-right: 5px;
168168
}
169169
}
170+
.ms2-border-layout-body {
171+
background-color: darken(@ms2-color-background, 2%);
172+
}

0 commit comments

Comments
 (0)