summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-28 11:27:17 -0400
committerpommicket <pommicket@gmail.com>2023-07-28 11:27:17 -0400
commit671bedff1c375fa61f60d75906427aa9321112fc (patch)
treeedb08ad3cf27eddb3b421106548017a360bac9bc /index.html
parentaa7193feca1bafcb30d4c4e56a6e5693846b5c29 (diff)
rearrange widgets
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 16 insertions, 5 deletions
diff --git a/index.html b/index.html
index e3b344b..f86013e 100644
--- a/index.html
+++ b/index.html
@@ -139,17 +139,28 @@
.widget[data-display="1"] {
background: #ff04;
}
+ .widget.dragging {
+ background: #aaf6;
+ }
.widget-title {
font-weight: bold;
}
- .widget-delete {
+ .widget-button {
+ width: 1.5em;
+ height: 1.5em;
border: 0;
+ margin-top: 0.2em;
+ vertical-align: top;
+ background-size: contain;
}
- .widget-delete img {
- width: 1.5em;
- vertical-align: bottom;
+ .widget-move {
+ background-image: url(move.svg);
}
- .widget-delete:hover, .widget-delete:active {
+ .widget-delete {
+ background-image: url(x.svg);
+ }
+
+ .widget-button:hover, .widget-button:active {
background-color: transparent;
outline: 0;
filter: saturate(500%);