cancel
Showing results for 
Search instead for 
Did you mean: 

Background of input-field in 7.31 not changeable

sergej_heinrich
Explorer
0 Kudos

Hi everyone,

since the last update of our portal to 7.31.3301.368423.20141212122425 we have on every input and textarea-field an background-image:

.urTedWhlEnbl {

     url(../common/inputfield/input_bg.gif?...);

}

How can I remove the background-image? In the theme-editor I can change the background-color of input-fields, but not the image.

Someone an idea? We not have access to the filesystem. If we let change the css in the file-system, what happen at the next update?

Best regards,

Sergej Heinrich

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hi Sergej

I am having the same issue as you. How did you resolve it?

Regards

Clayton

sergej_heinrich
Explorer
0 Kudos

Hi Clayton,

we had upgrade to 7.4 and the problem does not appear anymore.

Hope you will find a solution.

Regards,

Sergej

Former Member
0 Kudos

Hi All.

Greetings

Regarding the issue 

Please try to change the background-image by the tool mentioned in SAP Note

  1752515 - Updating Customer Theme Parameters Not Exposed in the Theme Editor.

Thanks And Regards

Biraj Das

SAP Active Global Support

Former Member
0 Kudos

I am currently facing the same issue after upgrade to 7.31. Text area fields have a repeating background image of a straight line.

Any help on how to fix this would be much appreciated.

Before

After

former_member186852
Contributor
0 Kudos

Hi....

Please check Note 1446099 or raise the OSS they will ask you to update some patches .

This is the only way to resolve this issue.

Please let me know still you need any help.

Thanks & Regards,

Meghal Shah

0 Kudos

HI Mitchell

Did you end up solving this issue? If so how did you solve it?

Regards

Clayton

0 Kudos

Hi Clyton,

SAP recommended several portal patches and notes to review. After following all their instructions the issue remained.

I did however come up with my own solution, by adding CSS to the element in the theme editor.

1. Go to: Portal -> Developer -> Themes

2. Select theme to edit and all elements. Click 'Open'.

(Note: this step will give an error in Chrome. Requires IE.)

3. When the theme opens, use the scroll section on the left hand side to find 'Simple Elements'.

4. Click on 'Labels and Fields'.

5. In 'Standard Input Fields' add the following code after the colour in the 'Background Color of Input Field' box

; background-image: none !important

Note that the semi colon is required at the start after the colour (ie: #FFFFFF; ) but not at the end.

Hope that works for you.

0 Kudos

Thank you Mitchell

It worked.