mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed some issues related to z-index and color.
This commit is contained in:
parent
8f8adcf71b
commit
8ce7ccb031
@ -72,7 +72,7 @@ const useStyles = makeStyles((theme) => ({
|
|||||||
cursor: 'pointer'
|
cursor: 'pointer'
|
||||||
},
|
},
|
||||||
link: {
|
link: {
|
||||||
color: theme.otherVars.stepFg + '!important',
|
color: theme.palette.text.primary + '!important',
|
||||||
},
|
},
|
||||||
cardColumn: {
|
cardColumn: {
|
||||||
flex: '0 0 100%',
|
flex: '0 0 100%',
|
||||||
|
@ -60,7 +60,7 @@ module.exports = Alertify.dialog('fileSelectionDlg', function() {
|
|||||||
|
|
||||||
// Add our class to alertify
|
// Add our class to alertify
|
||||||
$(this.elements.body.childNodes[0]).addClass('alertify_tools_dialog_properties');
|
$(this.elements.body.childNodes[0]).addClass('alertify_tools_dialog_properties');
|
||||||
|
$(this.elements.root).css('z-index', 3002);
|
||||||
$.get(url_for('file_manager.index'), function(data) {
|
$.get(url_for('file_manager.index'), function(data) {
|
||||||
content.append(data);
|
content.append(data);
|
||||||
});
|
});
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/* Overrides alertify js headers */
|
/* Overrides alertify js headers */
|
||||||
.alertify {
|
.alertify {
|
||||||
z-index: 3002;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
||||||
.ajs-header {
|
.ajs-header {
|
||||||
|
Loading…
Reference in New Issue
Block a user