From 41c80199aa36d94fb211ec7e90b4fbb327854d71 Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Sat, 8 Jun 2024 22:17:35 +1000 Subject: [PATCH] Add styling to the pickers and write down the last TODO for the migration --- TODO | 4 ++++ modules/http/chan_streamsetup.pike | 23 +++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/TODO b/TODO index 455ffda0..df2e2037 100644 --- a/TODO +++ b/TODO @@ -275,3 +275,7 @@ * Make an activatable feature for a Seize Crown redemption? * In interactive mode, have an explore(mixed value) that will create a GTK window to show the value, same as Internals does +* Display the Personal Checklist on /c/streamsetup front end + - Plain text only (no HTML or Markdown), but auto-link URLs + - Dialog to edit + - This will be the last step before it should be ready to be added to the sidebar. diff --git a/modules/http/chan_streamsetup.pike b/modules/http/chan_streamsetup.pike index 14eadfc1..a593ec1a 100644 --- a/modules/http/chan_streamsetup.pike +++ b/modules/http/chan_streamsetup.pike @@ -71,6 +71,29 @@ loading... | - | - | - | - | - #prevsetup span { margin: 0 0.5em; } + +#categorydlg li { + cursor: pointer; + border: 1px solid transparent; +} + +#categorydlg li:hover { + border-color: #0df; + background: #eff; +} + +#categorydlg li img { + vertical-align: middle; + margin-top: 0.25em; +} + +#ccl_options li { + margin-bottom: 1em; +} + +input[readonly] { + background-color: #ddd; +} > ### Pick a category