summaryrefslogtreecommitdiff
path: root/web/common.css
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-02-03 22:35:03 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-03 22:35:03 +0100
commit4a9bb9e3c2088682e1f2ab336c233f5e3818c162 (patch)
tree4694c31bbfad6b5f6b34d47e77130f25b800fa55 /web/common.css
parent339d6fa93c84468d48acaf0ee8e9d82814ac5f1c (diff)
Tidy up playlists.html a bit.
Diffstat (limited to 'web/common.css')
-rw-r--r--web/common.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/web/common.css b/web/common.css
index 8b1378917..f9e9a9742 100644
--- a/web/common.css
+++ b/web/common.css
@@ -1 +1,21 @@
+div.list {
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
+ border: 2px solid black;
+ padding: 1em;
+}
+
+ul.list {
+ padding-left: 0pt;
+ margin: 0pt;
+}
+
+li.list {
+ border: 1px solid black;
+ background-color: #a7bad9;
+ padding: 3px;
+ list-style-type: none;
+ cursor: pointer;
+}
+
+