diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2019-05-11 12:26:15 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2019-05-11 12:26:15 +0200 |
| commit | 33cc7fc037744e984f82a7222fe5056d9932f26f (patch) | |
| tree | 6b9397ed40a1305cbb602cb7a10f7fd8cb7edc72 /templates/fluid/styles.css | |
| parent | 193f6b753ebb44e7a7b19a034e632f4236bbba66 (diff) | |
| download | cataract-33cc7fc037744e984f82a7222fe5056d9932f26f.tar.xz | |
templates/fluid: Disable index items dimming/highlight on hover
Let the album thumbnails shine, no need to dim them as we really want
to present the albums.
Diffstat (limited to 'templates/fluid/styles.css')
| -rw-r--r-- | templates/fluid/styles.css | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/templates/fluid/styles.css b/templates/fluid/styles.css index b0dc29a..2322f3c 100644 --- a/templates/fluid/styles.css +++ b/templates/fluid/styles.css @@ -638,19 +638,12 @@ div.index_item a { height: 330px; text-align: left; text-decoration: none; - background: linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 63%, rgba(0, 0, 0, 0.61) 85%, rgba(0, 0, 0, 0.65) 100%); - background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 63%, rgba(0, 0, 0, 0.61) 85%, rgba(0, 0, 0, 0.65) 100%); - background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 63%, rgba(0, 0, 0, 0.61) 85%, rgba(0, 0, 0, 0.65) 100%); - background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 63%, rgba(0, 0, 0, 0.61) 85%, rgba(0, 0, 0, 0.65) 100%); - transition-property: background; - transition-duration: 0.3s; -} - -div.index_item a:hover { background: linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 63%, rgba(0, 0, 0, 0.61) 85%, rgba(0, 0, 0, 0.65) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 63%, rgba(0, 0, 0, 0.61) 85%, rgba(0, 0, 0, 0.65) 100%); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 63%, rgba(0, 0, 0, 0.61) 85%, rgba(0, 0, 0, 0.65) 100%); background: -o-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 63%, rgba(0, 0, 0, 0.61) 85%, rgba(0, 0, 0, 0.65) 100%); + transition-property: background; + transition-duration: 0.3s; } div.index_item span.album_text { |
