Guest User

Untitled

a guest
Jan 23rd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. .smYellow {
  2. background-color: rgba(250,243,126, 0.40); // R,G,B,alpha
  3. }
  4.  
  5. .smYellow {
  6. background-color: rgba(250,243,126, 1); // R,G,B,alpha
  7. }
  8.  
  9. .table-list > tbody > tr.selected td > input.smYellow{
  10. background-color: rgba(250,243,126, 1); // put your new matching color here
  11. }
Add Comment
Please, Sign In to add comment