Модуль:Navbox: различия между версиями

мНет описания правки
мНет описания правки
 
(не показано 6 промежуточных версий этого же участника)
Строка 224: Строка 224:
if args.titlegroup then
if args.titlegroup then
titleCell
titleCell
:css('border-left', '2px solid #fdfdfd')
:css('border-left', '2px solid var(--theme-bg-color-100)')
:css('width', '100%')
:css('width', '100%')
end
end
Строка 356: Строка 356:
end
end
listCell
listCell
:css('padding', '1px')
:css('padding', '0')
:cssText(args.liststyle)
:cssText(args.liststyle)
:cssText(rowArgs.liststyle)
:cssText(rowArgs.liststyle)
Строка 448: Строка 448:
local function renderMainTable(args, listnums)
local function renderMainTable(args, listnums)
local tbl = mw.html.create('table')
local tbl = mw.html.create('table')
:addClass('nowraplinks')
:addClass(args.bodyclass)
:addClass(args.bodyclass)