mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Update the styling to use the set of grays defined in the WIP style guide.
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user