Show full text of comment on hover in catalog.
This commit is contained in:
parent
e103f0bcfb
commit
28a2f35f92
@ -30,6 +30,12 @@
|
|||||||
background-color: #D6DAF0;
|
background-color: #D6DAF0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Catalog */
|
||||||
|
:root.burichan .catalog-thread:hover {
|
||||||
|
background-color: #D6DAF0;
|
||||||
|
outline: 1px solid #B7C5D9;
|
||||||
|
}
|
||||||
|
|
||||||
/* Quote */
|
/* Quote */
|
||||||
:root.burichan .backlink.deadlink {
|
:root.burichan .backlink.deadlink {
|
||||||
color: #34345C !important;
|
color: #34345C !important;
|
||||||
|
|||||||
@ -30,6 +30,12 @@
|
|||||||
background-color: #F0E0D6;
|
background-color: #F0E0D6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Catalog */
|
||||||
|
:root.futaba .catalog-thread:hover {
|
||||||
|
background-color: #F0E0D6;
|
||||||
|
outline: 1px solid #D9BFB7;
|
||||||
|
}
|
||||||
|
|
||||||
/* Quote */
|
/* Quote */
|
||||||
:root.futaba .backlink.deadlink {
|
:root.futaba .backlink.deadlink {
|
||||||
color: #00E !important;
|
color: #00E !important;
|
||||||
|
|||||||
@ -31,6 +31,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Catalog */
|
/* Catalog */
|
||||||
|
:root.photon .catalog-thread:hover {
|
||||||
|
background-color: #DDD;
|
||||||
|
outline: 1px solid #CCC;
|
||||||
|
}
|
||||||
:root.photon .catalog-code {
|
:root.photon .catalog-code {
|
||||||
background-color: rgba(150, 150, 150, 0.2);
|
background-color: rgba(150, 150, 150, 0.2);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -742,6 +742,11 @@ div[data-checked="false"] > .suboption-list {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.catalog-thread:hover > .comment {
|
||||||
|
overflow: visible;
|
||||||
|
z-index: 1;
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
/* /tg/ dice rolls */
|
/* /tg/ dice rolls */
|
||||||
.board_tg .catalog-thread > .comment > b {
|
.board_tg .catalog-thread > .comment > b {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|||||||
@ -27,6 +27,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Catalog */
|
/* Catalog */
|
||||||
|
:root.tomorrow .catalog-thread:hover {
|
||||||
|
background-color: #282A2E;
|
||||||
|
outline: 1px solid #111;
|
||||||
|
}
|
||||||
:root.tomorrow .catalog-code {
|
:root.tomorrow .catalog-code {
|
||||||
background-color: rgba(255, 255, 255, 0.1);
|
background-color: rgba(255, 255, 255, 0.1);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -30,6 +30,12 @@
|
|||||||
background-color: #D6DAF0;
|
background-color: #D6DAF0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Catalog */
|
||||||
|
:root.yotsuba-b .catalog-thread:hover {
|
||||||
|
background-color: #D6DAF0;
|
||||||
|
outline: 1px solid #B7C5D9;
|
||||||
|
}
|
||||||
|
|
||||||
/* Quote */
|
/* Quote */
|
||||||
:root.yotsuba-b .backlink.deadlink {
|
:root.yotsuba-b .backlink.deadlink {
|
||||||
color: #34345C !important;
|
color: #34345C !important;
|
||||||
|
|||||||
@ -30,6 +30,12 @@
|
|||||||
background-color: #F0E0D6;
|
background-color: #F0E0D6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Catalog */
|
||||||
|
:root.yotsuba .catalog-thread:hover {
|
||||||
|
background-color: #F0E0D6;
|
||||||
|
outline: 1px solid #D9BFB7;
|
||||||
|
}
|
||||||
|
|
||||||
/* Quote */
|
/* Quote */
|
||||||
:root.yotsuba .backlink.deadlink {
|
:root.yotsuba .backlink.deadlink {
|
||||||
color: #00E !important;
|
color: #00E !important;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user