Skip to content

Commit

Permalink
date-picker: fixed block operation
Browse files Browse the repository at this point in the history
  • Loading branch information
Standarduser committed Jun 8, 2024
1 parent e96db78 commit b9bc891
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ The widgets are designed for VIS 1.x.
* create Select-tile
* create Submenue-Button
* Radiobutton: new property "division" with selectable values (1:1; 3:4)
* Datepicker: dynamic day/month icons

## Changelog
<!--
Expand All @@ -42,6 +43,7 @@ The widgets are designed for VIS 1.x.
### **WORK IN PROGRESS**

* (Standarduser) thermostat: fixed window-sizing
* (Standarduser) date-picker: fixed block operation

### 0.0.15 (2024-05-31)

Expand Down
3 changes: 3 additions & 0 deletions widgets/vis-homekittiles/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@
.homekitTiles.tile .blockOperation {
cursor: not-allowed;
}
.homekitTiles.tile .blockOperation .blocked {
z-index: 999;
}
.homekitTiles.tile .blockOperation .blockedIcon {
width: 20px;
height: 20px;
Expand Down

0 comments on commit b9bc891

Please sign in to comment.