Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. .header {
  2. background-color: #f5f5f5 !important;
  3. color: #333 !important;
  4. border-bottom: 1px solid #eee !important;
  5. }
  6.  
  7. .header .header-logo-wordmark,
  8. .header .header-logo-invertocat {
  9. color: #555 !important;
  10. }
  11.  
  12. .header .header-navlink {
  13. color: #555 !important;
  14. }
  15.  
  16. .header .header-navlink:hover,
  17. .header .header-navlink:focus {
  18. color: #333 !important;
  19. }
  20.  
  21. .header-navlink:hover .dropdown-caret,
  22. .header-navlink:focus .dropdown-caret {
  23. border-top-color: #333 !important;
  24. }
  25.  
  26. .header .notification-indicator:hover .mail-status {
  27. fill: #4078c0 !important;
  28. }
  29.  
  30. .header .notification-indicator {
  31. border-color: #f3f3f3 !important;
  32. }
  33.  
  34. .header .form-control,
  35. .header .form-select {
  36. color: #333 !important;
  37. outline: none !important;
  38. }
  39.  
  40. .header .header-search-input::-webkit-input-placeholder {
  41. color: #767676 !important;
  42. }
  43. .header .header-search-wrapper {
  44. background-color: #fff !important;
  45. background-repeat: no-repeat !important;
  46. background-position: right 8px center !important;
  47. border: 1px solid #ddd !important;
  48. border-radius: 3px !important;
  49. }
  50.  
  51. .header .header-search-scope {
  52. font-size: 12px !important;
  53. color: #767676 !important;
  54. border-right: 1px solid #eee !important;
  55. border-top-left-radius: 3px !important;
  56. border-bottom-left-radius: 3px !important;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement