[preview] Change hover and click handling
This commit is contained in:
committed by
Daniel Brötzmann
parent
bef255e5a0
commit
d2e8d43565
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user