geofriends: heat-style css for 'progressbar'

master
Tomasz Golinski 2020-10-31 21:49:48 +01:00
rodzic c81912b4b3
commit b52f0f23e6
1 zmienionych plików z 10 dodań i 0 usunięć

10
geo.css
Wyświetl plik

@ -206,6 +206,16 @@ td.dt_null {
background-color: #8AC;
}
.friendbar > .bar,
.friendbar > .bar > .text {
height: 10px;
}
.friendbar > .bar:after {
background: linear-gradient( to right, rgba(0,0,255,1) 0%, rgba(0,255,0,1) 50%, rgba(255,0,0,1) 100%);
background-size: 500px;
}
/* horizontal histogram */
.histogram.cachingtimeline {