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.
22 lines
376 B
22 lines
376 B
.rwmb-image-select {
|
|
display: inline-block;
|
|
width: 80px;
|
|
height: 80px;
|
|
float: left;
|
|
margin: 0 10px 10px 0;
|
|
border: 3px solid #d8d8d8;
|
|
border-radius: 3px;
|
|
padding: 1px;
|
|
}
|
|
.rwmb-image-select img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.rwmb-image-select:hover,
|
|
.rwmb-image-select.rwmb-active {
|
|
border-color: #0074a2;
|
|
}
|
|
.rwmb-image_select.rwmb-image_select {
|
|
display: none;
|
|
}
|