Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1.  
  2. #cockpit-sidebar {
  3. background: #fafafa;
  4. border-right: 1px solid #d0d0d0;
  5. }
  6.  
  7. #cockpit-sidebar .list-group .list-group-item {
  8. background: transparent;
  9. border-color: transparent;
  10. }
  11. #cockpit-sidebar .list-group .active {
  12. background: #0099d3;
  13. border-color: #0076b7;
  14. color: #fff;
  15. border-right: transparent;
  16.  
  17. #cockpit-sidebar .list-group .list-group-item:first-child {
  18. background: #e4e4e4;
  19. border-bottom: 1px solid #cbcbcb;
  20. padding-bottom: 10px;
  21. }
  22.  
  23. #cockpit-sidebar .list-group .list-group-item:first-child span {
  24. font-weight: bold;
  25. font-size: 14px;
  26. }
  27.  
  28. #cockpit-sidebar .list-group .list-group-item:hover {
  29. background: #d4edfa;
  30. border-color: #b3d3e7;
  31. border-right-color: transparent;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement