Skip to content

Instantly share code, notes, and snippets.

@paul-hph
Last active September 7, 2023 08:24
Show Gist options
  • Save paul-hph/42814ad2ab1c07df58178bbc0da050c5 to your computer and use it in GitHub Desktop.
Save paul-hph/42814ad2ab1c07df58178bbc0da050c5 to your computer and use it in GitHub Desktop.
/* cSIcsb = Server */
table {
/* border-radius: 6px;*/
overflow: hidden;
}
table.styled{
border-bottom: 0px solid #ededed !important;
}
table tbody tr:nth-child(even) {
background: none !important;
}
table tbody tr:nth-child(odd) {
background: #fafafa !important;
}
table tbody tr:hover {
background: #fafafa !important;
}
table tbody tr.spezial {
background: #0054f5 !important;
}
table tbody tr.bg-sub {
background: #ededed !important;
}
.bg-sub{
background: #fafafa;
}
table.permissions-table tbody tr.parent{
background: none !important;
border-bottom: 1px solid #ededed;
}
table.permissions-table tbody tr.child{
background: none !important;
border-bottom: 1px solid #ededed;
}
table.permissions-table tbody tr.child:nth-child(even){
background: #fafafa !important;
border-bottom: 1px solid #ededed;
}
.cancel{
color: #fff !important;
background: #27367b !important;
}
table.styled tbody tr {
border-bottom: 1px solid #ededed;
}
.table h1, .caption h1{
padding: 10px 20px !important;
min-height: 23px;
}
.table .toolbar{
background: #eaeaea !important;
border: none;
}
.table .toolbar a{
opacity: 1 !important;
border-radius: 5px !important;
margin: 10px !important;
background: rgb(0, 166, 116) !important;
color: #fff !important;
border: none !important;
}
.table .toolbar a:hover{
background: rgb(0, 125, 87) !important;
color: #fff;
}
.table .toolbar a.disabled{
opacity: 0.5 !important;
}
/*
table tbody,
table thead {
border: 1px solid #ededed;
border-bottom: 1px solid #ededed !important;
}
*/
table thead,
table thead tr th {
background: none !important;
}
.table table thead{
border: none;
}
.keep-in-view-0{
border: none !important;
}
.no-border{
border: 1px solid #ededed !important;
}
.iQwapl{
justify-content: center;
}
.xform .caption{
background: #fafafa;
}
.xform label{
font-family: "Inter" !important;
}
.xform .xform-control, input[type=text], select, .btn,
zen4x-input-group zen4x-input input[type=text],
zen4x-input-group zen4x-input input[type=tel],
zen4x-input-group zen-select .selected
{
height: 42px !important;
border-radius: 6px;
padding:5px 10px !important;
background: #fff !important;
}
.xform .xform-control:focus{
box-shadow: none;
border: 2px solid #0054f5;
}
.bordered-box{
line-height: 2em;
background: #e7effa;
color: #0054f5;
border: none;
}
.alert, .alert-box{
background: #e7effa;
border: none;
border-radius: 5px;
overflow:hidden;
}
.alert .title, .alert-box .title, .alert-box .title h1{
background: #0054f5;
color: #fff;
border: none;
}
.alert .title, .alert-box .title{
padding: 5px 10px;
}
.xform .content {
padding: 0px;
}
.content > .row-fluid{
padding-left: 10px ;
padding-right: 10px;
}
.content.row-fluid{
padding: 10px !important;
}
hr{
border: none;
border-top: 1px dashed #ededed;
background: #fff;
}
.caption, .table{
border:1px solid #ededed
}
.content-element table{
border: 1px solid #ededed !important;
}
table tbody tr.coabfluid-table-group-header-row{
background: #ececec !important;
}
table tbody .coabfluid-table-group-header-row-label{
font-family: "InterBold";
color: #2f3e80;
}
.coabfluid-table-filterbox{
border: none;
text-align: left;
border-top: 1px dashed white;
}
.coabfluid-table-filterbox input{
height: 34px !important;
margin-bottom:5px;
}
.sc-hwdzOV * {
font-size: 13px !important;
}
.bDNcNG {
background: #fafafa;
margin: 2px;
}
.topLevel {
padding: 1px !important;
}
.ceLmaS {
padding: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, .10);
}
.hzbnQZ {
padding: 10px;
}
.faGICi {
padding: 0;
margin: 0;
}
#content {
color: hsl(229, 0%, 32%) !important;
font-size: 13px !important;
}
table i {
transform: translateY(1px) !important;
}
.dPnqyW {
gap: 10px
}
zen-popup > div {
padding: 20px !important;
}
.fancybox-overlay-fixed{
background-color: rgb(255 255 255 / 50%) !important;
backdrop-filter: blur(2px);
border-radius: 10px;
}
.fancybox-opened .fancybox-skin{
border: 1px solid white;
border-radius: 5px;
padding:0px;
background: #fff;
}
.fancybox-opened .fancybox-skin #popup-container{
padding:25px;
}
.fancybox-opened .slider_container{
width: 100%;
}
.account-template-slider a.bx-controls-direction{
height: 48px;
border-radius: 5px;
transform: scale(0.8);
filter: grayscale(1) brightness(2.5);
}
.fancybox-close{
border-radius: 5px;
filter: grayscale(1);
top: 0;
right: 1px;
}
.fancybox-wrap{
left:50% !important;;
translate:-50%;
}
.fancybox-inner{
height: auto !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment