mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-55: Improve styling of copied images.
This commit is contained in:
@@ -35,6 +35,7 @@
|
|||||||
|
|
||||||
.clipboard .image-clipboard {
|
.clipboard .image-clipboard {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clipboard .image-clipboard .reset-button {
|
.clipboard .image-clipboard .reset-button {
|
||||||
@@ -48,4 +49,6 @@
|
|||||||
.clipboard .image-clipboard img {
|
.clipboard .image-clipboard img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 480px;
|
max-height: 480px;
|
||||||
|
border: 1px solid black;
|
||||||
|
background: url('images/checker.png');
|
||||||
}
|
}
|
||||||
|
BIN
guacamole/src/main/webapp/images/checker.png
Normal file
BIN
guacamole/src/main/webapp/images/checker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 208 B |
Reference in New Issue
Block a user