Advertisement
Guest User

StackExchange top bar, minimal

a guest
Dec 10th, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. .topbar {
  2.   background-color: #ffffff !important;
  3. }
  4. .topbar-icon:hover, .topbar-icon-on:hover, .profile-me:hover, .topbar-menu-links a:hover  {
  5.     background-color: #ddd !important;
  6.     color: #999 !important;
  7.   }
  8. .topbar-icon, .topbar-icon-on  {
  9.    width: 30px !important;
  10.    opacity: 0.6;
  11.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement