|
@@ -182,7 +182,7 @@ export const PNSPS_THEME = createTheme({ |
|
|
input: { |
|
|
input: { |
|
|
padding: '10.5px 14px 10.5px 12px', |
|
|
padding: '10.5px 14px 10.5px 12px', |
|
|
'&.MuiOutlinedInput-input.Mui-disabled': { |
|
|
'&.MuiOutlinedInput-input.Mui-disabled': { |
|
|
WebkitTextFillColor: '#888888', |
|
|
|
|
|
|
|
|
WebkitTextFillColor: 'rgba(0, 0, 0, 1)', |
|
|
}, |
|
|
}, |
|
|
color: 'rgba(0, 0, 0, 0.85)' |
|
|
color: 'rgba(0, 0, 0, 0.85)' |
|
|
}, |
|
|
}, |
|
@@ -239,7 +239,8 @@ export const PNSPS_THEME = createTheme({ |
|
|
//padding: '1px', // Adjust the padding as needed |
|
|
//padding: '1px', // Adjust the padding as needed |
|
|
}, |
|
|
}, |
|
|
'& .MuiInputBase-input:disabled': { |
|
|
'& .MuiInputBase-input:disabled': { |
|
|
color: 'rgba(0, 0, 0, 0.8)', |
|
|
|
|
|
|
|
|
color: 'rgba(0, 0, 0, 1)', |
|
|
|
|
|
backgroundColor: "#f8f8f8", |
|
|
//backgroundColor: '#777777', // Set background color to #777777 for disabled state |
|
|
//backgroundColor: '#777777', // Set background color to #777777 for disabled state |
|
|
//color: '#010101', // Set text color to #111111 for disabled state |
|
|
//color: '#010101', // Set text color to #111111 for disabled state |
|
|
}, |
|
|
}, |
|
|