mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update picker w/ correct default
This commit is contained in:
parent
5cbe9eba94
commit
c4a2649267
@ -11,7 +11,7 @@ var hueb = new Huebee( elem, {
|
|||||||
// Set custom color if defined
|
// Set custom color if defined
|
||||||
var color = getCookie('color');
|
var color = getCookie('color');
|
||||||
if (color == null || color == '') {
|
if (color == null || color == '') {
|
||||||
color = '#d8224c';
|
color = '#2b8080';
|
||||||
}
|
}
|
||||||
hueb.setColor(color);
|
hueb.setColor(color);
|
||||||
|
|
||||||
|
2
dist/raspap/css/style.css
vendored
2
dist/raspap/css/style.css
vendored
@ -48,7 +48,7 @@ span.ra-wireguard:before {
|
|||||||
.ra-raspap:before {
|
.ra-raspap:before {
|
||||||
font-size: 4.35rem;
|
font-size: 4.35rem;
|
||||||
content: "\e901";
|
content: "\e901";
|
||||||
color: #d8224c;
|
color: #2b8080;
|
||||||
margin-left: 0.1em;
|
margin-left: 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user