<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/themes/luci-theme-openwrt, 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-04-04T14:23:19Z</updated>
<entry>
<title>luci-theme-openwrt: update -webkit-appearance</title>
<updated>2026-04-04T14:23:19Z</updated>
<author>
<name>Joshua Criss</name>
</author>
<published>2026-04-02T03:59:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=2b010f97e57a1130f9a865e852cd52b0a061dfae'/>
<id>urn:sha1:2b010f97e57a1130f9a865e852cd52b0a061dfae</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-openwrt: refining hide/show buttons</title>
<updated>2026-04-02T14:12:56Z</updated>
<author>
<name>Joshua Criss</name>
</author>
<published>2026-04-02T04:39:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=b9dff54410ba76a4bd4cdef1fd538b3329fd3757'/>
<id>urn:sha1:b9dff54410ba76a4bd4cdef1fd538b3329fd3757</id>
<content type='text'>
Match "show" button style to IP table,
change border colour to match font
colour; fade it slightly: no variable for
disabled opacity like
luci-theme-bootstrap, assuming 0.7.
Remove fade when hovered.
Change mouse icon from text cursor
to pointer, restore button text weight
and font similar to indicators,
add subtle border to compliment
both states of button.
Work with existing mobile styling
for 480px and below, make
bigger buttons and fix
heading alignment.

Signed-off-by: Joshua Criss &lt;owlsy@outlook.com.au&gt;
</content>
</entry>
<entry>
<title>luci-theme-openwrt: refining indicators</title>
<updated>2026-04-02T14:07:37Z</updated>
<author>
<name>Joshua Criss</name>
</author>
<published>2026-04-02T04:55:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=9db25861aaa2c0c87c7ac5f1a87829355cdbd3fe'/>
<id>urn:sha1:9db25861aaa2c0c87c7ac5f1a87829355cdbd3fe</id>
<content type='text'>
Match rounded indicators to
same style as "hide" and "show"
buttons for design consistency.

Signed-off-by: Joshua Criss &lt;owlsy@outlook.com.au&gt;
</content>
</entry>
<entry>
<title>luci-theme-openwrt: remove empty CSS</title>
<updated>2026-04-02T14:07:10Z</updated>
<author>
<name>Joshua Criss</name>
</author>
<published>2026-04-02T04:04:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=fa2ce66ba17c9dca756d83665b5de6e04aef74b8'/>
<id>urn:sha1:fa2ce66ba17c9dca756d83665b5de6e04aef74b8</id>
<content type='text'>
It is not advisable to have
empty rulesets in CSS.
Removing the empty ruleset.

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-base: make some tables better searchable</title>
<updated>2026-01-23T03:10:13Z</updated>
<author>
<name>Ramon Van Gorkom</name>
</author>
<published>2026-01-04T17:48:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=720c96ce5b85583c8c6db6ef31857dc8a3eeb600'/>
<id>urn:sha1:720c96ce5b85583c8c6db6ef31857dc8a3eeb600</id>
<content type='text'>
This changes the "name" in specific tables from being painted to
being rendered. This allows the use of "ctrl-f" in browsers to e.g.
search for firewall rule names.

Closes https://github.com/openwrt/luci/issues/7708
Signed-off-by: Ramon Van Gorkom &lt;Ramon00c00@gmail.com&gt;
Link: https://github.com/openwrt/luci/pull/8191
Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-theme: fix theme header title</title>
<updated>2026-01-21T21:39:04Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2026-01-21T21:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=9fe1334fd5172111773a56894825983acdf9865a'/>
<id>urn:sha1:9fe1334fd5172111773a56894825983acdf9865a</id>
<content type='text'>
dispatched.title is sometimes null, especially where menu JSON
does not declare a title for a page.

Also, while we're here, wrap these in i18n tags, since the
JSON titles are often translated (they're included in po matter).

Closes #8222

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
</feed>
