Skip to content

Commit

Permalink
Add styling to the pickers and write down the last TODO for the migra…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
Rosuav committed Jun 8, 2024
1 parent c748323 commit 41c8019
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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.
23 changes: 23 additions & 0 deletions modules/http/chan_streamsetup.pike
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
</style>
> ### Pick a category
Expand Down

0 comments on commit 41c8019

Please sign in to comment.