[preview] Add preview widget
This commit is contained in:
committed by
Philipp Hörist
parent
de16fa6f9a
commit
dda1e91b35
11
url_image_preview/preview.css
Normal file
11
url_image_preview/preview.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.preview-box {
|
||||
border: 1px solid;
|
||||
border-color: @borders;
|
||||
border-radius: 5px;
|
||||
padding: 10px;
|
||||
margin: 5px;
|
||||
background-color: @theme_unfocused_base_color;
|
||||
}
|
||||
.preview-button {
|
||||
border: 1px solid @borders;
|
||||
}
|
||||
Reference in New Issue
Block a user