Skip to content
Snippets Groups Projects
Commit 2d204ecd authored by Maxime Jacquemin's avatar Maxime Jacquemin Committed by Loïc Correnson
Browse files

[ivette] Minor modifications

parent ee29d365
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
--text-discrete: #879da0;
--disabled-text: #506679;
--info-text: #748a8d;
--info-text-discrete: #778d94;
--info-text-discrete: #778094;
--text-highlighted: #d4eaed;
--code-hover: #005137;
......@@ -30,8 +30,11 @@
--background-button-hover: #c0c0c0;
--background-alterning-odd: #354154;
--background-alterning-even: #475366;
--selected-element: #68758e;
--background-interaction: #4c596b;
--background-report: #1e2b3d;
--selected-element: #082032;
--checked-element: #68758e;
--lcd-button-color: #21211a;
--lcd-button-background: #727798;
......
......@@ -30,8 +30,11 @@
--background-button-hover: #c0c0c0;
--background-alterning-odd: #fdfdfd;
--background-alterning-even: #efefef;
--selected-element: #8ce0fb;
--background-interaction: white;
--background-report: white;
--selected-element: #8ce0fb;
--checked-element: #54abef;
--lcd-button-color: #61611a;
--lcd-button-background: #b2b798;
......
......@@ -92,6 +92,7 @@
.message-page {
user-select: text;
white-space: pre-line;
background-color: var(--background-report);
}
/* -------------------------------------------------------------------------- */
......
......@@ -16,6 +16,7 @@
align-items: center;
justify-content: center;
overflow: auto;
background-color: var(--background-report);
}
.eva-summary {
......
......@@ -132,7 +132,7 @@ input[type="checkbox"] {
}
input[type="checkbox"]:checked {
background-color: var(--selected-element);
background-color: var(--checked-element);
}
/* -------------------------------------------------------------------------- */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment