mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Update default.css
pointer on hover on label for descexpansionbutton
This commit is contained in:
parent
4659e27b56
commit
ed8f02ef01
1 changed files with 4 additions and 4 deletions
|
@ -504,15 +504,15 @@ hr {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#descexpansionbutton:hover {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
#descexpansionbutton ~ label {
|
#descexpansionbutton ~ label {
|
||||||
order: 1;
|
order: 1;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label[for="descexpansionbutton"]:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
/* Bidi (bidirectional text) support */
|
/* Bidi (bidirectional text) support */
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
|
|
Loading…
Reference in a new issue