tweak file button hover effect
This commit is contained in:
@@ -208,7 +208,7 @@ pre{
|
|||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file_button, .file_button:hover{
|
.file_button{
|
||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 310px;
|
width: 310px;
|
||||||
@@ -225,6 +225,11 @@ pre{
|
|||||||
line-height: 120%;
|
line-height: 120%;
|
||||||
display: inline-block;
|
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{
|
.file_button > img{
|
||||||
max-height: 60px;
|
max-height: 60px;
|
||||||
max-width: 120px;
|
max-width: 120px;
|
||||||
|
Reference in New Issue
Block a user