tweak file button hover effect

This commit is contained in:
Wim Brand
2018-10-08 15:10:55 +02:00
parent 78e5acdfcc
commit 4de2f02908

View File

@@ -208,7 +208,7 @@ pre{
overflow-y: scroll;
}
.file_button, .file_button:hover{
.file_button{
position: relative;
box-sizing: border-box;
width: 310px;
@@ -225,6 +225,11 @@ pre{
line-height: 120%;
display: inline-block;
}
.file_button:hover{
box-shadow: 0px 0px 10px 3px var(--highlight_color);
text-decoration: none;
color: var(--text_color);
}
.file_button > img{
max-height: 60px;
max-width: 120px;