15 lines
282 B
CSS
15 lines
282 B
CSS
li#menu-posts-checker img {
|
|
width: 18px;
|
|
}
|
|
li#menu-posts-checker ul > li:nth-child(5) > a {
|
|
color: #00ff00;
|
|
}
|
|
.pointer {
|
|
cursor: pointer;
|
|
}
|
|
.dw-checker-post-table-input {
|
|
height: 38px;
|
|
border-radius: .25em;
|
|
padding: 0.25em .5em;
|
|
border: 1px solid #ccc;
|
|
} |