Mise à jour de 'services/qrcode.libre-service.eu.md'
This commit is contained in:
parent
ba87c694e1
commit
21921a493b
1 changed files with 4 additions and 25 deletions
|
@ -105,31 +105,10 @@ Activer le thème personnalisé dans `config.inc.php` :
|
||||||
|
|
||||||
Modifier le thème dans `themes/libre-service.eu/theme.php` :
|
Modifier le thème dans `themes/libre-service.eu/theme.php` :
|
||||||
```
|
```
|
||||||
$variablesTheme = array(
|
- "bg-light" => "white",
|
||||||
"bg" => "#67a3f2",
|
- "bgField-light" => "#eeeeee",
|
||||||
"bgField" => "#2e5281",
|
+ "bg-light" => "#ff766c",
|
||||||
"bgTextField" => "white",
|
+ "bgField-light" => "#65c6e8",
|
||||||
"fgTextField" => "black",
|
|
||||||
"fgDefaultTextField" => "#999999",
|
|
||||||
"bgHelp" => "#2e5281",
|
|
||||||
"border" => "#2e5281",
|
|
||||||
"borderHover" => "#808080",
|
|
||||||
"borderFocus" => "white",
|
|
||||||
"text" => "white",
|
|
||||||
"secondaryText" => "white"
|
|
||||||
```
|
|
||||||
|
|
||||||
Modifier le style dans `style.less` :
|
|
||||||
```
|
|
||||||
#txt {
|
|
||||||
background-color: @bgTextField;
|
|
||||||
- color: @text;
|
|
||||||
+ color: @fgTextField;
|
|
||||||
[…]
|
|
||||||
#txt::placeholder {
|
|
||||||
- color: @secondaryText;
|
|
||||||
+ color: @fgDefaultTextField;
|
|
||||||
opacity: 1;
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Favicon
|
## Favicon
|
||||||
|
|
Loading…
Reference in a new issue