[preview] Change hover and click handling

This commit is contained in:
wurstsalat
2021-03-28 23:27:55 +02:00
committed by Daniel Brötzmann
parent bef255e5a0
commit d2e8d43565
3 changed files with 162 additions and 125 deletions

View File

@@ -6,6 +6,17 @@
margin: 5px;
background-color: @theme_unfocused_base_color;
}
.preview-image-button,
.preview-image-button:hover {
padding: 0px;
border: none;
transition: none;
-gtk-icon-effect: none;
-gtk-icon-shadow: none;
background-image: none;
text-shadow: none;
box-shadow: none;
}
.preview-button {
border: 1px solid @borders;
}