Skip to content

Commit

Permalink
Some customization
Browse files Browse the repository at this point in the history
  • Loading branch information
ahzf committed Jun 20, 2024
1 parent 9d8bc6e commit ac84978
Show file tree
Hide file tree
Showing 10 changed files with 82 additions and 15 deletions.
6 changes: 6 additions & 0 deletions src/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,12 @@
color: #000000;
}

#signatureCheck {
.fa-check-circle {
color: rgb(133, 180, 169)
}
}

}

}
Expand Down
85 changes: 72 additions & 13 deletions src/scss/_custom_Lichtblick.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

color: #3a1d27;
//background: none;
background-color: #d6e5e1;
background-color: rgb(133 180 169);

i {
font-size: 120%;
Expand All @@ -62,7 +62,7 @@
button:hover {
color: #ffffff;
//background: radial-gradient(farthest-corner at 39px 40px, #f9e8c2 0%, #ebad5c 40%, #ed4f54 80%);
background-color: #5b9787;
background-color: rgb(133 180 169);
}

}
Expand All @@ -76,7 +76,7 @@
}

.activated {
background-color: #d6e5e1;
background-color: rgb(133 180 169);
}

}
Expand Down Expand Up @@ -146,9 +146,6 @@
#rightbar {

background-color: #e2e2e2;
// width: calc(50% - 15px);
// border-radius: 8px 8px 8px 8px;
// height: calc(100% - 15px);

#detailedInfos {

Expand Down Expand Up @@ -179,6 +176,15 @@
}

.measurementValues {

.measurementValue {
.verificationStatus {
.fa-check-circle {
color: rgb(133 180 169);
}
}
}

.measurementValue:hover {
background-color: #aaaaaa;
}
Expand All @@ -188,7 +194,7 @@

#feedback {

display: none;
display: none !important;
color: #34668a;

#feedbackMethods {
Expand All @@ -203,12 +209,59 @@

}

#overlay {
#overlayText {
#measurementsDetails {
.overlayText {

background-color: #e2e2e2;
border: 20px solid #e2e2e2;

.data {

#cryptoData {
.row:hover {
background-color: rgb(252 188 103);
}
}


#buffer {
.description {
background-color: rgb(133, 180, 169);
}
.value {
background-color: #cecece
}
}

#hashedBuffer {
.description {
background-color: rgb(133, 180, 169);
}
.value {
background-color: #cecece
}
}

#publicKey {
.description {
background-color: rgb(133, 180, 169);
}
.value {
background-color: #cecece
}
}

#signatureExpected {
.description {
background-color: rgb(133, 180, 169);
}
.value {
background-color: #cecece
}
}

}

.infoblock {

.description {
Expand All @@ -221,17 +274,23 @@
}

}

.footer {

#overlayLeftButton {
.overlayLeftButton {
color: #888888;
}

#overlayLeftButton:hover {
.overlayLeftButton:hover {
color: #000000;
}

#signatureCheck {
.fa-check-circle {
color: rgb(133, 180, 169)
}
}

}

}
Expand All @@ -246,7 +305,7 @@
}

.fa-check-circle {
color: #85b4a9;
color: rgb(51 71 71);
}

.leaflet-container a {
Expand Down
6 changes: 4 additions & 2 deletions src/ts/chargyApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1764,8 +1764,10 @@ export class ChargyApp {
const greenMarker = leaflet.AwesomeMarkers?.icon({
prefix: 'fa',
icon: 'charging-station',
markerColor: 'green',
iconColor: '#c2ec8e'
//markerColor: 'green',
//iconColor: '#c2ec8e'
markerColor: 'cadetblue',
iconColor: '#c1e9e0'
});

let markerIcon = redMarker;
Expand Down
Binary file modified static/css/images/markers-soft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/css/images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/css/images/originals/markers-matte.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/css/images/originals/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/css/images/originals/markers-plain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/css/images/originals/markers-soft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/css/images/originals/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac84978

Please sign in to comment.