Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.57 KB | None | 0 0
  1. /* selector elemento con clase header y atributo data-columnid = XXX  */
  2. #table .headerRow div.cell.header.read[data-columnid="fldwW9XmscXnoakU0"] {
  3.     background-color: #2cb550 !important;
  4. }
  5.  
  6. /* selectocionamos todos los span descendientes de elemento con clase header y atributo data-columnid = XXX  */
  7. #table .headerRow div.cell.header.read[data-columnid="fldwW9XmscXnoakU0"] span {
  8.     color: white;
  9.     font-weight: bold;
  10. }
  11.  
  12. .cell[data-columnid="fldwW9XmscXnoakU0"] {
  13.     border-left: 2px solid #2cb550 !important;
  14.     border-right: 2px solid #2cb550 !important;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement