kingfisher_pro.css 629 B

123456789101112131415161718192021222324
  1. .ug-gallery-wrapper .ug-slider-wrapper {
  2. background-color: rgb(245, 245, 245);
  3. overflow: hidden;
  4. position: absolute;
  5. z-index: 1;
  6. }
  7. .ug-gallery-wrapper .ug-strip-panel {
  8. background-color: rgb(245, 245, 245);
  9. position: absolute;
  10. z-index: 2;
  11. }
  12. #o_shop_collapse_category li a {
  13. display: inline-block;
  14. width: 80%;
  15. padding-left: 3px; }
  16. #o_shop_collapse_category li i.fa {
  17. cursor: pointer; }
  18. /*--- V10 patch --*/
  19. .o_my_status_table .btn-primary{color:#fff !important;}
  20. .o_my_status_table .btn-primary:hover{color:#333!important;}
  21. .o_my_sidebar .btn-default:hover{color:#fff !important;}