diff options
author | pommicket <pommicket@gmail.com> | 2023-06-22 09:53:38 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-06-22 09:53:38 -0400 |
commit | 45e4623b55ee51e49716cb079918dde6e94c9090 (patch) | |
tree | 63cb9b52487ff5eee1d11f006f467eeece43bab9 /index.html | |
parent | b825a47fca2c0f60058b6d7313569dd242a5dd57 (diff) |
delete widgets
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -127,11 +127,30 @@ .widget-name { width: 10em; } + .widget-delete { + position: absolute; + right: 0.2em; + top: 0.2em; + border: 0; + } + .widget-delete img { + width: 1.5em; + } + .widget-delete:hover, .widget-delete:active { + background-color: transparent; + outline: 0; + filter: brightness(50%); + } .widget-choice { width: 100%; border-bottom: 0; margin: 0; } + .widget-choice:focus { + outline: 0; + border: 2px solid green; + z-index: 10; + } #widget-choices { margin: 0.2em; border-bottom: 2px solid white; |