UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: стандартизация таблицы участников workspace
This commit is contained in:
@@ -2094,6 +2094,27 @@
|
||||
-webkit-backdrop-filter: blur(18px);
|
||||
}
|
||||
|
||||
.nodedc-settings-table-surface,
|
||||
.nodedc-settings-table-sticky {
|
||||
background: rgb(36, 36, 38) !important;
|
||||
-webkit-backdrop-filter: none !important;
|
||||
backdrop-filter: none !important;
|
||||
}
|
||||
|
||||
.nodedc-settings-table-sticky {
|
||||
position: sticky;
|
||||
}
|
||||
|
||||
.nodedc-settings-table-sticky::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -1px;
|
||||
bottom: 0;
|
||||
width: 1px;
|
||||
background: rgba(255, 255, 255, 0.045);
|
||||
}
|
||||
|
||||
.nodedc-settings-sidebar-shell {
|
||||
border: 0 !important;
|
||||
outline: none !important;
|
||||
|
||||
Reference in New Issue
Block a user