Skip to content

Vertec Tweaks by ytonta

Details

Authorytonta

LicenseNo License

Categorywebapp

Created

Updated

Size2.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove Week ends
Tweaks some colors

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           erp.elcanet.local - 9/29/2022, 3:51:34 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://erp.elcanet.local/webapp/") {
  /* Insert code here... */
  .vertec-grid-row.odd {
    background-color: rgba(0,0,0,0.07)  
  }
  
  .vertec-grid-row .vertec-grid-cell[data-qx-table-cell-col="18"] {
    left: 1350px !important;
  }
  
  .vertec-grid-row .vertec-grid-cell:nth-child(14),
  .vertec-grid-row .vertec-grid-cell:nth-child(15),
  .vertec-grid-row .vertec-grid-cell:nth-child(16),
  .vertec-grid-row .vertec-grid-cell:nth-child(17) {
    display: none;
  }
  
  .qx-vertec-table-group-header-section .qx-vertec-table-background-column:nth-child(8),
  .qx-vertec-table-group-header-section .qx-vertec-table-background-column:nth-child(9) {
    display: none
  }
      
  .qx-vertec-table-group-header-section .qx-vertec-table-background-column:nth-child(10) {
    left: 1380px !important;
  }
    
  .qx-vertec-layout-skeleteon:nth-child(7),
  .qx-vertec-layout-skeleteon:nth-child(8) {
    display: none
  }
  
  .qx-vertec-table-header-area .qx-vertec-table-header:nth-child(14),
  .qx-vertec-table-header-area .qx-vertec-table-header:nth-child(15),
  .qx-vertec-table-header-area .qx-vertec-table-header:nth-child(16),
  .qx-vertec-table-header-area .qx-vertec-table-header:nth-child(17) {
    display: none
  }  
  
  .qx-vertec-table-header-area .qx-vertec-table-header:last-child {
    left: 1350px !important;
  }
  
  .qx-vertec-table-background-column:nth-child(15),
  .qx-vertec-table-background-column:nth-child(16),
  .qx-vertec-table-background-column:nth-child(17),
  .qx-vertec-table-background-column:nth-child(18) {
    display: none
  }
  
  .qx-vertec-table-background-column:nth-child(19) {
    left: 1380px !important;
  }
  
  .qx-vertec-table-summaryrow-docked .qx-vertec-table-background-column:last-child,
  .qx-vertec-table-summaryrow .qx-vertec-table-background-column:last-child {
    left: 1380px !important;    
  }
  
  .qx-vertec-table {
    width: 1430px !important;
  }
  
  .qx-vertec-layout-skeleteon {
    width: 1361px !important;
  }
  
  .qx-navigation-frame-container-dock-container div:nth-child(2) > div {
    width: 1430px  !important;
  }
}

Reviews

No reviews yet.