zaebal etot visual'nii shum
https://chromewebstore.google.com/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne
Clear bitrix by bykovser

Details
Authorbykovser
LicenseNo License
Categorybitrix24.ru
Created
Updated
Code size3.6 kB
Code checksumeed23ad2
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Clear bitrix
@version 20241209.07.52
@namespace https://userstyles.world/user/bykovser
@description zaebal etot visual'nii shumhttps://chromewebstore.google.com/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne
@author bykovser
@license No License
==/UserStyle== */
@-moz-document domain("bitrix24.ru") {
/*убираем ниибаца новые новости битрикса*/
.intranet-realease-ear,.ui-notification-panel{
display: none !important;
}
/*убираем батарейку тарифа, цифру эффективности, "НОВОЕ" возле рабочих часов, роботов и битрикс.маркет*/
.ui-btn-icon-low-battery,
.--has-menu .main-buttons-item-counter,
.ui-counter-primary .ui-counter-inner,
.task-interface-toolbar--item--scope {
display: none !important;
}
/*убираем кнопку помощи, копилота и "чат открытой линии"*/
.im-bar-mode .help-block,
.bx-im-informer-ol,
.bx-im-informer-copilot {
position: relative;
display: none !important;
}
/*двигаем оставшиеся кнопки вверх*/
.bx-im-bar-with-ol.bx-im-bar-with-copilot .bx-im-users-wrap {
top: 105px;
}
/*затемнение кнопки "Пригласить"*/
.ui-btn.license-btn-primary {
background: #215d65;
border-color: #21585f;
margin-left: 12px !important;
display: flex;
}
/*эти цифры дублируются в 4 местах, делаем с ними чота))) */
.menu-item-index{
background-color: #f5481942;
color: #ffffff80;
}
.main-buttons-item .main-buttons-item-counter {
background: #ff510000;
color: #0008;
font-weight: 700;
}
/*закреплённые будут виднее обычных*/
.tasks-list-item-pinned td:not([style*="background-color"]) {
background-color: #fff !important;
}
.main-grid-cell {
background: #f8f8f8;
}
/*фиксим игрушечные плашки*/
.ui-label.ui-label-fill {
box-shadow:inset 0 0 0 100px rgba(255, 255, 255, .4);
}
/*наконец-то лого будет видно)) */
.logo-image-container {
position: relative;
}
.logo-image-container::before {
content: '';
position: absolute;
top: 15px;
left: 0px;
width: 55px;
height: 25px;
background: rgba(255, 255, 255, .8);
box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, .8);
z-index: -1;
border-radius: 10%;
}
/*затемняем звёздочку избранного раздела*/
.ui-toolbar-star {
opacity: .2;
}
.ui-toolbar-star:hover {
opacity: .9;
}
/*затемняем игрушечную кнопку СОЗДАТЬ*/
.ui-btn-success {
opacity: .5
}
.ui-btn-success:hover {
opacity: .9;
}
/*более нейтральные цвета фильтров*/
.main-ui-filter-theme-muted.main-ui-filter-set-outside:not(.main-ui-filter-search--showed) .main-ui-square.main-ui-filter-search-square, .main-ui-filter-theme-muted.main-ui-filter-default-applied:not(.main-ui-filter-search--showed) .main-ui-square.main-ui-filter-search-square {
background-color: hsla(194, 70%, 47%, .6);
}
.main-ui-filter-theme-muted.main-ui-filter-set-outside:not(.main-ui-filter-search--showed) .main-ui-square.main-ui-filter-search-square .main-ui-square-item, .main-ui-filter-theme-muted.main-ui-filter-default-applied:not(.main-ui-filter-search--showed) .main-ui-square.main-ui-filter-search-square .main-ui-square-item {
color: hsl(0, 0%, 85%);
}
}