mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-15 19:22:21 -06:00
Fix a couple of missing greys.
This commit is contained in:
parent
63c093248d
commit
88737248ab
@ -1003,7 +1003,7 @@ define([
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
createButtons(buttons, 'header', 'pg-prop-btn-group-above');
|
createButtons(buttons, 'header', 'pg-prop-btn-group-above bg-gray-2 border-gray-3');
|
||||||
}
|
}
|
||||||
j.append(content);
|
j.append(content);
|
||||||
}.bind(panel),
|
}.bind(panel),
|
||||||
@ -1243,7 +1243,7 @@ define([
|
|||||||
setTimeout(function() { editFunc.call(); }, 0);
|
setTimeout(function() { editFunc.call(); }, 0);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}],'footer' ,'pg-prop-btn-group-below');
|
}],'footer' ,'pg-prop-btn-group-below bg-gray-2 border-gray-3');
|
||||||
};
|
};
|
||||||
|
|
||||||
// Create status bar.
|
// Create status bar.
|
||||||
|
Loading…
Reference in New Issue
Block a user