Skip to content

Instantly share code, notes, and snippets.

@alikrc
Last active January 24, 2023 23:08
Show Gist options
  • Save alikrc/ac13adb53fd0bcad999973afb293f7eb to your computer and use it in GitHub Desktop.
Save alikrc/ac13adb53fd0bcad999973afb293f7eb to your computer and use it in GitHub Desktop.
stylish extension fogbugz dark theme
.filterbar-refine-further-popup .list-choices-item{
color:inherit;
}
#mainArea a,
#mainArea input,
#mainArea td{
font-size:medium;
}
.event .body, .case .field {
font-size: medium
}
body, button, input, select, textarea, .droplist .droplist-input, .case .case-list th, .wiki-page-list th, .case-list td, .wiki-page-list td, .case-list .wiki-grid-header, .wiki-page-list .wiki-grid-header, .case-list .wiki-grid-column, .wiki-page-list .wiki-grid-column {
font-family:"Segoe UI", SegoeUI, Segoe WP, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif !important;
font-size: small;
}
a.not-visited {
color: lime;
}
.case-list a.case.visited {
color: #c5c5c5;
}
.event .bodycontent a,
#sidebarTags a:visited{
color: #060628;
}
timesheet-popup a.case, timesheet-popup a:visited.case, .case-lightbox a:visited {
color: #1a1d21;
}
.timesheet-popup.dialog-popup a.visited, .timesheet-popup.dialog-popup h2, .timesheet-popup.dialog-popup time, .timesheet-popup.dialog-popup th, .timesheet-popup a, .timesheet-popup a:visited {
color: gray;
}
.gw-nav-entry-time .list-choices-popup .list-choices-item:hover {
background-color: steelblue;
}
div>div.case-lightbox-overlay>div.case-lightbox-modal>div>section>article>div.top.clearfix>div.right>header:nth-child(1)>div>div:nth-child(1)>span>a, .list-choices-item.edit-timesheet {
color: #c5c5c5;
filter: invert(1);
}
.case .top .right>header>h1, .case .top .right>header .case-number {
color: #1458B3;
filter: invert(1);
}
.action-link {
color: #c5c5c5;
}
body {
line-height: inherit;
}
a {
color: inherit;
}
header>span>span.action>span>a {
color: #060628;
}
.visited {
color: dodgerblue;
}
.action-link {
color: inherit;
border-bottom: 1px solid gray;
}
a:visited {
color: #c5c5c5;
}
.case-list tr.bug-grid-row {
background: #1a1d21 !important;
filter: invert(100%);
}
html, body {
background: #1a1d21;
color: #c5c5c5;
}
nav.clear {
background: #202019;
}
.twofa-barcode {
background: #1a1d21;
color: #c5c5c5;
}
/* Make links white */
list-add-case, #filter-bar-title, .status, .view-name, .list-choices-header, .context-menu-action, h1 {
color: #fff;
}
.specify-case, .list-choices-expander, .edit-timesheet, .bodycontent, .action, .case-popup>div.comment, .case-popup>h2, .case-popup>dl, header h1 {
color: #0b45d9;
}
.action-button.disabled {
color: #aaa !important;
}
.gw-nav-entry-feedback {
display: none
}
.biglist {
width: 100% !important;
border: 1px #c5c5c5 solid;
margin-top: 5px;
margin-bottom: 20px;
}
.close-button, .biglist .row {
border: 1px #c5c5c5 solid;
}
/* Invert colors */
.bug-grid, .list-group-footer, .gw-nav-pane, .gw-nav-mobile, .gw-nav-submenus, nav.clear, .case .status, .case .case-category:not(.icon-wrench), .gw-header-main, #filter-bar, .filterbar-view-popup svg, .filterbar-refine-further-popup .list-choices-section, .filterbar-refine-further-popup .droplist, .action-bar, section.case, .mini-report, .biglist, .userPrefs .main, .person-page, .menu-small-blue, .popup {
-webkit-filter: invert(1);
-moz-filter: invert(1);
filter: invert(1);
}
/* Invert image colors back */
.priority, .bug-grid svg, .list-group-footer svg, .gw-nav-pane img, .gw-nav-mobile img, .gw-nav-entry-time .gw-nav-link-icon .active, .gw-nav-entry-time .gw-nav-link-label.active, .gw-nav-submenus svg, .case-popup svg, section.case img, .biglist img, .case .clear, .case .controls, .userPrefs .main img, .person-page h1, .person-page img, .person-page svg, .case-add-category-popup svg {
-webkit-filter: invert(1) !important;
-moz-filter: invert(1) !important;
filter: invert(1) !important;
}
.case .left {
width: 15%;
min-width: 15%;
}
.case .events {
width: 85%;
min-width: 85%;
}
.case {
width: 90%;
max-width: none;
}
.event {
border: 1px lightgrey solid;
padding: 10px;
}
.event header .summary {
padding-bottom: 3px;
border-bottom: 1px lightgrey solid;
}
.event.email .event-content.event-email-incoming:before, .event.email .event-content.event-email-outgoing:before {
background-image: none;
}
.event.email .event-content {
margin-left: 0px;
width: 100%;
background: #ededf1;
}
.event header .summary {
padding-bottom: 5px;
}
.event header .changes {
margin-left: 0px;
margin-top: 5px;
}
.event .timestamp {
margin: 4px 0 0 0px;
}
.event .body:before {
border-width: 0px 0px 0px 0;
left: 0px;
}
.event .body {
margin-left: 0px;
border-radius: 4px;
border-top-left-radius: inherit;
width: 100%;
background-color: lightgray;
}
@harefoot55
Copy link

Thank you...this was very helpful and easy to use!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment