mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Small design change
This commit is contained in:
parent
ac3e05a77d
commit
30fcd1130c
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ nohup.out
|
||||
screenshot*.png
|
||||
/settings/settings.ini
|
||||
proxyscrobble.py
|
||||
doreah
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user