casper-modified-ghost-theme/assets/css/isso.css

38 lines
911 B
CSS

.isso-postbox > .form-wrapper > .auth-section .post-action > input:hover {
background-color: #ddd;
}
.isso-postbox > .form-wrapper > .auth-section .input-wrapper input {
padding: 0.5rem;
max-width: 100%;
border-radius: 3px;
background-color: #fff;
line-height: 1.4em;
border: 1px solid rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
margin-right: 0.5rem;
color: #666;
}
.isso-comment > div.text-wrapper > .isso-comment-header .author {
font-weight: bold;
color: #666;
}
.isso-postbox > .form-wrapper > .auth-section .post-action > input {
padding: 0.5rem 1rem !important;
border-radius: 2px;
border: 1px solid #ccc;
background-color: #ddd;
cursor: pointer;
outline: 0;
line-height: 1.4em;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
color: #222;
}
#isso-thread > h4 {
color: #777;
font-weight: bold;
}