mirror of
https://github.com/YGGverse/mb.git
synced 2026-03-31 17:15:28 +00:00
highlight last post
This commit is contained in:
parent
8031d37973
commit
ba2bd3d4f5
1 changed files with 10 additions and 4 deletions
|
|
@ -108,7 +108,7 @@ header > form > input {
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
color: var(--default);
|
color: var(--default);
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
opacity: 0.9;
|
opacity: .9;
|
||||||
}
|
}
|
||||||
|
|
||||||
form > input:hover {
|
form > input:hover {
|
||||||
|
|
@ -156,7 +156,7 @@ main > form > textarea {
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
opacity: 0.9;
|
opacity: .9;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
@ -169,7 +169,7 @@ main > form > input {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
float: right;
|
float: right;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
opacity: 0.9;
|
opacity: .9;
|
||||||
padding: 7px 16px;
|
padding: 7px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -190,9 +190,15 @@ main > div {
|
||||||
background-color: var(--item);
|
background-color: var(--item);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
|
opacity: .9;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main > div:first-child {
|
||||||
|
font-size: 116%;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
/* item row meta, controls */
|
/* item row meta, controls */
|
||||||
main > div > div {
|
main > div > div {
|
||||||
border-top: 1px solid var(--separator);
|
border-top: 1px solid var(--separator);
|
||||||
|
|
@ -215,7 +221,7 @@ main > div > div > ul > li > span {
|
||||||
color: white;
|
color: white;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
opacity: 0.7;
|
opacity: .7;
|
||||||
}
|
}
|
||||||
|
|
||||||
main > div > div > ul > li > span:hover {
|
main > div > div > ul > li > span:hover {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue