mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 14:13:40 -07:00
change fillup orientation to clockwise
This commit is contained in:
parent
5a5fe76a27
commit
0647c97c47
1 changed files with 2 additions and 2 deletions
|
@ -2865,7 +2865,7 @@ a .home-platforms-list-cover-face:hover
|
||||||
.circle-quarter {
|
.circle-quarter {
|
||||||
background-image:
|
background-image:
|
||||||
linear-gradient(00deg, #0e253f 50%, transparent 50%),
|
linear-gradient(00deg, #0e253f 50%, transparent 50%),
|
||||||
linear-gradient(90deg, #d1d1d1 50%, transparent 50%);
|
linear-gradient(270deg, #d1d1d1 50%, transparent 50%);
|
||||||
}
|
}
|
||||||
.circle-half {
|
.circle-half {
|
||||||
background-image:
|
background-image:
|
||||||
|
@ -2875,7 +2875,7 @@ a .home-platforms-list-cover-face:hover
|
||||||
.circle-three-quarter {
|
.circle-three-quarter {
|
||||||
background-image:
|
background-image:
|
||||||
linear-gradient(180deg, transparent 50%, #d1d1d1 50%),
|
linear-gradient(180deg, transparent 50%, #d1d1d1 50%),
|
||||||
linear-gradient(90deg, #d1d1d1 50%, transparent 50%);
|
linear-gradient(-90deg, #d1d1d1 50%, transparent 50%);
|
||||||
}
|
}
|
||||||
.circle-full {
|
.circle-full {
|
||||||
background: #d1d1d1;
|
background: #d1d1d1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue