Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.65 KB | None | 0 0
  1. .so-header .-logo:hover {
  2.   background-color: #eee;  
  3. }
  4.  
  5. .topbar {
  6.   background: indianred;
  7.   color: black;
  8. }
  9.  
  10. .topbar-icon {
  11.   color: white;
  12. }
  13.  
  14. .topbar .topbar-links .search-container input[type=text]:focus {
  15.   border: 1px solid #C91D2E;
  16. }
  17.  
  18. .topbar .topbar-links .search-container input[type=text]:hover {
  19.   border-color: rgba(201, 29, 46, 0.5);
  20. }
  21.  
  22. .search-container input[type=text] {
  23.   border: 1px solid #C91D2E;
  24. }
  25.  
  26. .topbar .topbar-links .topbar-menu-links a:hover {
  27.   background-color: #C91D2E
  28. }
  29.  
  30. .topbar .topbar-links .profile-me:hover {
  31.   background-color: #C91D2E
  32. }
  33.  
  34. .topbar .yes-hover:hover  {
  35.   background-color: #C91D2E
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement