Advertisement
Guest User

Untitled

a guest
May 3rd, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. diff --git a/skins/default/programming.css b/skins/default/programming.css
  2. index 3474a6b..62cc9b3 100644
  3. --- a/skins/default/programming.css
  4. +++ b/skins/default/programming.css
  5. @@ -101,6 +101,10 @@
  6. .ManualOverride { color: #D03060; }
  7. .Overlap { color: #FF0000; }
  8.  
  9. +.type_movie { background-color: #809090; }
  10. +.type_series { }
  11. +.type_tvshow { }
  12. +
  13. .cat_Action { background-color: #906020; }
  14. .cat_Adult { background-color: #702020; }
  15. .cat_Animals { background-color: #609060; }
  16. @@ -134,10 +138,6 @@
  17. .cat_Western { background-color: #806040; }
  18. .cat_Unknown { background-color: #303030; }
  19.  
  20. -.type_movie { background-color: #809090 !important; }
  21. -.type_series { }
  22. -.type_tvshow { }
  23. -
  24. /* deprecated show categories that need to be integreted into the above list via regex, or have new categories created for them */
  25. .tv_Cine { background-color: blue; }
  26. .tv_Classic { background-color: gray; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement