thmes ref
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
@import "../../espo/bootstrap/variables.less";
|
||||
@import "../../espo/value-variables.less";
|
||||
@import "../../espo/variables.less";
|
||||
@import "../../hazyblue/variables.less";
|
||||
@import "../variables.less";
|
||||
@import "../../espo/root-variables.less";
|
||||
@import "../../espo/iframe/iframe.less";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import (css) "hazyblue.css";
|
||||
@import (css) "espo.css";
|
||||
|
||||
@import "../espo/bootstrap/variables.less";
|
||||
@import "../espo/value-variables.less";
|
||||
|
||||
@@ -22,10 +22,12 @@
|
||||
@brand-danger-value: #b95855;
|
||||
@brand-info-value: #9080b5;
|
||||
|
||||
@state-info-bg-value: #6e608f;
|
||||
|
||||
@state-danger-text-value: #a95e5c;
|
||||
@state-success-text-value: #79a97b;
|
||||
@state-warning-text-value: #ad8b50;
|
||||
@state-info-text-value: #929eb1;
|
||||
@state-info-text-value: #b2a6c9;
|
||||
|
||||
@state-success-bg-value: #3a5438;
|
||||
@state-danger-bg-value: #422a2a;
|
||||
|
||||
@@ -796,7 +796,7 @@ input.global-search-input {
|
||||
|
||||
.list-buttons-container .sticked-bar {
|
||||
position: fixed;
|
||||
background-color: @body-bg;
|
||||
background-color: var(--navbar-bg);
|
||||
z-index: 1000;
|
||||
padding-top: 3px;
|
||||
}
|
||||
@@ -1797,7 +1797,7 @@ label.attach-file-label {
|
||||
}
|
||||
|
||||
.stick-sub.button-container {
|
||||
background-color: @body-bg;
|
||||
background-color: var(--navbar-bg);
|
||||
padding: 3px @container-padding 0 @container-padding;
|
||||
width: 100%;
|
||||
}
|
||||
@@ -2723,6 +2723,13 @@ table.table-admin-panel {
|
||||
.admin-content {
|
||||
.notifications-panel-container > .panel {
|
||||
overflow: hidden;
|
||||
|
||||
.list-group-item:first-child {
|
||||
border-top: 0;
|
||||
}
|
||||
.list-group-item:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.table-admin-panel,
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
#navbar .navbar {
|
||||
box-shadow: none;
|
||||
|
||||
.navbar-right {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
body > #content > #main > .admin-content {
|
||||
.notifications-panel-container .list-group {
|
||||
.list-group-item:first-child {
|
||||
border-top: 0;
|
||||
}
|
||||
.list-group-item:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.record .stick-sub.button-container {
|
||||
background-color: var(--navbar-bg) !important;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
@import "../espo/init.less";
|
||||
@import (css) "espo.css";
|
||||
|
||||
@import "../espo/bootstrap/variables.less";
|
||||
@import "../espo/value-variables.less";
|
||||
@import "../espo/variables.less";
|
||||
@import "../espo/mixins.less";
|
||||
@import "../espo/root-variables.less";
|
||||
@import "../espo/misc.less";
|
||||
@import "../espo/layout-top.less";
|
||||
@import "../espo/layout-side.less";
|
||||
@import "../espo/custom.less";
|
||||
@import "variables.less";
|
||||
@import "../espo/root-variables.less";
|
||||
|
||||
@import "custom.less";
|
||||
@import "../espo/utilities.less";
|
||||
|
||||
body {
|
||||
--theme-name: Hazyblue;
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
@navbar-inverse-bg-value: #546E7A;
|
||||
|
||||
@state-info-bg-value: #dbd0f5;
|
||||
@state-info-bg-value: #e2e2e2;
|
||||
@state-info-text-value: @text-color;
|
||||
|
||||
@brand-success-value: #85b75f;
|
||||
|
||||
Reference in New Issue
Block a user