mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-24 06:55:26 -07:00
optimize colors and padding
This commit is contained in:
parent
6e42f3d894
commit
9e72337fe5
1 changed files with 8 additions and 10 deletions
|
@ -2855,30 +2855,28 @@ a .home-platforms-list-cover-face:hover
|
||||||
max-width: 350px;
|
max-width: 350px;
|
||||||
}
|
}
|
||||||
.circle {
|
.circle {
|
||||||
margin: 0.05rem;
|
|
||||||
display: inline-block;
|
|
||||||
width: 1.55rem;
|
width: 1.55rem;
|
||||||
height: 1.55rem;
|
height: 1.55rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 0.2rem solid white;
|
border: 0.2rem solid #eeeeee;
|
||||||
}
|
}
|
||||||
.circle-quarter {
|
.circle-quarter {
|
||||||
background-image:
|
background-image:
|
||||||
linear-gradient(00deg, #0e253f 50%, transparent 50%),
|
linear-gradient(00deg, #2b2b2b 50%, transparent 50%),
|
||||||
linear-gradient(270deg, #d1d1d1 50%, transparent 50%);
|
linear-gradient(270deg, #eeeeee 50%, transparent 50%);
|
||||||
}
|
}
|
||||||
.circle-half {
|
.circle-half {
|
||||||
background-image:
|
background-image:
|
||||||
linear-gradient(90deg, #0e253f 50%, transparent 50%),
|
linear-gradient(90deg, #2b2b2b 50%, transparent 50%),
|
||||||
linear-gradient(-90deg, #d1d1d1 50%, transparent 50%);
|
linear-gradient(-90deg, #eeeeee 50%, transparent 50%);
|
||||||
}
|
}
|
||||||
.circle-three-quarter {
|
.circle-three-quarter {
|
||||||
background-image:
|
background-image:
|
||||||
linear-gradient(180deg, transparent 50%, #d1d1d1 50%),
|
linear-gradient(180deg, transparent 50%, #eeeeee 50%),
|
||||||
linear-gradient(-90deg, #d1d1d1 50%, transparent 50%);
|
linear-gradient(-90deg, #eeeeee 50%, transparent 50%);
|
||||||
}
|
}
|
||||||
.circle-full {
|
.circle-full {
|
||||||
background: #d1d1d1;
|
background: #eeeeee;
|
||||||
}
|
}
|
||||||
#graph-tabs {
|
#graph-tabs {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue