Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.05 KB | None | 0 0
  1. .topbar {
  2.   background: indianred;
  3.   padding: 8px 0;
  4.   /*height: 50px;*/
  5. }
  6.  
  7. .topbar .network-items .topbar-icon:not(:first-child) {
  8.   background-color: #EEE;
  9.   border-radius: 100%;
  10. }
  11.  
  12. .topbar .network-items .topbar-icon:not(:first-child):hover {
  13.   background-color: #DDD;
  14. }
  15.  
  16. .topbar .topbar-links .search-container input[type=text]:focus {
  17.   border: 1px solid transparent;
  18. }
  19.  
  20. .topbar .topbar-links .search-container input[type=text]:hover {
  21.   /*border-color: rgba(201, 29, 46, 0.5);*/
  22.     border-color: indianred;
  23. }
  24.  
  25. .topbar .network-items .icon-site-switcher:hover {
  26.    border-radius: 20px;
  27. }
  28.  
  29. .topbar .network-items .topbar-icon.icon-inbox {
  30.    margin-left: 10px;
  31. }
  32.  
  33. .topbar .topbar-links .search-container input[type=text] {
  34.   border: 1px solid transparent;
  35. }
  36.  
  37. .topbar .topbar-links .topbar-menu-links a:hover {
  38.   background-color: #C91D2E;
  39.   border-radius: 20px;
  40. }
  41.  
  42. .topbar .topbar-links .profile-me:hover {
  43.   background-color: #C91D2E;
  44.   border-radius: 20px;
  45. }
  46.  
  47. .topbar .yes-hover:hover  {
  48.   background-color: #C91D2E
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement