You are here

acquia_lift.inputs.css in Acquia Lift Connector 7.2

Style elements that have specialized input features.

File

css/acquia_lift.inputs.css
View source
  1. /**
  2. * @file
  3. * Style elements that have specialized input features.
  4. */
  5. /**************************************
  6. * Revealing input
  7. **************************************/
  8. .acquia-lift-revealing-input .acquia-lift-revealer,
  9. .acquia-lift-revealing-input input,
  10. .acquia-lift-revealing-input .acquia-lift-reveal-value {
  11. float: left; /* LTR */
  12. }
  13. /* Show the edit icon for the revealer */
  14. .acquia-lift-revealing-input .acquia-lift-revealer {
  15. display: block;
  16. background-size: 24px;
  17. width: 24px;
  18. height: 24px;
  19. background-image: url(../images/0F93DE/edit.png);
  20. text-indent: -9999px;
  21. overflow: hidden;
  22. margin-left: .5em; /* LTR */
  23. }
  24. .acquia-lift-revealing-input .acquia-lift-revealer,
  25. .acquia-lift-revealing-input .acquia-lift-reveal-value {
  26. cursor: pointer;
  27. }