Simple retheme for PASCO KACE UI
BC KACE by jpotts
Details
Authorjpotts
LicenseNo License
Categoryhttps://k1000.pasco.com.au/
Created
Updated
Size4.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name k1000.pasco.com.au - 21/12/2022, 15:32:48
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("k1000.pasco.com.au"), domain("helpdesk.brandcollective.com.au") {
.odd {
color: black!important;
background-color: #fff!important;
}
.odd a, .even a {
color: #0097A7;
}
.even {
color: black!important;
background-color: #fff;
}
.k-list .k-action-header,
.k-detail .k-action-header {
border-bottom: none;
margin-bottom: 1rem;
}
.dataTables_scroll {
padding-bottom: 4rem;
}
.dataTables_scrollBody {
height: fit-content!important;
overflow: visible!important;
}
.dataTables_scrollHead {
position: sticky!important;
top: 77px;
z-index: 100;
background: white;
}
body > header .k-header-nav li {
margin-right: 15px!important;
}
.k-header-nav {
margin-top: 5px!important;
}
.k-last-updated {
display: none!important;
}
.k-auto-refresh {
float: right!important;
}
.k-list-bottom {
position: fixed;
bottom: 0;
right: 0;
left: 0;
background: white;
}
body>header {
min-height: 62px!important;
height: 62px!important;
}
[title="DigitalTicketOwners"] {
font-weight: bold;
}
[title="New"] {
background-color: #ffdd57;
font-weight: bold;
border-radius: 10px;
padding: .5rem;
border: 2px solid #d7d4d4;
color: black;
}
[title="Opened"] {
background-color: #c72a1c;
font-weight: bold;
border-radius: 10px;
padding: .5rem;
border: 2px solid #d7d4d4;
color: white;
}
[title="Opened"]:hover {
color: white;
}
[title="Waiting on Customer"] {
background-color: #0bf;
font-weight: bold;
border-radius: 10px;
padding: .5rem;
border: 2px solid #d7d4d4;
color: White;
}
.k-list-bottom .right {
width: 10%;
}
.k-main-side-nav.k-main-nav-collapsed,
nav.k-main-side-nav {
top: 44px;
}
.k-main {
margin-top: 65px;
}
@media screen and (max-width: 900px) {
.k-page-name {
margin-top: 20px;
}
}
.k-list-bottom .left {
width: 30%;
text-align: right;
}
.k-secondary-bar {
top: 44px;
border-top: none;
}
#k_header_logo {
display: none!important;
}
.k-header-nav.clear-right {
display: none;
}
.k-header-menu {
float: none;
max-width: none;
}
.k-header-menu-item {
border: none!important;
margin: 0;
padding: 1rem;
padding-left: 5px;
}
#kgrid_page_search {
flex-grow: 1;
display: flex;
justify-content: flex-end;
padding: 1rem;
}
.k-header-menu.k-list-page-header {
margin: 0;
}
.k-list-search-container.k-header-menu-item {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
padding: 0;
}
#k-search-box {
border-radius: 10px;
padding-inline: 1rem;
border: 1px solid #e6e6e6;
}
.k-list-table .dataTable thead tr {
border-bottom: 1px solid #e6e6e6!important;
}
.k-list-table .dataTable thead tr th {
padding: 1rem;
}
tr td {
padding: 1rem!important;
}
.k-action-header-menu {
border: none!important;
}
.k-list-table .dataTable tbody tr:hover td:not(.dataTables_empty) a,
.k-list-table .dataTable tbody tr:hover td:not(.dataTables_empty) a span {
color: #0097A7!important;
}
.k-list-table .dataTable tbody tr:hover td:not(.dataTables_empty) {
color: black!important;
}
.k-list-table .dataTable tbody tr:hover td:not(.dataTables_empty),
.k-list-table .dataTable tbody tr:hover td:not(.dataTables_empty) a {
background-color: #e6e6e6!important;
transition: all ease-in 200ms;
}
.k-list-table .dataTable tbody tr:hover td:not(.dataTables_empty) span{
color: black !important;
}
}