Mejora visual.
ImpexDocs for Devesa by maurodb
Details
Authormaurodb
LicenseNo License
Categoryuserstyles
Created
Updated
Size770 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Installation
Instalación
Source code
/* ==UserStyle==
@name ImpexDocs for Devesa
@namespace MauroDB
@version 1.0.1
@description Mejora visual para el sitio de ImpexDocs.
@author maurodb
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://appus.impexdocs.com/shipment/detail/"), url-prefix("https://appus.impexdocs.com/SaleOrder/detail/"), url-prefix("https://betadevesa.impexdocs.com/shipment/detail/"), url-prefix("https://betadevesa.impexdocs.com/saleorder/detail/") {
body {
height: inherit;
}
#whole_page_container {
position: inherit;
}
.tablestickey {
max-height: 100% !important;
}
#sales_tab-tabContent {
overflow-y: inherit !important;
}
.action_cir.dropdown:hover {
display: inline-block;
}
}