Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. /* I have my CGridView inside a Div #raw
  2.     I'm trying to format it to look
  3.     different but there is something wrong with my syntax in the #raw head part
  4. */
  5.  
  6. #raw .summary
  7. {
  8.     background-color: #78889e;
  9.     color: #ffffff;
  10. }
  11.  
  12. #raw thead
  13. {
  14.     background-color: #78889e;
  15.     color: #ffffff;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement