Text Scroll

You must welcome, Thank you for visiting my blog.

Search This Blog

Monday, July 6, 2020

Custom CSS used in CRM form, using GUID of tab fields, in ms crm

/* Start*/

#\{ae3bfdde-3c26-4b99-b545-c407125209d4\}{
border-collapse:collapse !important;
}

#\{ae3bfdde-3c26-4b99-b545-c407125209d4\},#\{ae3bfdde-3c26-4b99-b545-c407125209d4\}>tbody>tr,#\{ae3bfdde-3c26-4b99-b545-c407125209d4\}>tbody>tr>td{
border:.1px solid black !important;
}

#\{ae3bfdde-3c26-4b99-b545-c407125209d4\}>tbody>tr:nth-child(2),#\{ae3bfdde-3c26-4b99-b545-c407125209d4\}>tbody>tr:nth-last-child(1){
display: none !important;
}

#\{ae3bfdde-3c26-4b99-b545-c407125209d4\}>tbody>tr:nth-child(odd), #\{ae3bfdde-3c26-4b99-b545-c407125209d4\}>tbody>tr:nth-child(odd)>div.ms-crm-Inline-GradientMask {
    background: #f3f3f3 !important;
}

#\{aadde8ad-ad76-713c-ccad-cb4751d4a048\}{
border-collapse:collapse !important;
}

#\{aadde8ad-ad76-713c-ccad-cb4751d4a048\},#\{aadde8ad-ad76-713c-ccad-cb4751d4a048\}>tbody>tr,#\{aadde8ad-ad76-713c-ccad-cb4751d4a048\}>tbody>tr>td{
border:.1px solid black !important;
}

#\{aadde8ad-ad76-713c-ccad-cb4751d4a048\}>tbody>tr:nth-child(2),#\{aadde8ad-ad76-713c-ccad-cb4751d4a048\}>tbody>tr:nth-last-child(1){
/*display: none !important;*/
}

#\{aadde8ad-ad76-713c-ccad-cb4751d4a048\}>tbody>tr:nth-last-child(1){
display: none !important;
}

#\{aadde8ad-ad76-713c-ccad-cb4751d4a048\}>tbody>tr:nth-child(odd), #\{aadde8ad-ad76-713c-ccad-cb4751d4a048\}>tbody>tr:nth-child(odd)>div.ms-crm-Inline-GradientMask {
    background: #f3f3f3 !important;
}

#WebResource_Check_Label_d{
height : 30px !important;
}

#\{aadde8ad-ad76-713c-ccad-cb4751d4a048\}.ms-crm-FormSection {
    width: 80%;
}

#\{aadde8ad-ad76-713c-ccad-cb4751d4a048\}.ms-crm-FormSection>tbody>tr>td{
    min-width: 150px !important;
    max-width: 300px !important;
}

iframe#WebResource_Check_Label_d {
    max-width: 351px !important;
    width: 100% !important;
}

/* End */

#\{60734c58-6217-32e3-d5ed-a9c0487c635c\} {
  width: 100%;
  table-layout: fixed;
}

#\{60734c58-6217-32e3-d5ed-a9c0487c635c\}{
border-collapse:collapse !important;
}

#\{60734c58-6217-32e3-d5ed-a9c0487c635c\},#\{60734c58-6217-32e3-d5ed-a9c0487c635c\}>tbody>tr,#\{60734c58-6217-32e3-d5ed-a9c0487c635c\}>tbody>tr>td{
border:.1px solid black !important;
}

#\{60734c58-6217-32e3-d5ed-a9c0487c635c\}>tbody>tr:nth-child(odd), #\{60734c58-6217-32e3-d5ed-a9c0487c635c\}>tbody>tr:nth-child(odd)>div.ms-crm-Inline-GradientMask {
    background: #f3f3f3 !important;
}

#\{60734c58-6217-32e3-d5ed-a9c0487c635c\}>tbody>tr:nth-last-child(1){
display: none !important;
}

#\{60734c58-6217-32e3-d5ed-a9c0487c635c\}>tbody>tr>td:nth-child(3){
width: 4% ; 
}
#\{60734c58-6217-32e3-d5ed-a9c0487c635c\}>tbody>tr>td:nth-child(4){
width: 70% ;
}

#\{60734c58-6217-32e3-d5ed-a9c0487c635c\}>tbody>tr>td:nth-child(2){
width: 20% ; 
}

/* O  Start */

#\{b795af38-e3e5-4c8e-afcd-39028c5dbe79\} {
  width: 80%;
  table-layout: fixed;
}

#\{b795af38-e3e5-4c8e-afcd-39028c5dbe79\}{
border-collapse:collapse !important;
}

#\{b795af38-e3e5-4c8e-afcd-39028c5dbe79\},#\{b795af38-e3e5-4c8e-afcd-39028c5dbe79\}>tbody>tr,#\{b795af38-e3e5-4c8e-afcd-39028c5dbe79\}>tbody>tr>td{
border:.1px solid black !important;
}

#\{b795af38-e3e5-4c8e-afcd-39028c5dbe79\}>tbody>tr:nth-child(odd), #\{b795af38-e3e5-4c8e-afcd-39028c5dbe79\}>tbody>tr:nth-child(odd)>div.ms-crm-Inline-GradientMask {
    background: #f3f3f3 !important;
}

#\{b795af38-e3e5-4c8e-afcd-39028c5dbe79\}>tbody>tr:nth-last-child(1){
display: none !important;
}

iframe#WebResource_rat_complaint_label {
    width: 100% !important;
}

/* O  End */

No comments:

Post a Comment