<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/themes/luci-theme-material, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2026-05-27T12:49:47Z</updated>
<entry>
<title>luci-theme-material: correctness fixes</title>
<updated>2026-05-27T12:49:47Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2026-05-26T10:09:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=3c872414bb984ac3fdbad422162764f5c3a0ceb9'/>
<id>urn:sha1:3c872414bb984ac3fdbad422162764f5c3a0ceb9</id>
<content type='text'>
Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-theme-material: add dark mode support</title>
<updated>2026-05-27T11:29:01Z</updated>
<author>
<name>Shannon Barber</name>
</author>
<published>2026-04-12T21:56:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=54338546bca800dad20248534c2a8733f70c1c26'/>
<id>urn:sha1:54338546bca800dad20248534c2a8733f70c1c26</id>
<content type='text'>
Add dark mode following the luci-theme-bootstrap pattern: auto-detect
via prefers-color-scheme, with forced MaterialDark/MaterialLight
variants. Replace ~60 hardcoded colors in cascade.css with CSS
variables and override them in a :root[data-darkmode="true"] block.

Signed-off-by: Shannon Barber &lt;sgbarber@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-theme-material: update -webkit-appearance</title>
<updated>2026-04-04T14:23:06Z</updated>
<author>
<name>Joshua Criss</name>
</author>
<published>2026-04-02T03:58:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=a3645ebea2024dc6118d52729307b5fb3f3c1901'/>
<id>urn:sha1:a3645ebea2024dc6118d52729307b5fb3f3c1901</id>
<content type='text'>
Compliment '-webkit-appearance'
with 'appearance', as it is
non-standard and has since
been succeeded by 'appearance',
accepted by all baseline browsers.

Future consideration to then
remove '-webkit-appearance'.

Signed-off-by: Joshua Criss &lt;owlsy@outlook.com.au&gt;
</content>
</entry>
<entry>
<title>luci-theme-material: overview boxes and buttons</title>
<updated>2026-04-03T01:16:37Z</updated>
<author>
<name>Joshua Criss</name>
</author>
<published>2026-04-02T23:02:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=6179b709bfc2f7312ea1fe77d798efb3f40018a8'/>
<id>urn:sha1:6179b709bfc2f7312ea1fe77d798efb3f40018a8</id>
<content type='text'>
Change mouse icon from text
cursor to pointer. Fix buttons not
being same min-width. Create
larger buttons for smaller screens,
same behaviour as
luci-theme-bootstrap. Slightly
fade "show" button: no variable
for disabled opacity like
luci-theme-bootstrap, assuming
0.7. Remove fade when hovered.

Resolve mismatched spacing for
each heading in box, fixing
spacing for when contents are
hidden and adding spacing
when contents are shown.

Signed-off-by: Joshua Criss &lt;owlsy@outlook.com.au&gt;
</content>
</entry>
<entry>
<title>luci-theme-material: fix overview ifacebox</title>
<updated>2026-04-02T14:08:04Z</updated>
<author>
<name>Joshua Criss</name>
</author>
<published>2026-04-02T04:52:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=e1b548545d5c0ae2df9d7728ada81735a420b1cc'/>
<id>urn:sha1:e1b548545d5c0ae2df9d7728ada81735a420b1cc</id>
<content type='text'>
Set text to header colour when
using the header colour
background to match same
behaviour, for e.g. IPv4 Upstream
and IPv6 Upstream boxes.

Signed-off-by: Joshua Criss &lt;owlsy@outlook.com.au&gt;
</content>
</entry>
<entry>
<title>luci-theme: remove LuCI from title, material changes</title>
<updated>2026-03-02T18:14:01Z</updated>
<author>
<name>Self-Hosting-Group</name>
</author>
<published>2026-03-02T00:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=e81c0637e275b5d65a81ded69b43118563803def'/>
<id>urn:sha1:e81c0637e275b5d65a81ded69b43118563803def</id>
<content type='text'>
- Remove `| LuCI` suffix from title tag
- Make material theme zoomable and remove legacy meta tags
- Unify viewport

Link: #8330
Signed-off-by: Self-Hosting-Group &lt;selfhostinggroup-git+openwrt@shost.ing&gt;
</content>
</entry>
<entry>
<title>luci-theme: html title: swap hostname &lt;-&gt; page title</title>
<updated>2026-02-09T21:14:59Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2026-02-09T21:13:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=ce358ad41132812612baf00217679971c8db0d91'/>
<id>urn:sha1:ce358ad41132812612baf00217679971c8db0d91</id>
<content type='text'>
hostname first to differentiate units from at-a-glance
browser tab view.

follow-up to 18d14980ddf7f85ab30ea971d5875f7d3a29353a

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-theme: html title: swap hostname &lt;-&gt; page title</title>
<updated>2026-02-09T17:08:38Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2026-02-09T17:08:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=18d14980ddf7f85ab30ea971d5875f7d3a29353a'/>
<id>urn:sha1:18d14980ddf7f85ab30ea971d5875f7d3a29353a</id>
<content type='text'>
hostname first to differentiate units from at-a-glance
browser tab view.

Closes #8308

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-base: restore titles class</title>
<updated>2026-02-02T17:22:15Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2026-02-02T16:11:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=94da6ead86d0bf445aea8d9a3c91555d297c4bb7'/>
<id>urn:sha1:94da6ead86d0bf445aea8d9a3c91555d297c4bb7</id>
<content type='text'>
follow-up to 720c96ce5b85583c8c6db6ef31857dc8a3eeb600

While ::before CSS styling has been deactivated, and
'content' removed, cbi-value-first-field is a bit
ambiguous. So, restore cbi-section-table-titles, and
replace the ::before tags in CSS.

Remove also the data-title for title rows. We already
insert titles for named headers and rows via HTML and
not via CSS after the mentioned commit.

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-theme-material: fix unreadable text</title>
<updated>2026-01-24T07:36:46Z</updated>
<author>
<name>Brian White</name>
</author>
<published>2026-01-24T00:09:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=ef8ef5643000ed2918481065aa5535ba8bafe019'/>
<id>urn:sha1:ef8ef5643000ed2918481065aa5535ba8bafe019</id>
<content type='text'>
Fix low-contrast text in dark mode that caused
labels to be hard to read.

Signed-off-by: Brian White &lt;brianwhitedev1996@gmail.com&gt;
</content>
</entry>
</feed>
