diff --git a/exports/scrolltop.d.ts b/exports/scrolltop.d.ts
new file mode 100644
index 000000000..87f3e764a
--- /dev/null
+++ b/exports/scrolltop.d.ts
@@ -0,0 +1 @@
+export * from './components/scrolltop/ScrollTop';
\ No newline at end of file
diff --git a/exports/scrolltop.vue b/exports/scrolltop.vue
new file mode 100644
index 000000000..4905be3f4
--- /dev/null
+++ b/exports/scrolltop.vue
@@ -0,0 +1,2 @@
+'use strict';
+module.exports = require('./components/scrolltop/ScrollTop.vue');
\ No newline at end of file
diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css
index 33648dfd4..6f0955756 100644
--- a/public/themes/arya-blue/theme.css
+++ b/public/themes/arya-blue/theme.css
@@ -4283,52 +4283,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.5rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(255, 255, 255, 0.03);
- color: rgba(255, 255, 255, 0.87);
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 1px #93cbf9;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 1.5rem;
- background: #383838;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #64B5F6;
-}
-.p-progressbar .p-progressbar-label {
- color: rgba(255, 255, 255, 0.87);
- line-height: 1.5rem;
-}
-
-.p-terminal {
- background: #1e1e1e;
- color: rgba(255, 255, 255, 0.87);
- border: 1px solid #383838;
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #383838;
border-radius: 3px;
@@ -4380,6 +4334,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #1e1e1e;
}
@@ -4404,6 +4362,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.5rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(255, 255, 255, 0.03);
+ color: rgba(255, 255, 255, 0.87);
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 1px #93cbf9;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 1.5rem;
+ background: #383838;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #64B5F6;
+}
+.p-progressbar .p-progressbar-label {
+ color: rgba(255, 255, 255, 0.87);
+ line-height: 1.5rem;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(100, 181, 246, 0.16);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(100, 181, 246, 0.3616);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: rgba(255, 255, 255, 0.87);
+}
+
.p-tag {
background: #64B5F6;
color: #212529;
@@ -4433,6 +4440,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #1e1e1e;
+ color: rgba(255, 255, 255, 0.87);
+ border: 1px solid #383838;
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #64B5F6;
diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css
index 832c61be2..900680f89 100644
--- a/public/themes/arya-green/theme.css
+++ b/public/themes/arya-green/theme.css
@@ -4283,52 +4283,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.5rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(255, 255, 255, 0.03);
- color: rgba(255, 255, 255, 0.87);
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 1px #a7d8a9;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 1.5rem;
- background: #383838;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #81C784;
-}
-.p-progressbar .p-progressbar-label {
- color: rgba(255, 255, 255, 0.87);
- line-height: 1.5rem;
-}
-
-.p-terminal {
- background: #1e1e1e;
- color: rgba(255, 255, 255, 0.87);
- border: 1px solid #383838;
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #383838;
border-radius: 3px;
@@ -4380,6 +4334,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #1e1e1e;
}
@@ -4404,6 +4362,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.5rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(255, 255, 255, 0.03);
+ color: rgba(255, 255, 255, 0.87);
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 1px #a7d8a9;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 1.5rem;
+ background: #383838;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #81C784;
+}
+.p-progressbar .p-progressbar-label {
+ color: rgba(255, 255, 255, 0.87);
+ line-height: 1.5rem;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(129, 199, 132, 0.16);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(129, 199, 132, 0.3616);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: rgba(255, 255, 255, 0.87);
+}
+
.p-tag {
background: #81C784;
color: #212529;
@@ -4433,6 +4440,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #1e1e1e;
+ color: rgba(255, 255, 255, 0.87);
+ border: 1px solid #383838;
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #81C784;
diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css
index e42e8b4d3..f14a7412a 100644
--- a/public/themes/arya-orange/theme.css
+++ b/public/themes/arya-orange/theme.css
@@ -4283,52 +4283,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.5rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(255, 255, 255, 0.03);
- color: rgba(255, 255, 255, 0.87);
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 1px #ffe284;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 1.5rem;
- background: #383838;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #FFD54F;
-}
-.p-progressbar .p-progressbar-label {
- color: rgba(255, 255, 255, 0.87);
- line-height: 1.5rem;
-}
-
-.p-terminal {
- background: #1e1e1e;
- color: rgba(255, 255, 255, 0.87);
- border: 1px solid #383838;
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #383838;
border-radius: 3px;
@@ -4380,6 +4334,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #1e1e1e;
}
@@ -4404,6 +4362,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.5rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(255, 255, 255, 0.03);
+ color: rgba(255, 255, 255, 0.87);
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 1px #ffe284;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 1.5rem;
+ background: #383838;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #FFD54F;
+}
+.p-progressbar .p-progressbar-label {
+ color: rgba(255, 255, 255, 0.87);
+ line-height: 1.5rem;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(255, 213, 79, 0.16);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(255, 213, 79, 0.3616);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: rgba(255, 255, 255, 0.87);
+}
+
.p-tag {
background: #FFD54F;
color: #212529;
@@ -4433,6 +4440,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #1e1e1e;
+ color: rgba(255, 255, 255, 0.87);
+ border: 1px solid #383838;
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #FFD54F;
diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css
index d1d628b3e..1330550b1 100644
--- a/public/themes/arya-purple/theme.css
+++ b/public/themes/arya-purple/theme.css
@@ -4283,52 +4283,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.5rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(255, 255, 255, 0.03);
- color: rgba(255, 255, 255, 0.87);
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 1px #cf95d9;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 1.5rem;
- background: #383838;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #BA68C8;
-}
-.p-progressbar .p-progressbar-label {
- color: rgba(255, 255, 255, 0.87);
- line-height: 1.5rem;
-}
-
-.p-terminal {
- background: #1e1e1e;
- color: rgba(255, 255, 255, 0.87);
- border: 1px solid #383838;
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #383838;
border-radius: 3px;
@@ -4380,6 +4334,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #1e1e1e;
}
@@ -4404,6 +4362,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.5rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(255, 255, 255, 0.03);
+ color: rgba(255, 255, 255, 0.87);
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 1px #cf95d9;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 1.5rem;
+ background: #383838;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #BA68C8;
+}
+.p-progressbar .p-progressbar-label {
+ color: rgba(255, 255, 255, 0.87);
+ line-height: 1.5rem;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(186, 104, 200, 0.16);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(186, 104, 200, 0.3616);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: rgba(255, 255, 255, 0.87);
+}
+
.p-tag {
background: #BA68C8;
color: #ffffff;
@@ -4433,6 +4440,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #1e1e1e;
+ color: rgba(255, 255, 255, 0.87);
+ border: 1px solid #383838;
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #BA68C8;
diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css
index 69dbaeea1..e8d00ae8d 100644
--- a/public/themes/bootstrap4-dark-blue/theme.css
+++ b/public/themes/bootstrap4-dark-blue/theme.css
@@ -4295,52 +4295,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.75rem;
- border-radius: 4px;
- transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(255, 255, 255, 0.04);
- color: rgba(255, 255, 255, 0.87);
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 1px #e3f3fe;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 1.5rem;
- background: #3f4b5b;
- border-radius: 4px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #8dd0ff;
-}
-.p-progressbar .p-progressbar-label {
- color: rgba(255, 255, 255, 0.87);
- line-height: 1.5rem;
-}
-
-.p-terminal {
- background: #2a323d;
- color: rgba(255, 255, 255, 0.87);
- border: 1px solid #3f4b5b;
- padding: 1.25rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #3f4b5b;
border-radius: 4px;
@@ -4392,6 +4346,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #2a323d;
}
@@ -4416,6 +4374,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.75rem;
+ border-radius: 4px;
+ transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(255, 255, 255, 0.04);
+ color: rgba(255, 255, 255, 0.87);
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 1px #e3f3fe;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 1.5rem;
+ background: #3f4b5b;
+ border-radius: 4px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #8dd0ff;
+}
+.p-progressbar .p-progressbar-label {
+ color: rgba(255, 255, 255, 0.87);
+ line-height: 1.5rem;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 4px;
+ box-shadow: none;
+ transition: color 0.15s, box-shadow 0.15s;
+}
+.p-scrolltop.p-link {
+ background: #8dd0ff;
+}
+.p-scrolltop.p-link:hover {
+ background: #56bdff;
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #151515;
+}
+
.p-tag {
background: #8dd0ff;
color: #151515;
@@ -4445,6 +4452,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #2a323d;
+ color: rgba(255, 255, 255, 0.87);
+ border: 1px solid #3f4b5b;
+ padding: 1.25rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Vendor extensions to the designer enhanced bootstrap compatibility */
.p-breadcrumb .p-breadcrumb-chevron {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css
index 42d0827f4..1b8b152c3 100644
--- a/public/themes/bootstrap4-dark-purple/theme.css
+++ b/public/themes/bootstrap4-dark-purple/theme.css
@@ -4295,52 +4295,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.75rem;
- border-radius: 4px;
- transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(255, 255, 255, 0.04);
- color: rgba(255, 255, 255, 0.87);
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 1px #f0e6f5;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 1.5rem;
- background: #3f4b5b;
- border-radius: 4px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #c298d8;
-}
-.p-progressbar .p-progressbar-label {
- color: rgba(255, 255, 255, 0.87);
- line-height: 1.5rem;
-}
-
-.p-terminal {
- background: #2a323d;
- color: rgba(255, 255, 255, 0.87);
- border: 1px solid #3f4b5b;
- padding: 1.25rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #3f4b5b;
border-radius: 4px;
@@ -4392,6 +4346,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #2a323d;
}
@@ -4416,6 +4374,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.75rem;
+ border-radius: 4px;
+ transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(255, 255, 255, 0.04);
+ color: rgba(255, 255, 255, 0.87);
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 1px #f0e6f5;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 1.5rem;
+ background: #3f4b5b;
+ border-radius: 4px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #c298d8;
+}
+.p-progressbar .p-progressbar-label {
+ color: rgba(255, 255, 255, 0.87);
+ line-height: 1.5rem;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 4px;
+ box-shadow: none;
+ transition: color 0.15s, box-shadow 0.15s;
+}
+.p-scrolltop.p-link {
+ background: #c298d8;
+}
+.p-scrolltop.p-link:hover {
+ background: #aa70c7;
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #151515;
+}
+
.p-tag {
background: #c298d8;
color: #151515;
@@ -4445,6 +4452,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #2a323d;
+ color: rgba(255, 255, 255, 0.87);
+ border: 1px solid #3f4b5b;
+ padding: 1.25rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Vendor extensions to the designer enhanced bootstrap compatibility */
.p-breadcrumb .p-breadcrumb-chevron {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css
index 8458a2c10..7654d6246 100644
--- a/public/themes/bootstrap4-light-blue/theme.css
+++ b/public/themes/bootstrap4-light-blue/theme.css
@@ -4295,52 +4295,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.75rem;
- border-radius: 4px;
- transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: #e9ecef;
- color: #212529;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
-}
-
-.p-progressbar {
- border: 0 none;
- height: 1.5rem;
- background: #e9ecef;
- border-radius: 4px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #007bff;
-}
-.p-progressbar .p-progressbar-label {
- color: #212529;
- line-height: 1.5rem;
-}
-
-.p-terminal {
- background: #ffffff;
- color: #212529;
- border: 1px solid #dee2e6;
- padding: 1.25rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #dee2e6;
border-radius: 4px;
@@ -4392,6 +4346,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #ffffff;
}
@@ -4416,6 +4374,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.75rem;
+ border-radius: 4px;
+ transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: #e9ecef;
+ color: #212529;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 1.5rem;
+ background: #e9ecef;
+ border-radius: 4px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #007bff;
+}
+.p-progressbar .p-progressbar-label {
+ color: #212529;
+ line-height: 1.5rem;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 4px;
+ box-shadow: none;
+ transition: box-shadow 0.15s;
+}
+.p-scrolltop.p-link {
+ background: rgba(0, 0, 0, 0.7);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(0, 0, 0, 0.8);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #efefef;
+}
+
.p-tag {
background: #007bff;
color: #ffffff;
@@ -4445,6 +4452,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #ffffff;
+ color: #212529;
+ border: 1px solid #dee2e6;
+ padding: 1.25rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Vendor extensions to the designer enhanced bootstrap compatibility */
.p-breadcrumb .p-breadcrumb-chevron {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css
index 1f4a9b4c2..e98301e2a 100644
--- a/public/themes/bootstrap4-light-purple/theme.css
+++ b/public/themes/bootstrap4-light-purple/theme.css
@@ -4295,52 +4295,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.75rem;
- border-radius: 4px;
- transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: #e9ecef;
- color: #212529;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
-}
-
-.p-progressbar {
- border: 0 none;
- height: 1.5rem;
- background: #e9ecef;
- border-radius: 4px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #883cae;
-}
-.p-progressbar .p-progressbar-label {
- color: #212529;
- line-height: 1.5rem;
-}
-
-.p-terminal {
- background: #ffffff;
- color: #212529;
- border: 1px solid #dee2e6;
- padding: 1.25rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #dee2e6;
border-radius: 4px;
@@ -4392,6 +4346,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #ffffff;
}
@@ -4416,6 +4374,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.75rem;
+ border-radius: 4px;
+ transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: #e9ecef;
+ color: #212529;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 1.5rem;
+ background: #e9ecef;
+ border-radius: 4px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #883cae;
+}
+.p-progressbar .p-progressbar-label {
+ color: #212529;
+ line-height: 1.5rem;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 4px;
+ box-shadow: none;
+ transition: box-shadow 0.15s;
+}
+.p-scrolltop.p-link {
+ background: rgba(0, 0, 0, 0.7);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(0, 0, 0, 0.8);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #efefef;
+}
+
.p-tag {
background: #883cae;
color: #ffffff;
@@ -4445,6 +4452,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #ffffff;
+ color: #212529;
+ border: 1px solid #dee2e6;
+ padding: 1.25rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Vendor extensions to the designer enhanced bootstrap compatibility */
.p-breadcrumb .p-breadcrumb-chevron {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css
index d51eb0eb7..cc19a91bb 100644
--- a/public/themes/fluent-light/theme.css
+++ b/public/themes/fluent-light/theme.css
@@ -4234,52 +4234,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.5rem;
- border-radius: 2px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: #f3f2f1;
- color: #323130;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: inset 0 0 0 1px #605e5c;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 2px;
- background: #edebe9;
- border-radius: 2px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #0078d4;
-}
-.p-progressbar .p-progressbar-label {
- color: #323130;
- line-height: 2px;
-}
-
-.p-terminal {
- background: #ffffff;
- color: #323130;
- border: 1px solid #a19f9d;
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #edebe9;
border-radius: 2px;
@@ -4331,6 +4285,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #ffffff;
}
@@ -4355,6 +4313,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.5rem;
+ border-radius: 2px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: #f3f2f1;
+ color: #323130;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: inset 0 0 0 1px #605e5c;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 2px;
+ background: #edebe9;
+ border-radius: 2px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #0078d4;
+}
+.p-progressbar .p-progressbar-label {
+ color: #323130;
+ line-height: 2px;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 2px;
+ box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px;
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(0, 0, 0, 0.7);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(0, 0, 0, 0.8);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #faf9f8;
+}
+
.p-tag {
background: #0078d4;
color: #ffffff;
@@ -4384,6 +4391,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #ffffff;
+ color: #323130;
+ border: 1px solid #a19f9d;
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
.p-button-label {
font-weight: 600;
diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css
index 26e0b04cc..f9ea72693 100644
--- a/public/themes/luna-amber/theme.css
+++ b/public/themes/luna-amber/theme.css
@@ -4246,52 +4246,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.429rem 0.429rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: #4c4c4c;
- color: #dedede;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 0.1rem white;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 24px;
- background: #eaeaea;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #FFE082;
-}
-.p-progressbar .p-progressbar-label {
- color: #dedede;
- line-height: 24px;
-}
-
-.p-terminal {
- background: #323232;
- color: #dedede;
- border: 1px solid #191919;
- padding: 0.571rem 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #4b4b4b;
border-radius: 3px;
@@ -4343,6 +4297,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #323232;
}
@@ -4367,6 +4325,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.429rem 0.429rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: #4c4c4c;
+ color: #dedede;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 0.1rem white;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 24px;
+ background: #eaeaea;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #FFE082;
+}
+.p-progressbar .p-progressbar-label {
+ color: #dedede;
+ line-height: 24px;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: #FFE082;
+}
+.p-scrolltop.p-link:hover {
+ background: #FFD54F;
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #212529;
+}
+
.p-tag {
background: #FFE082;
color: #212529;
@@ -4396,4 +4403,15 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #323232;
+ color: #dedede;
+ border: 1px solid #191919;
+ padding: 0.571rem 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css
index 0e0e45c63..17eb03d8e 100644
--- a/public/themes/luna-blue/theme.css
+++ b/public/themes/luna-blue/theme.css
@@ -4246,52 +4246,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.429rem 0.429rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: #4c4c4c;
- color: #dedede;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 0.1rem white;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 24px;
- background: #eaeaea;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #81D4FA;
-}
-.p-progressbar .p-progressbar-label {
- color: #dedede;
- line-height: 24px;
-}
-
-.p-terminal {
- background: #323232;
- color: #dedede;
- border: 1px solid #191919;
- padding: 0.571rem 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #4b4b4b;
border-radius: 3px;
@@ -4343,6 +4297,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #323232;
}
@@ -4367,6 +4325,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.429rem 0.429rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: #4c4c4c;
+ color: #dedede;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 0.1rem white;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 24px;
+ background: #eaeaea;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #81D4FA;
+}
+.p-progressbar .p-progressbar-label {
+ color: #dedede;
+ line-height: 24px;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: #81D4FA;
+}
+.p-scrolltop.p-link:hover {
+ background: #4FC3F7;
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #212529;
+}
+
.p-tag {
background: #81D4FA;
color: #212529;
@@ -4396,4 +4403,15 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #323232;
+ color: #dedede;
+ border: 1px solid #191919;
+ padding: 0.571rem 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css
index 23624d3c0..da38df606 100644
--- a/public/themes/luna-green/theme.css
+++ b/public/themes/luna-green/theme.css
@@ -4246,52 +4246,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.429rem 0.429rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: #4c4c4c;
- color: #dedede;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 0.1rem white;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 24px;
- background: #eaeaea;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #C5E1A5;
-}
-.p-progressbar .p-progressbar-label {
- color: #dedede;
- line-height: 24px;
-}
-
-.p-terminal {
- background: #323232;
- color: #dedede;
- border: 1px solid #191919;
- padding: 0.571rem 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #4b4b4b;
border-radius: 3px;
@@ -4343,6 +4297,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #323232;
}
@@ -4367,6 +4325,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.429rem 0.429rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: #4c4c4c;
+ color: #dedede;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 0.1rem white;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 24px;
+ background: #eaeaea;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #C5E1A5;
+}
+.p-progressbar .p-progressbar-label {
+ color: #dedede;
+ line-height: 24px;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: #C5E1A5;
+}
+.p-scrolltop.p-link:hover {
+ background: #AED581;
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #212529;
+}
+
.p-tag {
background: #C5E1A5;
color: #212529;
@@ -4396,4 +4403,15 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #323232;
+ color: #dedede;
+ border: 1px solid #191919;
+ padding: 0.571rem 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css
index 44de8e8c6..cfdd6386e 100644
--- a/public/themes/luna-pink/theme.css
+++ b/public/themes/luna-pink/theme.css
@@ -4246,52 +4246,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.429rem 0.429rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: #4c4c4c;
- color: #dedede;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 0.1rem white;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 24px;
- background: #eaeaea;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #F48FB1;
-}
-.p-progressbar .p-progressbar-label {
- color: #dedede;
- line-height: 24px;
-}
-
-.p-terminal {
- background: #323232;
- color: #dedede;
- border: 1px solid #191919;
- padding: 0.571rem 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #4b4b4b;
border-radius: 3px;
@@ -4343,6 +4297,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #323232;
}
@@ -4367,6 +4325,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.429rem 0.429rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: #4c4c4c;
+ color: #dedede;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 0.1rem white;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 24px;
+ background: #eaeaea;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #F48FB1;
+}
+.p-progressbar .p-progressbar-label {
+ color: #dedede;
+ line-height: 24px;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: #F48FB1;
+}
+.p-scrolltop.p-link:hover {
+ background: #F06292;
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #212529;
+}
+
.p-tag {
background: #F48FB1;
color: #212529;
@@ -4396,4 +4403,15 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #323232;
+ color: #dedede;
+ border: 1px solid #191919;
+ padding: 0.571rem 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css
index 07990566a..9f3e64551 100644
--- a/public/themes/md-dark-deeppurple/theme.css
+++ b/public/themes/md-dark-deeppurple/theme.css
@@ -4307,52 +4307,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 1rem 1rem;
- border-radius: 4px;
- transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(255, 255, 255, 0.04);
- color: rgba(255, 255, 255, 0.87);
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: none;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 4px;
- background: rgba(206, 147, 216, 0.32);
- border-radius: 4px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #CE93D8;
-}
-.p-progressbar .p-progressbar-label {
- color: rgba(255, 255, 255, 0.87);
- line-height: 4px;
-}
-
-.p-terminal {
- background: #1e1e1e;
- color: rgba(255, 255, 255, 0.87);
- border: 1px solid rgba(255, 255, 255, 0.12);
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.32);
-}
-
.p-avatar {
background-color: rgba(255, 255, 255, 0.12);
border-radius: 4px;
@@ -4404,6 +4358,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.32);
+}
+
.p-divider .p-divider-content {
background-color: #1e1e1e;
}
@@ -4428,6 +4386,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 1rem 1rem;
+ border-radius: 4px;
+ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(255, 255, 255, 0.04);
+ color: rgba(255, 255, 255, 0.87);
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: none;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 4px;
+ background: rgba(206, 147, 216, 0.32);
+ border-radius: 4px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #CE93D8;
+}
+.p-progressbar .p-progressbar-label {
+ color: rgba(255, 255, 255, 0.87);
+ line-height: 4px;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: #A5D6A7;
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(165, 214, 167, 0.92);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #121212;
+}
+
.p-tag {
background: #CE93D8;
color: #121212;
@@ -4457,6 +4464,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #1e1e1e;
+ color: rgba(255, 255, 255, 0.87);
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
+}
+
.p-accordion .p-accordion-tab {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
margin-bottom: 0;
diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css
index a9f82e5a4..63660d621 100644
--- a/public/themes/md-dark-indigo/theme.css
+++ b/public/themes/md-dark-indigo/theme.css
@@ -4307,52 +4307,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 1rem 1rem;
- border-radius: 4px;
- transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(255, 255, 255, 0.04);
- color: rgba(255, 255, 255, 0.87);
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: none;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 4px;
- background: rgba(159, 168, 218, 0.32);
- border-radius: 4px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #9FA8DA;
-}
-.p-progressbar .p-progressbar-label {
- color: rgba(255, 255, 255, 0.87);
- line-height: 4px;
-}
-
-.p-terminal {
- background: #1e1e1e;
- color: rgba(255, 255, 255, 0.87);
- border: 1px solid rgba(255, 255, 255, 0.12);
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.32);
-}
-
.p-avatar {
background-color: rgba(255, 255, 255, 0.12);
border-radius: 4px;
@@ -4404,6 +4358,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.32);
+}
+
.p-divider .p-divider-content {
background-color: #1e1e1e;
}
@@ -4428,6 +4386,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 1rem 1rem;
+ border-radius: 4px;
+ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(255, 255, 255, 0.04);
+ color: rgba(255, 255, 255, 0.87);
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: none;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 4px;
+ background: rgba(159, 168, 218, 0.32);
+ border-radius: 4px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #9FA8DA;
+}
+.p-progressbar .p-progressbar-label {
+ color: rgba(255, 255, 255, 0.87);
+ line-height: 4px;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: #F48FB1;
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(244, 143, 177, 0.92);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #121212;
+}
+
.p-tag {
background: #9FA8DA;
color: #121212;
@@ -4457,6 +4464,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #1e1e1e;
+ color: rgba(255, 255, 255, 0.87);
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
+}
+
.p-accordion .p-accordion-tab {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
margin-bottom: 0;
diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css
index 13b69e1aa..92a97af2e 100644
--- a/public/themes/md-light-deeppurple/theme.css
+++ b/public/themes/md-light-deeppurple/theme.css
@@ -4307,52 +4307,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 1rem 1rem;
- border-radius: 4px;
- transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(0, 0, 0, 0.04);
- color: #000001;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: none;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 4px;
- background: rgba(103, 58, 183, 0.32);
- border-radius: 4px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #673AB7;
-}
-.p-progressbar .p-progressbar-label {
- color: #000001;
- line-height: 4px;
-}
-
-.p-terminal {
- background: #ffffff;
- color: #000001;
- border: 1px solid #e0e0e0;
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.32);
-}
-
.p-avatar {
background-color: rgba(0, 0, 0, 0.12);
border-radius: 4px;
@@ -4404,6 +4358,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.32);
+}
+
.p-divider .p-divider-content {
background-color: #ffffff;
}
@@ -4428,6 +4386,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 1rem 1rem;
+ border-radius: 4px;
+ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(0, 0, 0, 0.04);
+ color: #000001;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: none;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 4px;
+ background: rgba(103, 58, 183, 0.32);
+ border-radius: 4px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #673AB7;
+}
+.p-progressbar .p-progressbar-label {
+ color: #000001;
+ line-height: 4px;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: #4CAF50;
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(76, 175, 80, 0.92);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #ffffff;
+}
+
.p-tag {
background: #673AB7;
color: #ffffff;
@@ -4457,6 +4464,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #ffffff;
+ color: #000001;
+ border: 1px solid #e0e0e0;
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
+}
+
.p-accordion .p-accordion-tab {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
margin-bottom: 0;
diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css
index b2184b408..3863c0241 100644
--- a/public/themes/md-light-indigo/theme.css
+++ b/public/themes/md-light-indigo/theme.css
@@ -4307,52 +4307,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 1rem 1rem;
- border-radius: 4px;
- transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(0, 0, 0, 0.04);
- color: #000001;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: none;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 4px;
- background: rgba(63, 81, 181, 0.32);
- border-radius: 4px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #3F51B5;
-}
-.p-progressbar .p-progressbar-label {
- color: #000001;
- line-height: 4px;
-}
-
-.p-terminal {
- background: #ffffff;
- color: #000001;
- border: 1px solid #e0e0e0;
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.32);
-}
-
.p-avatar {
background-color: rgba(0, 0, 0, 0.12);
border-radius: 4px;
@@ -4404,6 +4358,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.32);
+}
+
.p-divider .p-divider-content {
background-color: #ffffff;
}
@@ -4428,6 +4386,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 1rem 1rem;
+ border-radius: 4px;
+ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(0, 0, 0, 0.04);
+ color: #000001;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: none;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 4px;
+ background: rgba(63, 81, 181, 0.32);
+ border-radius: 4px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #3F51B5;
+}
+.p-progressbar .p-progressbar-label {
+ color: #000001;
+ line-height: 4px;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: #ff4081;
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(255, 64, 129, 0.92);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #ffffff;
+}
+
.p-tag {
background: #3F51B5;
color: #ffffff;
@@ -4457,6 +4464,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #ffffff;
+ color: #000001;
+ border: 1px solid #e0e0e0;
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
+}
+
.p-accordion .p-accordion-tab {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
margin-bottom: 0;
diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css
index dc568779d..5c1f290bf 100644
--- a/public/themes/mdc-dark-deeppurple/theme.css
+++ b/public/themes/mdc-dark-deeppurple/theme.css
@@ -4307,52 +4307,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 1rem 1rem;
- border-radius: 4px;
- transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(255, 255, 255, 0.04);
- color: rgba(255, 255, 255, 0.87);
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: none;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 4px;
- background: rgba(103, 58, 183, 0.32);
- border-radius: 4px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #673AB7;
-}
-.p-progressbar .p-progressbar-label {
- color: rgba(255, 255, 255, 0.87);
- line-height: 4px;
-}
-
-.p-terminal {
- background: #1e1e1e;
- color: rgba(255, 255, 255, 0.87);
- border: 1px solid rgba(255, 255, 255, 0.12);
- padding: 0.75rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.32);
-}
-
.p-avatar {
background-color: rgba(255, 255, 255, 0.12);
border-radius: 4px;
@@ -4404,6 +4358,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.32);
+}
+
.p-divider .p-divider-content {
background-color: #1e1e1e;
}
@@ -4428,6 +4386,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 1rem 1rem;
+ border-radius: 4px;
+ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(255, 255, 255, 0.04);
+ color: rgba(255, 255, 255, 0.87);
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: none;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 4px;
+ background: rgba(103, 58, 183, 0.32);
+ border-radius: 4px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #673AB7;
+}
+.p-progressbar .p-progressbar-label {
+ color: rgba(255, 255, 255, 0.87);
+ line-height: 4px;
+}
+
+.p-scrolltop {
+ width: 2.75rem;
+ height: 2.75rem;
+ border-radius: 50%;
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: #4CAF50;
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(76, 175, 80, 0.92);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.15rem;
+ color: #ffffff;
+}
+
.p-tag {
background: #673AB7;
color: #ffffff;
@@ -4457,6 +4464,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #1e1e1e;
+ color: rgba(255, 255, 255, 0.87);
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ padding: 0.75rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
+}
+
.p-accordion .p-accordion-tab {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
margin-bottom: 0;
diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css
index 2756082cc..5d26502e7 100644
--- a/public/themes/mdc-dark-indigo/theme.css
+++ b/public/themes/mdc-dark-indigo/theme.css
@@ -4307,52 +4307,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 1rem 1rem;
- border-radius: 4px;
- transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(255, 255, 255, 0.04);
- color: rgba(255, 255, 255, 0.87);
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: none;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 4px;
- background: rgba(63, 81, 181, 0.32);
- border-radius: 4px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #3F51B5;
-}
-.p-progressbar .p-progressbar-label {
- color: rgba(255, 255, 255, 0.87);
- line-height: 4px;
-}
-
-.p-terminal {
- background: #1e1e1e;
- color: rgba(255, 255, 255, 0.87);
- border: 1px solid rgba(255, 255, 255, 0.12);
- padding: 0.75rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.32);
-}
-
.p-avatar {
background-color: rgba(255, 255, 255, 0.12);
border-radius: 4px;
@@ -4404,6 +4358,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.32);
+}
+
.p-divider .p-divider-content {
background-color: #1e1e1e;
}
@@ -4428,6 +4386,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 1rem 1rem;
+ border-radius: 4px;
+ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(255, 255, 255, 0.04);
+ color: rgba(255, 255, 255, 0.87);
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: none;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 4px;
+ background: rgba(63, 81, 181, 0.32);
+ border-radius: 4px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #3F51B5;
+}
+.p-progressbar .p-progressbar-label {
+ color: rgba(255, 255, 255, 0.87);
+ line-height: 4px;
+}
+
+.p-scrolltop {
+ width: 2.75rem;
+ height: 2.75rem;
+ border-radius: 50%;
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: #ff4081;
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(255, 64, 129, 0.92);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.15rem;
+ color: #ffffff;
+}
+
.p-tag {
background: #3F51B5;
color: #ffffff;
@@ -4457,6 +4464,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #1e1e1e;
+ color: rgba(255, 255, 255, 0.87);
+ border: 1px solid rgba(255, 255, 255, 0.12);
+ padding: 0.75rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
+}
+
.p-accordion .p-accordion-tab {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
margin-bottom: 0;
diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css
index f56d2c22d..9d11ea875 100644
--- a/public/themes/mdc-light-deeppurple/theme.css
+++ b/public/themes/mdc-light-deeppurple/theme.css
@@ -4307,52 +4307,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 1rem 1rem;
- border-radius: 4px;
- transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(0, 0, 0, 0.04);
- color: #000001;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: none;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 4px;
- background: rgba(103, 58, 183, 0.32);
- border-radius: 4px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #673AB7;
-}
-.p-progressbar .p-progressbar-label {
- color: #000001;
- line-height: 4px;
-}
-
-.p-terminal {
- background: #ffffff;
- color: #000001;
- border: 1px solid #e0e0e0;
- padding: 0.75rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.32);
-}
-
.p-avatar {
background-color: rgba(0, 0, 0, 0.12);
border-radius: 4px;
@@ -4404,6 +4358,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.32);
+}
+
.p-divider .p-divider-content {
background-color: #ffffff;
}
@@ -4428,6 +4386,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 1rem 1rem;
+ border-radius: 4px;
+ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(0, 0, 0, 0.04);
+ color: #000001;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: none;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 4px;
+ background: rgba(103, 58, 183, 0.32);
+ border-radius: 4px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #673AB7;
+}
+.p-progressbar .p-progressbar-label {
+ color: #000001;
+ line-height: 4px;
+}
+
+.p-scrolltop {
+ width: 2.75rem;
+ height: 2.75rem;
+ border-radius: 50%;
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: #4CAF50;
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(76, 175, 80, 0.92);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.15rem;
+ color: #ffffff;
+}
+
.p-tag {
background: #673AB7;
color: #ffffff;
@@ -4457,6 +4464,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #ffffff;
+ color: #000001;
+ border: 1px solid #e0e0e0;
+ padding: 0.75rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
+}
+
.p-accordion .p-accordion-tab {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
margin-bottom: 0;
diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css
index c97876cc4..b4c023b21 100644
--- a/public/themes/mdc-light-indigo/theme.css
+++ b/public/themes/mdc-light-indigo/theme.css
@@ -4307,52 +4307,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 1rem 1rem;
- border-radius: 4px;
- transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(0, 0, 0, 0.04);
- color: #000001;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: none;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 4px;
- background: rgba(63, 81, 181, 0.32);
- border-radius: 4px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #3F51B5;
-}
-.p-progressbar .p-progressbar-label {
- color: #000001;
- line-height: 4px;
-}
-
-.p-terminal {
- background: #ffffff;
- color: #000001;
- border: 1px solid #e0e0e0;
- padding: 0.75rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.32);
-}
-
.p-avatar {
background-color: rgba(0, 0, 0, 0.12);
border-radius: 4px;
@@ -4404,6 +4358,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.32);
+}
+
.p-divider .p-divider-content {
background-color: #ffffff;
}
@@ -4428,6 +4386,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 1rem 1rem;
+ border-radius: 4px;
+ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(0, 0, 0, 0.04);
+ color: #000001;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: none;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 4px;
+ background: rgba(63, 81, 181, 0.32);
+ border-radius: 4px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #3F51B5;
+}
+.p-progressbar .p-progressbar-label {
+ color: #000001;
+ line-height: 4px;
+}
+
+.p-scrolltop {
+ width: 2.75rem;
+ height: 2.75rem;
+ border-radius: 50%;
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: #ff4081;
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(255, 64, 129, 0.92);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.15rem;
+ color: #ffffff;
+}
+
.p-tag {
background: #3F51B5;
color: #ffffff;
@@ -4457,6 +4464,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #ffffff;
+ color: #000001;
+ border: 1px solid #e0e0e0;
+ padding: 0.75rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
+}
+
.p-accordion .p-accordion-tab {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
margin-bottom: 0;
diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css
index 85eb4eaa1..f9c9d04e8 100644
--- a/public/themes/nova-accent/theme.css
+++ b/public/themes/nova-accent/theme.css
@@ -4234,52 +4234,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.429rem 0.429rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: #eaeaea;
- color: #333333;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 0.2rem #8dcdff;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 24px;
- background: #eaeaea;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #007ad9;
-}
-.p-progressbar .p-progressbar-label {
- color: #333333;
- line-height: 24px;
-}
-
-.p-terminal {
- background: #ffffff;
- color: #333333;
- border: 1px solid #c8c8c8;
- padding: 0.571rem 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #c8c8c8;
border-radius: 3px;
@@ -4331,6 +4285,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #ffffff;
}
@@ -4355,6 +4313,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.429rem 0.429rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: #eaeaea;
+ color: #333333;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 0.2rem #8dcdff;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 24px;
+ background: #eaeaea;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #007ad9;
+}
+.p-progressbar .p-progressbar-label {
+ color: #333333;
+ line-height: 24px;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(0, 0, 0, 0.7);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(0, 0, 0, 0.8);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #f4f4f4;
+}
+
.p-tag {
background: #007ad9;
color: #ffffff;
@@ -4384,6 +4391,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #ffffff;
+ color: #333333;
+ border: 1px solid #c8c8c8;
+ padding: 0.571rem 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
.p-panel .p-panel-header .p-panel-header-icon {
color: #ffffff;
}
diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css
index 7a0e87b12..c715c696d 100644
--- a/public/themes/nova-alt/theme.css
+++ b/public/themes/nova-alt/theme.css
@@ -4246,52 +4246,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.429rem 0.429rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: #eaeaea;
- color: #333333;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 0.2rem #8dcdff;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 24px;
- background: #eaeaea;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #007ad9;
-}
-.p-progressbar .p-progressbar-label {
- color: #333333;
- line-height: 24px;
-}
-
-.p-terminal {
- background: #ffffff;
- color: #333333;
- border: 1px solid #c8c8c8;
- padding: 0.571rem 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #c8c8c8;
border-radius: 3px;
@@ -4343,6 +4297,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #ffffff;
}
@@ -4367,6 +4325,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.429rem 0.429rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: #eaeaea;
+ color: #333333;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 0.2rem #8dcdff;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 24px;
+ background: #eaeaea;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #007ad9;
+}
+.p-progressbar .p-progressbar-label {
+ color: #333333;
+ line-height: 24px;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(0, 0, 0, 0.7);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(0, 0, 0, 0.8);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #f4f4f4;
+}
+
.p-tag {
background: #007ad9;
color: #ffffff;
@@ -4396,6 +4403,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #ffffff;
+ color: #333333;
+ border: 1px solid #c8c8c8;
+ padding: 0.571rem 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
.p-panel .p-panel-header .p-panel-header-icon {
color: #ffffff;
}
diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css
index fe0e5582a..518909206 100644
--- a/public/themes/nova-vue/theme.css
+++ b/public/themes/nova-vue/theme.css
@@ -4246,52 +4246,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.429rem 0.429rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: #eaeaea;
- color: #333333;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 0.2rem #c2e9d8;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 24px;
- background: #eaeaea;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #41b883;
-}
-.p-progressbar .p-progressbar-label {
- color: #333333;
- line-height: 24px;
-}
-
-.p-terminal {
- background: #ffffff;
- color: #333333;
- border: 1px solid #c8c8c8;
- padding: 0.571rem 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #c8c8c8;
border-radius: 3px;
@@ -4343,6 +4297,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #ffffff;
}
@@ -4367,6 +4325,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.429rem 0.429rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: #eaeaea;
+ color: #333333;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 0.2rem #c2e9d8;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 24px;
+ background: #eaeaea;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #41b883;
+}
+.p-progressbar .p-progressbar-label {
+ color: #333333;
+ line-height: 24px;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(0, 0, 0, 0.7);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(0, 0, 0, 0.8);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #f4f4f4;
+}
+
.p-tag {
background: #41b883;
color: #ffffff;
@@ -4396,6 +4403,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #ffffff;
+ color: #333333;
+ border: 1px solid #c8c8c8;
+ padding: 0.571rem 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
.p-panel .p-panel-header .p-panel-header-icon {
color: #848484;
}
diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css
index d3384cb19..f33337e0f 100644
--- a/public/themes/nova/theme.css
+++ b/public/themes/nova/theme.css
@@ -4246,52 +4246,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.429rem 0.429rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: #eaeaea;
- color: #333333;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 0.2rem #8dcdff;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 24px;
- background: #eaeaea;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #007ad9;
-}
-.p-progressbar .p-progressbar-label {
- color: #333333;
- line-height: 24px;
-}
-
-.p-terminal {
- background: #ffffff;
- color: #333333;
- border: 1px solid #c8c8c8;
- padding: 0.571rem 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #c8c8c8;
border-radius: 3px;
@@ -4343,6 +4297,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #ffffff;
}
@@ -4367,6 +4325,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.429rem 0.429rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: #eaeaea;
+ color: #333333;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 0.2rem #8dcdff;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 24px;
+ background: #eaeaea;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #007ad9;
+}
+.p-progressbar .p-progressbar-label {
+ color: #333333;
+ line-height: 24px;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(0, 0, 0, 0.7);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(0, 0, 0, 0.8);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #f4f4f4;
+}
+
.p-tag {
background: #007ad9;
color: #ffffff;
@@ -4396,6 +4403,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #ffffff;
+ color: #333333;
+ border: 1px solid #c8c8c8;
+ padding: 0.571rem 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
.p-panel .p-panel-header .p-panel-header-icon {
color: #848484;
}
diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css
index 0a85d7936..1aca75597 100644
--- a/public/themes/rhea/theme.css
+++ b/public/themes/rhea/theme.css
@@ -4234,52 +4234,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.429rem 0.429rem;
- border-radius: 2px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: #f4f4f4;
- color: #666666;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 0.2rem #e4e9ec;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 24px;
- background: #efefef;
- border-radius: 2px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #7B95A3;
-}
-.p-progressbar .p-progressbar-label {
- color: #666666;
- line-height: 24px;
-}
-
-.p-terminal {
- background: #ffffff;
- color: #666666;
- border: 1px solid #dadada;
- padding: 0.571rem 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #dadada;
border-radius: 2px;
@@ -4331,6 +4285,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #ffffff;
}
@@ -4355,6 +4313,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.429rem 0.429rem;
+ border-radius: 2px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: #f4f4f4;
+ color: #666666;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 0.2rem #e4e9ec;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 24px;
+ background: #efefef;
+ border-radius: 2px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #7B95A3;
+}
+.p-progressbar .p-progressbar-label {
+ color: #666666;
+ line-height: 24px;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(0, 0, 0, 0.7);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(0, 0, 0, 0.8);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #f4f4f4;
+}
+
.p-tag {
background: #7B95A3;
color: #ffffff;
@@ -4384,6 +4391,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #ffffff;
+ color: #666666;
+ border: 1px solid #dadada;
+ padding: 0.571rem 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
.p-panel .p-panel-header .p-panel-header-icon {
color: #ffffff;
}
diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css
index 41b681cad..96cabcb2e 100644
--- a/public/themes/saga-blue/theme.css
+++ b/public/themes/saga-blue/theme.css
@@ -4283,52 +4283,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.5rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: #e9ecef;
- color: #495057;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 0.2rem #a6d5fa;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 1.5rem;
- background: #dee2e6;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #2196F3;
-}
-.p-progressbar .p-progressbar-label {
- color: #495057;
- line-height: 1.5rem;
-}
-
-.p-terminal {
- background: #ffffff;
- color: #495057;
- border: 1px solid #dee2e6;
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #dee2e6;
border-radius: 3px;
@@ -4380,6 +4334,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #ffffff;
}
@@ -4404,6 +4362,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.5rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: #e9ecef;
+ color: #495057;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 0.2rem #a6d5fa;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 1.5rem;
+ background: #dee2e6;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #2196F3;
+}
+.p-progressbar .p-progressbar-label {
+ color: #495057;
+ line-height: 1.5rem;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(0, 0, 0, 0.7);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(0, 0, 0, 0.8);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #f8f9fa;
+}
+
.p-tag {
background: #2196F3;
color: #ffffff;
@@ -4433,6 +4440,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #ffffff;
+ color: #495057;
+ border: 1px solid #dee2e6;
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #2196F3;
diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css
index 17977ec64..386fcaf48 100644
--- a/public/themes/saga-green/theme.css
+++ b/public/themes/saga-green/theme.css
@@ -4283,52 +4283,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.5rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: #e9ecef;
- color: #495057;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 0.2rem #b7e0b8;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 1.5rem;
- background: #dee2e6;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #4CAF50;
-}
-.p-progressbar .p-progressbar-label {
- color: #495057;
- line-height: 1.5rem;
-}
-
-.p-terminal {
- background: #ffffff;
- color: #495057;
- border: 1px solid #dee2e6;
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #dee2e6;
border-radius: 3px;
@@ -4380,6 +4334,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #ffffff;
}
@@ -4404,6 +4362,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.5rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: #e9ecef;
+ color: #495057;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 0.2rem #b7e0b8;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 1.5rem;
+ background: #dee2e6;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #4CAF50;
+}
+.p-progressbar .p-progressbar-label {
+ color: #495057;
+ line-height: 1.5rem;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(0, 0, 0, 0.7);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(0, 0, 0, 0.8);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #f8f9fa;
+}
+
.p-tag {
background: #4CAF50;
color: #ffffff;
@@ -4433,6 +4440,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #ffffff;
+ color: #495057;
+ border: 1px solid #dee2e6;
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #4CAF50;
diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css
index 58ff8250e..ded613fb0 100644
--- a/public/themes/saga-orange/theme.css
+++ b/public/themes/saga-orange/theme.css
@@ -4283,52 +4283,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.5rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: #e9ecef;
- color: #495057;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 0.2rem #ffe69c;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 1.5rem;
- background: #dee2e6;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #FFC107;
-}
-.p-progressbar .p-progressbar-label {
- color: #495057;
- line-height: 1.5rem;
-}
-
-.p-terminal {
- background: #ffffff;
- color: #495057;
- border: 1px solid #dee2e6;
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #dee2e6;
border-radius: 3px;
@@ -4380,6 +4334,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #ffffff;
}
@@ -4404,6 +4362,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.5rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: #e9ecef;
+ color: #495057;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 0.2rem #ffe69c;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 1.5rem;
+ background: #dee2e6;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #FFC107;
+}
+.p-progressbar .p-progressbar-label {
+ color: #495057;
+ line-height: 1.5rem;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(0, 0, 0, 0.7);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(0, 0, 0, 0.8);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #f8f9fa;
+}
+
.p-tag {
background: #FFC107;
color: #212529;
@@ -4433,6 +4440,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #ffffff;
+ color: #495057;
+ border: 1px solid #dee2e6;
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #FFC107;
diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css
index 297c374ca..32aba7b17 100644
--- a/public/themes/saga-purple/theme.css
+++ b/public/themes/saga-purple/theme.css
@@ -4283,52 +4283,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.5rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: #e9ecef;
- color: #495057;
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 0.2rem #df9eea;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 1.5rem;
- background: #dee2e6;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #9C27B0;
-}
-.p-progressbar .p-progressbar-label {
- color: #495057;
- line-height: 1.5rem;
-}
-
-.p-terminal {
- background: #ffffff;
- color: #495057;
- border: 1px solid #dee2e6;
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #dee2e6;
border-radius: 3px;
@@ -4380,6 +4334,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #ffffff;
}
@@ -4404,6 +4362,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.5rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: #e9ecef;
+ color: #495057;
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 0.2rem #df9eea;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 1.5rem;
+ background: #dee2e6;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #9C27B0;
+}
+.p-progressbar .p-progressbar-label {
+ color: #495057;
+ line-height: 1.5rem;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(0, 0, 0, 0.7);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(0, 0, 0, 0.8);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: #f8f9fa;
+}
+
.p-tag {
background: #9C27B0;
color: #ffffff;
@@ -4433,6 +4440,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #ffffff;
+ color: #495057;
+ border: 1px solid #dee2e6;
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #9C27B0;
diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css
index 25f1b2cd5..71d78c6f6 100644
--- a/public/themes/vela-blue/theme.css
+++ b/public/themes/vela-blue/theme.css
@@ -4283,52 +4283,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.5rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(255, 255, 255, 0.03);
- color: rgba(255, 255, 255, 0.87);
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 1px #93cbf9;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 1.5rem;
- background: #304562;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #64B5F6;
-}
-.p-progressbar .p-progressbar-label {
- color: rgba(255, 255, 255, 0.87);
- line-height: 1.5rem;
-}
-
-.p-terminal {
- background: #1f2d40;
- color: rgba(255, 255, 255, 0.87);
- border: 1px solid #304562;
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #304562;
border-radius: 3px;
@@ -4380,6 +4334,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #1f2d40;
}
@@ -4404,6 +4362,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.5rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(255, 255, 255, 0.03);
+ color: rgba(255, 255, 255, 0.87);
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 1px #93cbf9;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 1.5rem;
+ background: #304562;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #64B5F6;
+}
+.p-progressbar .p-progressbar-label {
+ color: rgba(255, 255, 255, 0.87);
+ line-height: 1.5rem;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(100, 181, 246, 0.16);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(100, 181, 246, 0.3616);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: rgba(255, 255, 255, 0.87);
+}
+
.p-tag {
background: #64B5F6;
color: #212529;
@@ -4433,6 +4440,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #1f2d40;
+ color: rgba(255, 255, 255, 0.87);
+ border: 1px solid #304562;
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #64B5F6;
diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css
index 96331218e..e1e4f1103 100644
--- a/public/themes/vela-green/theme.css
+++ b/public/themes/vela-green/theme.css
@@ -4283,52 +4283,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.5rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(255, 255, 255, 0.03);
- color: rgba(255, 255, 255, 0.87);
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 1px #a7d8a9;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 1.5rem;
- background: #304562;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #81C784;
-}
-.p-progressbar .p-progressbar-label {
- color: rgba(255, 255, 255, 0.87);
- line-height: 1.5rem;
-}
-
-.p-terminal {
- background: #1f2d40;
- color: rgba(255, 255, 255, 0.87);
- border: 1px solid #304562;
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #304562;
border-radius: 3px;
@@ -4380,6 +4334,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #1f2d40;
}
@@ -4404,6 +4362,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.5rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(255, 255, 255, 0.03);
+ color: rgba(255, 255, 255, 0.87);
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 1px #a7d8a9;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 1.5rem;
+ background: #304562;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #81C784;
+}
+.p-progressbar .p-progressbar-label {
+ color: rgba(255, 255, 255, 0.87);
+ line-height: 1.5rem;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(129, 199, 132, 0.16);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(129, 199, 132, 0.3616);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: rgba(255, 255, 255, 0.87);
+}
+
.p-tag {
background: #81C784;
color: #212529;
@@ -4433,6 +4440,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #1f2d40;
+ color: rgba(255, 255, 255, 0.87);
+ border: 1px solid #304562;
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #81C784;
diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css
index b5a8a5267..9da8b1c13 100644
--- a/public/themes/vela-orange/theme.css
+++ b/public/themes/vela-orange/theme.css
@@ -4283,52 +4283,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.5rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(255, 255, 255, 0.03);
- color: rgba(255, 255, 255, 0.87);
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 1px #ffe284;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 1.5rem;
- background: #304562;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #FFD54F;
-}
-.p-progressbar .p-progressbar-label {
- color: rgba(255, 255, 255, 0.87);
- line-height: 1.5rem;
-}
-
-.p-terminal {
- background: #1f2d40;
- color: rgba(255, 255, 255, 0.87);
- border: 1px solid #304562;
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #304562;
border-radius: 3px;
@@ -4380,6 +4334,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #1f2d40;
}
@@ -4404,6 +4362,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.5rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(255, 255, 255, 0.03);
+ color: rgba(255, 255, 255, 0.87);
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 1px #ffe284;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 1.5rem;
+ background: #304562;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #FFD54F;
+}
+.p-progressbar .p-progressbar-label {
+ color: rgba(255, 255, 255, 0.87);
+ line-height: 1.5rem;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(255, 213, 79, 0.16);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(255, 213, 79, 0.3616);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: rgba(255, 255, 255, 0.87);
+}
+
.p-tag {
background: #FFD54F;
color: #212529;
@@ -4433,6 +4440,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #1f2d40;
+ color: rgba(255, 255, 255, 0.87);
+ border: 1px solid #304562;
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #FFD54F;
diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css
index e88df2dcf..153ce640f 100644
--- a/public/themes/vela-purple/theme.css
+++ b/public/themes/vela-purple/theme.css
@@ -4283,52 +4283,6 @@
background-color: rgba(0, 0, 0, 0.9);
}
-.p-inplace .p-inplace-display {
- padding: 0.5rem 0.5rem;
- border-radius: 3px;
- transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
-}
-.p-inplace .p-inplace-display:not(.p-disabled):hover {
- background: rgba(255, 255, 255, 0.03);
- color: rgba(255, 255, 255, 0.87);
-}
-.p-inplace .p-inplace-display:focus {
- outline: 0 none;
- outline-offset: 0;
- box-shadow: 0 0 0 1px #cf95d9;
-}
-
-.p-progressbar {
- border: 0 none;
- height: 1.5rem;
- background: #304562;
- border-radius: 3px;
-}
-.p-progressbar .p-progressbar-value {
- border: 0 none;
- margin: 0;
- background: #BA68C8;
-}
-.p-progressbar .p-progressbar-label {
- color: rgba(255, 255, 255, 0.87);
- line-height: 1.5rem;
-}
-
-.p-terminal {
- background: #1f2d40;
- color: rgba(255, 255, 255, 0.87);
- border: 1px solid #304562;
- padding: 1rem;
-}
-.p-terminal .p-terminal-input {
- font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
-}
-
-.p-blockui.p-component-overlay {
- background: rgba(0, 0, 0, 0.4);
-}
-
.p-avatar {
background-color: #304562;
border-radius: 3px;
@@ -4380,6 +4334,10 @@
line-height: 3rem;
}
+.p-blockui.p-component-overlay {
+ background: rgba(0, 0, 0, 0.4);
+}
+
.p-divider .p-divider-content {
background-color: #1f2d40;
}
@@ -4404,6 +4362,55 @@
padding: 0.5rem 0;
}
+.p-inplace .p-inplace-display {
+ padding: 0.5rem 0.5rem;
+ border-radius: 3px;
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
+}
+.p-inplace .p-inplace-display:not(.p-disabled):hover {
+ background: rgba(255, 255, 255, 0.03);
+ color: rgba(255, 255, 255, 0.87);
+}
+.p-inplace .p-inplace-display:focus {
+ outline: 0 none;
+ outline-offset: 0;
+ box-shadow: 0 0 0 1px #cf95d9;
+}
+
+.p-progressbar {
+ border: 0 none;
+ height: 1.5rem;
+ background: #304562;
+ border-radius: 3px;
+}
+.p-progressbar .p-progressbar-value {
+ border: 0 none;
+ margin: 0;
+ background: #BA68C8;
+}
+.p-progressbar .p-progressbar-label {
+ color: rgba(255, 255, 255, 0.87);
+ line-height: 1.5rem;
+}
+
+.p-scrolltop {
+ width: 3rem;
+ height: 3rem;
+ border-radius: 50%;
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
+}
+.p-scrolltop.p-link {
+ background: rgba(186, 104, 200, 0.16);
+}
+.p-scrolltop.p-link:hover {
+ background: rgba(186, 104, 200, 0.3616);
+}
+.p-scrolltop .p-scrolltop-icon {
+ font-size: 1.5rem;
+ color: rgba(255, 255, 255, 0.87);
+}
+
.p-tag {
background: #BA68C8;
color: #ffffff;
@@ -4433,6 +4440,17 @@
font-size: 0.75rem;
}
+.p-terminal {
+ background: #1f2d40;
+ color: rgba(255, 255, 255, 0.87);
+ border: 1px solid #304562;
+ padding: 1rem;
+}
+.p-terminal .p-terminal-input {
+ font-size: 1rem;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+}
+
/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #BA68C8;
diff --git a/src/AppMenu.vue b/src/AppMenu.vue
index cfd06ae2e..539746999 100755
--- a/src/AppMenu.vue
+++ b/src/AppMenu.vue
@@ -120,7 +120,7 @@
OrganizationChart
Paginator
PickList
- Timeline New
+ Timeline