Advertisement
Guest User

Edit iBox properties

a guest
Aug 12th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.86 KB | None | 0 0
  1. /*--This code will change the color of your headers in iBox--*/
  2. .ibox-wrapper .ibox-text h4 {
  3.   color:#fff;
  4.   margin-bottom: 5px;
  5. }
  6.  
  7. /*--This code will change the description text color in iBox--*/
  8. .ibox .ibox-desc {
  9.   color:#fff;
  10.   margin-bottom: 1em;
  11. }
  12.  
  13. /*--This will change the boarder color around the icon--*/
  14. .pl-contrast {
  15.   background:#0DAAD8;
  16. }
  17.  
  18. /*--This will change the boarder icon color on hover--*/
  19. .ibox .ibox-media .ibox-icon-border.media-type-icon:hover {
  20.   background:#F1F1F1;
  21. }
  22.  
  23. /*--This will change the icon color on hover--*/
  24. .ibox .ibox-media .ibox-icon-border.media-type-icon:hover i {
  25.   color: #0DAAD8;
  26. }
  27.  
  28. /*--This is the static color of the icon on load - These are the icons you select for each iBox
  29. --*/
  30. .icon-cloud-upload{color:#fff;}
  31. .icon-windows{color:#fff;}
  32. .icon-exclamation{color:#fff;}
  33. .icon-beer{color:#fff;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement