mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-03 02:09:28 +01:00
Albums Grid
*Added CTRL + LMOUSE click on albums to select.
This commit is contained in:
@@ -430,12 +430,8 @@ table#album_table td#albumart { vertical-align: middle; text-align: left; }
|
||||
height: 126px;
|
||||
width: 126px;
|
||||
position: relative;
|
||||
box-shadow: 0 0 6px #000;
|
||||
-moz-box-shadow: 0 0 6px #000;
|
||||
-webkit-box-shadow: 0 0 6px #000;
|
||||
overflow: hidden;
|
||||
}
|
||||
.image-container .image-box img {
|
||||
.image-container .image-box img {
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
position: absolute;
|
||||
@@ -445,20 +441,22 @@ table#album_table td#albumart { vertical-align: middle; text-align: left; }
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.image-container input {
|
||||
.image-container .image-box input {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
z-index: 2;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: right;
|
||||
text-align: center;
|
||||
box-shadow: 0px 0px 10px rgb(0,0,0);
|
||||
-moz-box-shadow: 0px 0px 10px rgb(0,0,0);
|
||||
-webkit-box-shadow: 0px 0px 10px rgb(0,0,0);
|
||||
-o-box-shadow: 0px 0px 10px rgb(0,0,0);
|
||||
}
|
||||
.image-container input:checked {
|
||||
content: "";
|
||||
background: rgba(0,0,0,0.1);
|
||||
box-shadow: 0 0 10px rgb(0,145,255);
|
||||
-moz-box-shadow: 0 0 10px rgb(0,145,255);
|
||||
-webkit-box-shadow: 0 0 10px rgb(0,145,255);
|
||||
.image-container .image-box input:checked {
|
||||
box-shadow: 0px 0px 10px rgb(0,145,255);
|
||||
-moz-box-shadow: 0px 0px 10px rgb(0,145,255);
|
||||
-webkit-box-shadow: 0px 0px 10px rgb(0,145,255);
|
||||
-0-box-shadow: 0px 0px 10px rgb(0,145,255);
|
||||
}
|
||||
.image-container .image-actions {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user