Disable field style in ie8 and higer

Discussions about Forms Designer for SharePoint 2010.
Locked
User avatar
Дмитрий Фоломеев
Posts: 13
Joined: Tue Nov 25, 2014

18 Mar 2015

How can I change of style disable field Internet Explorer? Is necessary to make a different background color (red) from the disable fields on the form. There is information that for IE work only CSS2: /* CSS2 selector */
input[disabled]{
color:red
}
How can it use in Forms Disigner?

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

19 Mar 2015

Do you need to change background of disabled fields? If so, please, try the following CSS:

Code: Select all

input[disabled="disabled"] {
    background: red;
}

User avatar
Дмитрий Фоломеев
Posts: 13
Joined: Tue Nov 25, 2014

19 Mar 2015

ok, it work!

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 4 guests