Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. string path_to_default_css = HttpContext.Current.Server.MapPath("~/assets/test.css");
  2. string cssdefault = sr.ReadToEnd();
  3.  
  4. cssdefault.Replace("#252830","#000000);
  5.  
  6. .slider-handle {
  7. position: absolute;
  8. width: 20px;
  9. height: 20px;
  10. background-color: #252830;
  11. background-image: -webkit-linear-gradient(top, #252830 0%, #252830 100%);
  12. background-image: -o-linear-gradient(top, #252830 0%, #252830 100%);
  13. background-image: linear-gradient(to bottom, #252830 0%, #252830 100%);
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement