You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
584 B
41 lines
584 B
4 months ago
|
.rteImage {
|
||
|
background: #D3D3D3;
|
||
|
border: 1px solid #D3D3D3;
|
||
|
cursor: pointer;
|
||
|
cursor: hand;
|
||
|
}
|
||
|
|
||
|
.rteImageRaised, .rteImage:hover {
|
||
|
background: #D3D3D3;
|
||
|
border: 1px outset;
|
||
|
cursor: pointer;
|
||
|
cursor: hand;
|
||
|
}
|
||
|
|
||
|
.rteImageLowered, .rteImage:active {
|
||
|
background: #D3D3D3;
|
||
|
border: 1px inset;
|
||
|
cursor: pointer;
|
||
|
cursor: hand;
|
||
|
}
|
||
|
|
||
|
.rteVertSep {
|
||
|
margin: 0 4px 0 4px;
|
||
|
}
|
||
|
|
||
|
.rteBack {
|
||
|
background: #D3D3D3;
|
||
|
border: 1px outset;
|
||
|
letter-spacing: 0;
|
||
|
padding: 2px;
|
||
|
}
|
||
|
|
||
|
.rteBack tbody tr td, .rteBack tr td {
|
||
|
background: #D3D3D3;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
.rteDiv {
|
||
|
display: block;
|
||
|
position: relative;
|
||
|
}
|