50 lines
1.0 KiB
CSS
50 lines
1.0 KiB
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: #222;
|
|
}
|
|
|
|
.isso-postbox .textarea {
|
|
color: #222;
|
|
}
|
|
|
|
.isso-postbox .preview {
|
|
color: #000;
|
|
}
|
|
|
|
.isso-comment > div.text-wrapper > .isso-comment-header .author {
|
|
font-weight: bold;
|
|
color: #222;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
#isso-thread img {
|
|
border-radius: 50%;
|
|
}
|