ImageHandler.css in Insert 8.2
.insert-rotate,
.insert-align {
margin-right: 1em;
}
.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/ImageHandler.css
View source
- .insert-rotate,
- .insert-align {
- margin-right: 1em;
- }
-
- .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;
- }