Hi there,
We are using mutliple hundreds forms in our application and recently switched to smartclient 11.
Therefore we have noticed the enhancements you have made.
We have found one enhancement by now which reduces the readability of the formItems
Smartclietn 10.1:
Smartclient 11:
Because the color of the formItem has changed the items are harder to read.
We would like to change the color back to "black".
Is there any high-level definition of the color in the FormItem?
The formItem itself has no specific api for the color (http://www.smartclient.com/docs/rele...lass..FormItem), so I also cannot work with isc.FormItem.addProperties.
Do I only have to replace this part of the skin_styles.css to increase the readability back to a better default value (#000). Will I get all input-boxes where this color is
Also I want to vote for an increase of readability and change this value back to black and not #555 as default.
Best Regards
We are using mutliple hundreds forms in our application and recently switched to smartclient 11.
Therefore we have noticed the enhancements you have made.
We have found one enhancement by now which reduces the readability of the formItems
Smartclietn 10.1:
Smartclient 11:
Because the color of the formItem has changed the items are harder to read.
We would like to change the color back to "black".
Is there any high-level definition of the color in the FormItem?
The formItem itself has no specific api for the color (http://www.smartclient.com/docs/rele...lass..FormItem), so I also cannot work with isc.FormItem.addProperties.
Do I only have to replace this part of the skin_styles.css to increase the readability back to a better default value (#000). Will I get all input-boxes where this color is
Code:
/* Actual minimalist text */ .textItemLite, .textItemLiteRTL, .textItemLiteFocused, .textItemLiteFocusedRTL, .textItemLiteDisabled, .textItemLiteDisabledRTL, .textItemLiteError, .textItemLiteErrorRTL, .textItemLitePending, .textItemLitePendingRTL, .textItemLitePendingFocused, .textItemLitePendingFocusedRTL, .textItemLitePendingDisabled, .textItemLitePendingDisabledRTL, .textItemLitePendingError, .textItemLitePendingErrorRTL, .textItemLiteHint, .textItemLiteHintRTL, .textItemLiteDisabledHint, .textItemLiteDisabledHintRTL, .selectItemLiteText, .selectItemLiteTextRTL, .selectItemLiteTextFocused, .selectItemLiteTextFocusedRTL, .selectItemLiteTextDisabled, .selectItemLiteTextDisabledRTL, .selectItemLiteTextError, .selectItemLiteTextErrorRTL, .selectItemLiteTextPending, .selectItemLiteTextPendingRTL, .selectItemLiteTextPendingFocused, .selectItemLiteTextPendingFocusedRTL, .selectItemLiteTextPendingDisabled, .selectItemLiteTextPendingDisabledRTL, .selectItemLiteTextPendingError, .selectItemLiteTextPendingErrorRTL, .selectItemLiteTextHint, .selectItemLiteTextHintRTL, .selectItemLiteTextDisabledHint, .selectItemLiteTextDisabledHintRTL { color: #000; }
Also I want to vote for an increase of readability and change this value back to black and not #555 as default.
Best Regards
Comment