Skip to content

Commit

Permalink
shadow for dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Standarduser committed Jan 5, 2025
1 parent 948afdf commit d11938c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/vis-homekittiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,7 @@
<div class="vis-widget_prev" style="width: 110px; height: 55px; font-size:8px; font-weight: normal;">
<div class="homekitTiles config-item config-modal vis-widget-prev-body">
<div class="vis-widget-body">
<div>
<div>
<span>MODAL</span><br>
<span>Blur: 3</span><br>
<span>Brightness: 0.3</span>
Expand Down
1 change: 1 addition & 0 deletions widgets/vis-homekittiles/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,7 @@
background-color: var(--hkt-color-dialog-background);
padding: 0;
border-radius: 5px;
box-shadow: 0 0 50px 10px #000;
}
.homekitTiles.dialog.ui-dialog .header {
background-color: var(--hkt-color-dialog-title-bg);
Expand Down

0 comments on commit d11938c

Please sign in to comment.