From fefa0a28b6955da67cbcf9b4f2664f526aa4f810 Mon Sep 17 00:00:00 2001 From: Tris Forster Date: Wed, 8 Jul 2026 10:52:45 +1000 Subject: [PATCH] Switched to bulma 1.0 --- polyphonic/interface/static/interface/css/polyphonic.css | 5 +++-- polyphonic/interface/templates/base.html | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/polyphonic/interface/static/interface/css/polyphonic.css b/polyphonic/interface/static/interface/css/polyphonic.css index 828ab97..161428d 100644 --- a/polyphonic/interface/static/interface/css/polyphonic.css +++ b/polyphonic/interface/static/interface/css/polyphonic.css @@ -32,10 +32,11 @@ .menu-label { color: var(--primary); } - +/* .button.is-primary, .button.is-primary:hover { background-color: var(--primary); } +*/ A.admin-link:after { content: "*"; @@ -60,4 +61,4 @@ TEXTAREA.input { padding: 10px 10px; margin-top: 30px; border-top-left-radius: 6px; -} \ No newline at end of file +} diff --git a/polyphonic/interface/templates/base.html b/polyphonic/interface/templates/base.html index 3bc4692..cf64fbd 100644 --- a/polyphonic/interface/templates/base.html +++ b/polyphonic/interface/templates/base.html @@ -1,12 +1,13 @@ {% load static %} - + - + +