You are here

bynder.formatter.css in Bynder 8.2

.bynder-wrapper {
    position: relative;
}

.usage-image {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: auto;
    height: 20%;
    min-height: 35px;
    max-height: 50px;
}

.bynder-wrapper:hover .usage-image {
    visibility: visible;
}

.bynder-tooltip {
    background: white !important;
}

File

css/bynder.formatter.css
View source
  1. .bynder-wrapper {
  2. position: relative;
  3. }
  4. .usage-image {
  5. position: absolute;
  6. top: 0;
  7. left: 0;
  8. visibility: hidden;
  9. width: auto;
  10. height: 20%;
  11. min-height: 35px;
  12. max-height: 50px;
  13. }
  14. .bynder-wrapper:hover .usage-image {
  15. visibility: visible;
  16. }
  17. .bynder-tooltip {
  18. background: white !important;
  19. }