Показывать только коммуникации на домашней странице. И в разделе очередь показывать только не обработанные записи
Fix StreamCrm by pasharm
Details
Authorpasharm
LicenseNo License
Categorycrm.streamtele.com
Created
Updated
Size843 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fix StreamCrm
@namespace Fix StreamCrm
@version 1.0.0
@description Показывать только коммуникации на домашней странице. И в разделе очередь показывать только не обработанные записи
@author mpasha
==/UserStyle== */
@-moz-document domain("crm.streamtele.com") {
#div.info.well > div.row-fluid > div.span6 > .ajax-block.alert-success.alert,
#idaedae9524bc58185027beb471b211db8,
.dashboard > div.row-fluid,
div.info.well:nth-of-type(2),
#table16109155781050124092 > tbody > tr:nth-of-type(6),
#table16109155781050124092 > tbody > tr:nth-of-type(2),
div.info.well:nth-of-type(3),
tr.muted.odd,
tr.muted.even,
.text-warning.even,
.text-warning.odd {
display: none;
}
}