You are here

ImageInserter.css in Insert 8

.insert-button-wrapper {
  display: inline-block;
  position: relative;
}

.insert-button-wrapper .insert-button-overlay {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.insert-required {
  outline: 2px solid red;
}

File

css/ImageInserter.css
View source
  1. .insert-button-wrapper {
  2. display: inline-block;
  3. position: relative;
  4. }
  5. .insert-button-wrapper .insert-button-overlay {
  6. display: none;
  7. height: 100%;
  8. position: absolute;
  9. width: 100%;
  10. z-index: 10;
  11. }
  12. .insert-required {
  13. outline: 2px solid red;
  14. }