Override legend style

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-04-23 06:31:25 +01:00
parent 41160c64a8
commit ad88a72d0a
14 changed files with 31 additions and 31 deletions

View file

@ -1439,13 +1439,13 @@ p.monospace,
span.monospace {
font-family: monospace, monospace;
}
legend {
legend.highlight {
background: repeating-linear-gradient(45deg, #222d32, #222d32 10px, #444 10px, #444 11px);
color: #fff;
font-size: 18px;
padding: 6px;
}
fieldset {
fieldset.bottom-padded {
padding-bottom: 20px;
}

View file

@ -1070,13 +1070,13 @@ p.monospace,
span.monospace {
font-family: monospace, monospace;
}
legend {
legend.highlight {
background: repeating-linear-gradient(45deg, #222d32, #222d32 10px, #444 10px, #444 11px);
color: #fff;
font-size: 18px;
padding: 6px;
}
fieldset {
fieldset.bottom-padded {
padding-bottom: 20px;
}

View file

@ -22774,13 +22774,13 @@ p.monospace,
span.monospace {
font-family: monospace, monospace;
}
legend {
legend.highlight {
background: repeating-linear-gradient(45deg, #222d32, #222d32 10px, #444 10px, #444 11px);
color: #fff;
font-size: 18px;
padding: 6px;
}
fieldset {
fieldset.bottom-padded {
padding-bottom: 20px;
}
@ -24339,13 +24339,13 @@ p.monospace,
span.monospace {
font-family: monospace, monospace;
}
legend {
legend.highlight {
background: repeating-linear-gradient(45deg, #222d32, #222d32 10px, #444 10px, #444 11px);
color: #fff;
font-size: 18px;
padding: 6px;
}
fieldset {
fieldset.bottom-padded {
padding-bottom: 20px;
}

View file

@ -2,8 +2,8 @@
"/js/build/app.js": "/js/build/app.js?id=19253af36b58ed3fb6770c7bb944f079",
"/css/dist/skins/skin-black-dark.css": "/css/dist/skins/skin-black-dark.css?id=06c13e817cc022028b3f4a33c0ca303a",
"/css/dist/skins/_all-skins.css": "/css/dist/skins/_all-skins.css?id=79aa889a1a6691013be6c342ca7391cd",
"/css/build/overrides.css": "/css/build/overrides.css?id=23b8695f142b81daac944f9e04651c0c",
"/css/build/app.css": "/css/build/app.css?id=a48ed31ea3de97ccacd8c082c3170419",
"/css/build/overrides.css": "/css/build/overrides.css?id=7a32a6189e49ee50acd00a43a8b70362",
"/css/build/app.css": "/css/build/app.css?id=0e00c581b472b65d800121881b835994",
"/css/build/AdminLTE.css": "/css/build/AdminLTE.css?id=4ea0068716c1bb2434d87a16d51b98c9",
"/css/dist/skins/skin-yellow.css": "/css/dist/skins/skin-yellow.css?id=7b315b9612b8fde8f9c5b0ddb6bba690",
"/css/dist/skins/skin-yellow-dark.css": "/css/dist/skins/skin-yellow-dark.css?id=ea22079836a432d7f46a5d390c445e13",
@ -19,7 +19,7 @@
"/css/dist/skins/skin-blue.css": "/css/dist/skins/skin-blue.css?id=a82b065847bf3cd5d713c04ee8dc86c6",
"/css/dist/skins/skin-blue-dark.css": "/css/dist/skins/skin-blue-dark.css?id=6ea836d8126de101081c49abbdb89417",
"/css/dist/skins/skin-black.css": "/css/dist/skins/skin-black.css?id=76482123f6c70e866d6b971ba91de7bb",
"/css/dist/all.css": "/css/dist/all.css?id=ffee9ce5396c4880dc0b461586638497",
"/css/dist/all.css": "/css/dist/all.css?id=f5373a88aa3482e9496e54ab1c103ec8",
"/css/dist/signature-pad.css": "/css/dist/signature-pad.css?id=6a89d3cd901305e66ced1cf5f13147f7",
"/css/dist/signature-pad.min.css": "/css/dist/signature-pad.min.css?id=6a89d3cd901305e66ced1cf5f13147f7",
"/js/select2/i18n/af.js": "/js/select2/i18n/af.js?id=4f6fcd73488ce79fae1b7a90aceaecde",

View file

@ -1188,7 +1188,7 @@ p.monospace, span.monospace {
font-family: monospace, monospace;
}
legend {
legend.highlight {
background: repeating-linear-gradient(
45deg,
#222d32,
@ -1202,6 +1202,6 @@ legend {
padding: 6px;
}
fieldset {
fieldset.bottom-padded {
padding-bottom: 20px;
}

View file

@ -34,8 +34,8 @@
<div class="col-md-12">
<fieldset>
<legend>
<fieldset class="bottom-padded">
<legend class="highlight">
{{ trans('admin/settings/general.legends.scoping') }}
</legend>
<!-- Full Multiple Companies Support -->
@ -75,8 +75,8 @@
</fieldset>
<fieldset>
<legend>
<fieldset class="bottom-padded">
<legend class="highlight">
{{ trans('admin/settings/general.legends.formats') }}
</legend>
@ -122,8 +122,8 @@
</fieldset>
<fieldset>
<legend>
<fieldset class="bottom-padded">
<legend class="highlight">
{{ trans('admin/settings/general.legends.profiles') }}
</legend>
<!-- user profile edit checkbox -->
@ -138,8 +138,8 @@
</div>
</fieldset>
<fieldset>
<legend>
<fieldset class="bottom-padded">
<legend class="highlight">
{{ trans('admin/settings/general.legends.eula') }}
</legend>
@ -175,8 +175,8 @@
</fieldset>
<fieldset>
<legend>{{ trans('admin/settings/general.legends.misc_display') }}</legend>
<fieldset class="bottom-padded">
<legend class="highlight">{{ trans('admin/settings/general.legends.misc_display') }}</legend>
<!-- Thumb Size -->
<div class="form-group {{ $errors->has('thumbnail_max_h') ? 'error' : '' }}">
@ -254,8 +254,8 @@
</fieldset>
<fieldset>
<legend>
<fieldset class="bottom-padded">
<legend class="highlight">
{{ trans('general.email') }}
</legend>
@ -322,8 +322,8 @@
</fieldset>
<fieldset>
<legend>
<fieldset class="bottom-padded">
<legend class="highlight">
{{ trans('admin/settings/general.legends.checkin') }}
</legend>
@ -342,8 +342,8 @@
<fieldset>
<legend>
<fieldset class="bottom-padded">
<legend class="highlight">
{{ trans('admin/settings/general.legends.dashboard') }}
</legend>
@ -404,8 +404,8 @@
</fieldset>
<fieldset>
<legend>
<fieldset class="bottom-padded">
<legend class="highlight">
{{ trans('admin/settings/general.legends.misc') }}
</legend>

0
tests/pa11y/.gitkeep Executable file
View file

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 KiB

BIN
tests/pa11y/asset-list.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

BIN
tests/pa11y/dashboard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

BIN
tests/pa11y/login.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
tests/pa11y/profile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB