Skip to content

Commit

Permalink
Merge pull request #42 from LazeMSS/development
Browse files Browse the repository at this point in the history
0.2.9.9 - fixes for plugin manager colors
  • Loading branch information
LazeMSS authored Mar 5, 2023
2 parents e080cd5 + 4092792 commit 9d5d7ff
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 2 deletions.
5 changes: 5 additions & 0 deletions css/bluemoon.css
Original file line number Diff line number Diff line change
Expand Up @@ -6624,3 +6624,8 @@ a.accordion-toggle:not(.collapsed) {
padding-right: 15px;
padding-left: 15px;
}


#settings_dialog table td>a {
color: #ffffff !important;
}
4 changes: 4 additions & 0 deletions css/cyborg.css
Original file line number Diff line number Diff line change
Expand Up @@ -6675,3 +6675,7 @@ body.UICResponsiveMode #settings_dialog_content{
.ct-series-a .ct-line{
stroke: #b94a48;
}

#settings_dialog table td>a {
color: #ffffff !important;
}
3 changes: 3 additions & 0 deletions css/darkgreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -568,3 +568,6 @@ input[disabled], select[disabled], textarea[disabled], input[readonly], select[r
.popover.right .arrow:after {
border-right-color: var(--accent);
}
#settings_dialog table td>a {
color: var(--white) !important;
}
4 changes: 4 additions & 0 deletions css/discoranged.css
Original file line number Diff line number Diff line change
Expand Up @@ -752,4 +752,8 @@ div.popover.toptempPopover .popover-content div.TopTempPopoverGraph svg .ct-labe

#dialog_printJobHistory_compareSlicerSettings table tbody tr span[style*="blue"] {
color: red !important;
}

#settings_dialog table td>a {
color: var(--white) !important;
}
5 changes: 4 additions & 1 deletion css/discorded.css
Original file line number Diff line number Diff line change
Expand Up @@ -602,4 +602,7 @@ div.popover.toptempPopover .popover-content div.TopTempPopoverGraph svg .ct-labe

#dialog_printJobHistory_compareSlicerSettings table tbody tr span[style*="blue"] {
color: red !important;
}
}
#settings_dialog table td>a {
color: var(--white) !important;
}
4 changes: 4 additions & 0 deletions css/prusatribute.css
Original file line number Diff line number Diff line change
Expand Up @@ -6466,3 +6466,7 @@ label {
body.UICResponsiveMode #settings_dialog_content{
margin-top: 55px;
}

#settings_dialog table td>a {
color: #f3f3f3 !important;
}
6 changes: 5 additions & 1 deletion css/slate.css
Original file line number Diff line number Diff line change
Expand Up @@ -6563,4 +6563,8 @@ a.thumbnail:hover {

#tabs_content {
border-top: 1px solid #666;
}
}

#settings_dialog table td>a {
color: #ffffff !important;
}
5 changes: 5 additions & 0 deletions themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,10 @@
"name": "Default",
"desc": "Clean and natural",
"org": "https://octoprint.org/"
},
"matrix":{
"name": "Matrix",
"desc": "A discord-like theme with Green accents based on the themeify theme",
"org": "https://github.com/Sleeepy2"
}
}

0 comments on commit 9d5d7ff

Please sign in to comment.