backup push
This commit is contained in:
parent
e3ceeb28e6
commit
47135107ee
|
|
@ -46,7 +46,7 @@
|
||||||
--child-padding-left: 40px;
|
--child-padding-left: 40px;
|
||||||
|
|
||||||
/* Цвета */
|
/* Цвета */
|
||||||
--bg-color: rgba(235, 235, 235, 1);
|
--bg-color: rgb(181, 181, 181);
|
||||||
--text-color: rgba(50, 50, 50, 0.9);
|
--text-color: rgba(50, 50, 50, 0.9);
|
||||||
--text-color-full: rgba(50, 50, 50, 1);
|
--text-color-full: rgba(50, 50, 50, 1);
|
||||||
--icon-color: rgba(50, 50, 50, 0.85);
|
--icon-color: rgba(50, 50, 50, 0.85);
|
||||||
|
|
@ -341,11 +341,8 @@ body, .page-container {
|
||||||
|
|
||||||
.body-sidebar {
|
.body-sidebar {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
|
border-right: none !important;
|
||||||
box-shadow:
|
box-shadow: none !important;
|
||||||
var(--inset-shadow),
|
|
||||||
inset 0 -0.125em 0.125em rgba(255, 255, 255, 0.25),
|
|
||||||
2px 0 20px rgba(0, 0, 0, 0.08) !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.body-sidebar,
|
.body-sidebar,
|
||||||
|
|
@ -1386,6 +1383,26 @@ body, .page-container {
|
||||||
max-width: 300px !important;
|
max-width: 300px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.search-bar input::placeholder {
|
||||||
|
color: rgba(0, 0, 0, 0.6) !important;
|
||||||
|
opacity: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-bar input::-webkit-input-placeholder {
|
||||||
|
color: rgba(0, 0, 0, 0.6) !important;
|
||||||
|
opacity: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-bar input::-moz-placeholder {
|
||||||
|
color: rgba(0, 0, 0, 0.6) !important;
|
||||||
|
opacity: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.search-bar input:-ms-input-placeholder {
|
||||||
|
color: rgba(0, 0, 0, 0.6) !important;
|
||||||
|
opacity: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.search-bar input {
|
.search-bar input {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
|
@ -1500,3 +1517,16 @@ button.btn:active {
|
||||||
--angle-highlight: -45deg !important;
|
--angle-highlight: -45deg !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Прозрачный фон для nested-container */
|
||||||
|
.standard-sidebar-section.nested-container {
|
||||||
|
background: transparent !important;
|
||||||
|
backdrop-filter: none !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.standard-sidebar-section.nested-container::before,
|
||||||
|
.standard-sidebar-section.nested-container::after {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 67 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 46 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
Loading…
Reference in New Issue