remi icon indicating copy to clipboard operation
remi copied to clipboard

When changing background colour background of textarea does not remain white

Open KenT2 opened this issue 8 years ago • 1 comments

I changed the colour of main window and dialog by editing the div element in styles.css

div { background-color: LightGray; z-index: 0; }

To correct the text area colour which also turned grey I needed to add background-color: white;

to the .TextInput entry

There may be other areas that should remain white, I cannot tell as I do not know what the colour policy is.

KenT2 avatar Dec 17 '16 14:12 KenT2

I have identified that the background of the File Selection Box entries should be white. Unfortunately my CSS is not good enough to correct this as that element does not seem to have a CSS entry.

KenT2 avatar Mar 12 '17 20:03 KenT2