Small design change

This commit is contained in:
Krateng 2019-04-17 11:00:16 +02:00
parent ac3e05a77d
commit 30fcd1130c
3 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ nohup.out
screenshot*.png
/settings/settings.ini
proxyscrobble.py
doreah

View File

@ -25,7 +25,7 @@ There are only two scrobblers (YouTube Music and Plex, both for Chromium), but a
* [python3](https://www.python.org/) - [GitHub](https://github.com/python/cpython)
* [bottle.py](https://bottlepy.org/) - [GitHub](https://github.com/bottlepy/bottle)
* [waitress](https://docs.pylonsproject.org/projects/waitress/) - [GitHub](https://github.com/Pylons/waitress)
* [doreah](https://pypi.org/project/doreah/) - [GitHub](https://github.com/krateng/doreah)
* [doreah](https://pypi.org/project/doreah/) - [GitHub](https://github.com/krateng/doreah) (at least Version 0.5.1)
## How to install

View File

@ -589,10 +589,12 @@ table.tiles_top td {
}
table.tiles_top:hover td td {
opacity:0.4;
opacity:0.5;
filter: grayscale(80%);
}
table.tiles_top:hover td td:hover {
opacity:1;
filter: grayscale(0%);
}
table.tiles_top, table.tiles_sub {