Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/config/public.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = { // Properties that will be provided to frontend in the public

detectors: detectors,
themes: {
ehevi: 'ehevi',
rct: 'rct',
webui: 'webui',
},
};
2 changes: 1 addition & 1 deletion app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
<script type="module" src="index.js"></script>
<title>RCT prototype</title>
</head>
<body id="body" class="ehevi"></body>
<body id="body" class="rct"></body>
132 changes: 0 additions & 132 deletions app/public/styles/ehevi/custom/tables/runs.css

This file was deleted.

2 changes: 1 addition & 1 deletion app/public/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
@import (less) "./images/index.less";
@import (less) "./custom.less";
@import (less) "./components/index.less";
@import (less) "./ehevi/index.less";
@import (less) "./rct/index.less";
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,34 @@
* or submit itself to any jurisdiction.
*/

.ehevi .btn-primary {
.rct .btn-primary {
background-color: var(--primary) !important;
color: #FDFBF9 !important;
}

.ehevi .btn-secondary {
.rct .btn-secondary {
background: transparent !important;
color: var(--primary) !important;
}

.ehevi .btn-primary:hover {
.rct .btn-primary:hover {
background-color: var(--primary-hover) !important;
}

.ehevi .btn-secondary:hover {
.rct .btn-secondary:hover {
background-color: var(--selection-color) !important;
}

.ehevi .btn-secondary.selected {
.rct .btn-secondary.selected {
background-color: var(--primary) !important;
color: var(--off-white) !important;
}

.ehevi .btn.chip {
.rct .btn.chip {
align-items: center !important;
}

.ehevi .btn.chip:hover {
.rct .btn.chip:hover {
background-color: var(--selection-color) !important;
color: var(--primary) !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* or submit itself to any jurisdiction.
*/

.ehevi .chip {
.rct .chip {
background-color:var(--selection-color);
color: var(--primary);
border-radius: 10px;
Expand All @@ -21,7 +21,7 @@
align-items: center;
}

.ehevi .chip.primary {
.rct .chip.primary {
background-color: var(--primary-hover) !important;
color: var(--off-white) !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,36 @@
* or submit itself to any jurisdiction.
*/

.ehevi .pager-panel {
.rct .pager-panel {
background-color: white !important;
border-radius: 15px;
justify-content: space-between;
font-size: xx-small;
}

.ehevi .rows-per-page {
.rct .rows-per-page {
padding-left: 10px;
padding-right: 5px;
}

.ehevi input.pager {
.rct input.pager {
padding: 0 !important;
border: none !important;
width: 43px;
box-shadow: none !important;
background-color: var(--color-white);
}

.ehevi input.pager:focus {
.rct input.pager:focus {
border: none !important;
}

.ehevi .site-changing-controller {
.rct .site-changing-controller {
padding: 5px;
margin: 3px;
cursor: pointer;
}

.ehevi .pager-buttons {
.rct .pager-buttons {
margin-right: 10px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* or submit itself to any jurisdiction.
*/

.ehevi .quantity-input input[type=number] {
.rct .quantity-input input[type=number] {
-moz-appearance: textfield !important;
-webkit-appearance: textfield !important;
appearance: textfield !important;
Expand All @@ -23,8 +23,8 @@
background-color: var(--color-white);
}

.ehevi .quantity-input input[type=number]::-webkit-inner-spin-button,
.ehevi .quantity-input input[type=number]::-webkit-outer-spin-button {
.rct .quantity-input input[type=number]::-webkit-inner-spin-button,
.rct .quantity-input input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
* or submit itself to any jurisdiction.
*/

.ehevi .run-quality.good {
.rct .run-quality.good {
background-color: var(--green) !important;
color: var(--white);
}

.ehevi .run-quality.bad {
.rct .run-quality.bad {
background-color: var(--red) !important;
color: var(--white);
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* or submit itself to any jurisdiction.
*/

.ehevi .page-title {
.rct .page-title {
cursor: pointer;
text-decoration: none !important;
color: var(--color-gray-darker);
Expand All @@ -23,58 +23,58 @@
overflow: hidden;
}

.ehevi .page-title:hover {
.rct .page-title:hover {
font-weight: 200;
}

.ehevi .page-title.selected {
.rct .page-title.selected {
font-weight: 600;
}

.ehevi .title-text {
.rct .title-text {
color: var(--off-white) !important;
padding-left: 2em;
}

.ehevi .sidebar-item-button.current-page {
.rct .sidebar-item-button.current-page {
background-color: var(--primary-hover) !important;
border-radius: 25px !important;
}

.ehevi .sidebar {
.rct .sidebar {
background-color: var(--primary) !important;
color: var(--off-white) !important;
font-size: small !important;
padding: 0.45em !important;
}

.ehevi .sidebar.sidebar-visible {
.rct .sidebar.sidebar-visible {
width: 20em !important;
}

.ehevi .sidebar.sidebar-collapsible {
.rct .sidebar.sidebar-collapsible {
width: 3.9em;
background-color: var(--primary) !important;
color: var(--off-white) !important;
font-size: small !important;
padding: 0.45em !important;
}

.ehevi .sidebar.sidebar-collapsible:hover {
.rct .sidebar.sidebar-collapsible:hover {
width: 20em !important;
}

.ehevi .sidebar .sidebar-section-title {
.rct .sidebar .sidebar-section-title {
text-transform: uppercase;
letter-spacing: 0.05em;
}

.ehevi .sidebar.sidebar-collapsible .hide-on-close {
.rct .sidebar.sidebar-collapsible .hide-on-close {
opacity: 0;
transition: opacity 0.3s linear;
}

.ehevi .sidebar.sidebar-collapsible:hover .hide-on-close {
.rct .sidebar.sidebar-collapsible:hover .hide-on-close {
opacity: 1;
transition: opacity 0.3s linear;
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* or submit itself to any jurisdiction.
*/

.ehevi .snackbar {
.rct .snackbar {
display: none;
position: absolute;
top: 1.5em;
Expand Down
Loading