Update the styling to use the set of grays defined in the WIP style guide.

This commit is contained in:
Shruti B Iyer
2017-06-07 13:57:49 +01:00
committed by Dave Page
parent 495a3cedb0
commit 0d05385585
12 changed files with 257 additions and 16 deletions

View File

@@ -349,9 +349,9 @@ li {
}
#datagrid .slick-header .slick-header-column.ui-state-default {
color: #ffffff;
color: #222222;
padding: 4px 0 4px 6px;
background-color: #2c76b4;
background-color: #e8e8e8;
border-bottom: 1px solid black;
}
@@ -432,7 +432,7 @@ input.editor-checkbox:focus {
/* color the first column */
.sr .sc:first-child {
background-color: #2c76b4;
background-color: #e8e8e8;
}
#datagrid div.slick-header.ui-state-default {

View File

@@ -1718,7 +1718,7 @@ define([
self.gridView.query_tool_obj.setOption("readOnly", 'nocursor');
var cm = self.gridView.query_tool_obj.getWrapperElement();
if (cm) {
cm.className += ' cm_disabled';
cm.className += ' bg-gray-1 opacity-5';
}
self.disable_tool_buttons(true);
self._execute_data_query();