Update style.css
This commit is contained in:
parent
979ed4a519
commit
688dbb1764
1 changed files with 3 additions and 1 deletions
|
@ -1564,7 +1564,7 @@ html[lang="ru"] #fork details[open] > summary::after {
|
|||
font-family: "FontAwesomeFree";
|
||||
font-weight: 900;
|
||||
font-size: 0.875rem;
|
||||
content: "\f30c";
|
||||
content: "\f35b";
|
||||
color: #D8000C;
|
||||
}
|
||||
|
||||
|
@ -1586,6 +1586,7 @@ html[lang="ru"] #fork details[open] > summary::after {
|
|||
font-weight: 900;
|
||||
font-size: 0.875rem;
|
||||
content: "\f681";
|
||||
color: #9F6000;
|
||||
}
|
||||
|
||||
/*****************/
|
||||
|
@ -1594,6 +1595,7 @@ html[lang="ru"] #fork details[open] > summary::after {
|
|||
#fork .f-btn-topic-closed {
|
||||
pointer-events: none;
|
||||
cursor: default;
|
||||
color: #D8000C;
|
||||
background-color: #FFBABA;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue