You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
358 B
CSS
34 lines
358 B
CSS
body {
|
|
background: #ffffff;
|
|
}
|
|
|
|
.thumbnail64 {
|
|
width: 64px;
|
|
height: 64px;
|
|
}
|
|
|
|
.thumbnail32 {
|
|
width: 32px;
|
|
height: 48px;
|
|
}
|
|
|
|
.file-card{
|
|
cursor: pointer;
|
|
}
|
|
|
|
.file-card:hover {
|
|
background: #c0c0c0;
|
|
}
|
|
|
|
.debug-red {
|
|
border: 1px solid red;
|
|
}
|
|
|
|
.debug-green {
|
|
border: 1px solid green;
|
|
}
|
|
.debug-blue {
|
|
border: 1px solid blue;
|
|
|
|
}
|