ENH: Change Close Button of previewDialog to red

Change-Id: Id742a0e20affcd6c414e6c27e475ae8ed8c32bdd
(cherry picked from commit d080c902d3364a5dbbe9a074117b932acf7c0937)
This commit is contained in:
zorro.zhang 2023-05-23 23:10:47 +08:00 committed by Lane.Wei
parent cdae0ac2b5
commit 226e18254c
2 changed files with 7 additions and 6 deletions

View file

@ -338,4 +338,8 @@ body
height: 480px;
}
.viewer-button
{
background-color: rgba(255,0,0,.5)!important;
}