Created
April 3, 2025 07:55
-
-
Save luelista/990ed4c54513aebbb2a66256debd1095 to your computer and use it in GitHub Desktop.
pretix userstyles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-moz-document domain("pretix.eu"), domain("staging.pretix.eu"), domain("meow.tunnel.pretix.work") { | |
.navbar-default { | |
background-color: #f4f4f4; | |
} | |
#side-menu > li > a { | |
padding: 4px 15px; | |
background: #ececec; | |
font-size: 9pt; | |
} | |
#side-menu li a:hover { | |
background: #dddddd; | |
color: #403347; | |
} | |
#side-menu li a.active, #side-menu li:has(.nav-second-level > li:first-child a.active) > a { | |
background: #7f5a91; | |
color: #fff; | |
.fa { | |
color: #fff; | |
} | |
} | |
#side-menu .nav-second-level > li > a { | |
padding: 2px 15px 2px 34px; | |
font-size: 9pt; | |
} | |
#side-menu .nav-second-level > li:first-child { | |
display: none; | |
} | |
#side-menu .nav-second-level.collapse { | |
display: block; /* always show */ | |
} | |
#side-menu > li > a.arrow { | |
display: none; /* hide expand/collapse arrows */ | |
} | |
.sidebar ul li a.has-children { | |
margin-right: 0; | |
} | |
.col-lg-2, .col-md-2 { | |
> .panel:has(.list-group-item.logentry) { | |
position: absolute; | |
top: -70px; | |
right: -28px; | |
width: 250px; | |
border-radius: 0; | |
} | |
} | |
textarea[lang], input[lang] { background-color: white; } | |
/* main.b97e666c85a5.css | https://meow.tunnel.pretix.work/static/CACHE/css/main.b97e666c85a5.css */ | |
#page-wrapper:has(.tabbed-form) { | |
background-color: #fafafa; | |
} | |
.nav-tabs > li > a { | |
/* border: 1px solid transparent; */ | |
/* border-radius: var(--pretix-border-radius-base) var(--pretix-border-radius-base) 0 0; */ | |
border: 1px solid #eee; | |
border-radius: 0; | |
padding: 8px 10px; | |
border-bottom-color: transparent; | |
color: #777; | |
font-size: 9pt; | |
} | |
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { | |
/* color: #555555; */ | |
/* border: 1px solid #ddd; */ | |
color: #333; | |
border: 1px solid #aaa; | |
border-bottom-color: transparent; | |
background-color: white; | |
} | |
.tab-content { | |
/* border: 1px solid #ddd; */ | |
border-radius: 0; | |
border: 1px solid #aaa; | |
background-color: white; | |
} | |
.nav-tabs > li > a:hover { | |
/* border-color: #eeeeee #eeeeee #ddd; */ | |
border-color: #eeeeee #eeeeee #aaa; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment