Use tabs instead of spaces, better indentation
@ -119,9 +119,8 @@ if (
|
|||||||
?>
|
?>
|
||||||
<link rel="stylesheet" media="screen" href="css/<?= $cssFileName ?>">
|
<link rel="stylesheet" media="screen" href="css/<?= $cssFileName ?>">
|
||||||
<?php
|
<?php
|
||||||
foreach($themeDimensionsIcons as $dimFav) { // Set all icons dimensions
|
foreach($themeDimensionsIcons as $dimFav) // Set all icons dimensions
|
||||||
echo ' <link rel="icon" type="image/png" href="themes/' . THEME . '/icons/' . $dimFav . '.png" sizes="' . $dimFav . 'x' . $dimFav . '">' . "\n";
|
echo ' <link rel="icon" type="image/png" href="themes/' . THEME . '/icons/' . $dimFav . '.png" sizes="' . $dimFav . 'x' . $dimFav . '">' . "\n";
|
||||||
}
|
|
||||||
?>
|
?>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@ -200,12 +199,10 @@ if (
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="colors">
|
<div id="colors">
|
||||||
|
|
||||||
<div class="param">
|
<div class="param">
|
||||||
<label for="bgColor"><?= $loc['label_bgColor'] ?></label>
|
<label for="bgColor"><?= $loc['label_bgColor'] ?></label>
|
||||||
<input type="color" name="bgColor" id="bgColor" value="#<?= htmlspecialchars($params['bgColor']) ?>">
|
<input type="color" name="bgColor" id="bgColor" value="#<?= htmlspecialchars($params['bgColor']) ?>">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="param">
|
<div class="param">
|
||||||
<label for="mainColor"><?= $loc['label_mainColor'] ?></label>
|
<label for="mainColor"><?= $loc['label_mainColor'] ?></label>
|
||||||
<input type="color" name="mainColor" id="mainColor" value="#<?= htmlspecialchars($params['mainColor']) ?>">
|
<input type="color" name="mainColor" id="mainColor" value="#<?= htmlspecialchars($params['mainColor']) ?>">
|
||||||
|
@ -455,6 +455,7 @@ input[type=submit] {
|
|||||||
a[download]::before {
|
a[download]::before {
|
||||||
content: "💾 ";
|
content: "💾 ";
|
||||||
|
|
||||||
filter: drop-shadow(-1px 1px 1px white)
|
filter:
|
||||||
|
drop-shadow(-1px 1px 1px white)
|
||||||
drop-shadow(1px -1px 1px white);
|
drop-shadow(1px -1px 1px white);
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 163 B |
Before Width: | Height: | Size: 249 B |
Before Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 187 B |
Before Width: | Height: | Size: 293 B |
Before Width: | Height: | Size: 217 B |
Before Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 198 B |
Before Width: | Height: | Size: 231 B |
Before Width: | Height: | Size: 6.3 KiB |
@ -1,27 +0,0 @@
|
|||||||
<?php // This file is part of LibreQR, which is distributed under the GNU AGPLv3+ license
|
|
||||||
|
|
||||||
// List icons dimensions
|
|
||||||
$themeDimensionsIcons = array(16, 32, 48, 64, 96, 128, 192, 256, 384, 512);
|
|
||||||
|
|
||||||
$colorScheme = array(
|
|
||||||
// Light theme
|
|
||||||
"bg-light" => "#14678b",
|
|
||||||
"bgField-light" => "#2186b1",
|
|
||||||
"bgTextField-light" => "#2186b1",
|
|
||||||
"bgHelp-light" => "#118abe",
|
|
||||||
"border-light" => "#42a0c8",
|
|
||||||
"borderHover-light" => "#87d1f1",
|
|
||||||
"borderFocus-light" => "#e2f6ff",
|
|
||||||
"text-light" => "#ffffff",
|
|
||||||
"secondaryText-light" => "#bbe1f1",
|
|
||||||
// Dark theme
|
|
||||||
"bg-dark" => "#14678b",
|
|
||||||
"bgField-dark" => "#2186b1",
|
|
||||||
"bgTextField-dark" => "#2186b1",
|
|
||||||
"bgHelp-dark" => "#118abe",
|
|
||||||
"border-dark" => "#42a0c8",
|
|
||||||
"borderHover-dark" => "#87d1f1",
|
|
||||||
"borderFocus-dark" => "#e2f6ff",
|
|
||||||
"text-dark" => "#ffffff",
|
|
||||||
"secondaryText-dark" => "#bbe1f1"
|
|
||||||
);
|
|
4
vendor/composer/installed.php
vendored
@ -5,7 +5,7 @@
|
|||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../../',
|
'install_path' => __DIR__ . '/../../',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => '6832804dc0ad475cfe3976075eec51ae81fb6723',
|
'reference' => '147a25c93f60c0ff38343291c7a7819bdce7cfc4',
|
||||||
'name' => '__root__',
|
'name' => '__root__',
|
||||||
'dev' => true,
|
'dev' => true,
|
||||||
),
|
),
|
||||||
@ -16,7 +16,7 @@
|
|||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'install_path' => __DIR__ . '/../../',
|
'install_path' => __DIR__ . '/../../',
|
||||||
'aliases' => array(),
|
'aliases' => array(),
|
||||||
'reference' => '6832804dc0ad475cfe3976075eec51ae81fb6723',
|
'reference' => '147a25c93f60c0ff38343291c7a7819bdce7cfc4',
|
||||||
'dev_requirement' => false,
|
'dev_requirement' => false,
|
||||||
),
|
),
|
||||||
'bacon/bacon-qr-code' => array(
|
'bacon/bacon-qr-code' => array(
|
||||||
|