Compare commits
2 Commits
8bc45940fa
...
v1.2.4
Author | SHA1 | Date | |
---|---|---|---|
ec2f903063
|
|||
cd9d68c419
|
@@ -325,7 +325,6 @@ button:focus,
|
||||
select:focus,
|
||||
.editor:focus {
|
||||
border-color: #999999;
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
/* Give disabled text input elements a different background color. */
|
||||
@@ -2325,11 +2324,14 @@ li.ui-tab.ui-tabs-active.ui-state-active.ui-state-hover .ui-tabs-anchor {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.poster:after,
|
||||
.posterarea:before {
|
||||
border-bottom: 1px solid var(--color-code-border);
|
||||
}
|
||||
|
||||
.post_separator:not(:has(+ a#new)) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.whos_online dd:nth-child(even),
|
||||
.whos_online dd:nth-child(odd) {
|
||||
border-top-color: var(--color-code-border);
|
||||
|
@@ -271,7 +271,7 @@
|
||||
}
|
||||
|
||||
.i-menu::before {
|
||||
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23222222' viewBox='0 0 32 32'%3E%3Cpath d='M2 6h28v6H2zm0 8h28v6H2zm0 8h28v6H2z'/%3E%3C/svg%3E");
|
||||
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23777777' viewBox='0 0 32 32'%3E%3Cpath d='M2 6h28v6H2zm0 8h28v6H2zm0 8h28v6H2z'/%3E%3C/svg%3E");
|
||||
}
|
||||
|
||||
/* From Font Awesome */
|
||||
|
@@ -6611,7 +6611,7 @@ a > i {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.poster:after, .posterarea:before {
|
||||
.posterarea:before {
|
||||
display: block;
|
||||
clear: both;
|
||||
padding-bottom: 3px;
|
||||
|
Reference in New Issue
Block a user