Skip to content

metrika.yandex.ru FIX by f0xss

Screenshot of metrika.yandex.ru FIX

Details

Authorf0xss

LicenseNo License

Categoryuserstyles

Created

Updated

Size669 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fix dashboard yandex metrika.

1.0.3
исправлен цвет даты событий в баллонах

1.0.2
баллоны теперь всегда полностью в верхнем слое

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           metrika.yandex.ru FIX
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Mr.Foxss
==/UserStyle== */
@-moz-document domain("metrika.yandex.ru") {
	/*цвет заголовка болонов*/
	.report-chart__date.chart-tooltip__date, .chart-tooltip__annotation-date.chart-tooltip__date {
		color: greenyellow;
		font-size: 11pt;
	}
	/*фикс ширины*/
	.b-page {
		min-width: 1200px;
	}
	/*баллоны теперь всегда полностью в верхнем слое*/
	.widget_type_multiline .highcharts-container {
		position: absolute !important;
	}
}

Reviews

No reviews yet.