Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #14 from bonanitech/dev
Browse files Browse the repository at this point in the history
Release v0.2.4
  • Loading branch information
Mauricio Bonani authored Jan 24, 2019
2 parents 9567469 + 2211181 commit d6f1bf4
Showing 1 changed file with 30 additions and 7 deletions.
37 changes: 30 additions & 7 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

.debug-message-element {
color: #2E333A;
color: #EDEDED;
}

.debug-message-meta {
Expand All @@ -39,7 +39,7 @@
}

.debug-message-object-key {
color: #222;
color: #EDEDED;
}

.debug-message-payload {
Expand Down Expand Up @@ -67,7 +67,7 @@
}

.debug-message-type-string {
color: #222;
color: #aaa;
}

.debug-message-type-string:hover {
Expand All @@ -88,6 +88,11 @@
color: #EDEDED !important;
}

.editor-button:not(.disabled):not(:disabled):hover i.fa-terminal {
color: #666 !important;
background: #ddd;
}

.editor-tray {
background-color: #434954;
border-bottom-color: #2E333A;
Expand Down Expand Up @@ -196,7 +201,7 @@
}

.node-diff-node-description {
color: #222;
color: #aaa;
}

.node-diff-node-entry td,
Expand All @@ -218,7 +223,7 @@
}

.node-diff-node-entry-properties {
color: #222;
color: #aaa;
}

.node-diff-node-entry:first-child {
Expand All @@ -230,7 +235,7 @@
}

.node-diff-node-unchanged .node-diff-status {
color: #222;
color: #aaa;
}

.node-diff-property-cell.node-diff-node-changed {
Expand All @@ -251,6 +256,10 @@
color: #EDEDED;
}

.node-help dl.message-properties>dt .property-type {
color: #EDEDED;
}

.node-help {
background-color: #434954;
color: #EDEDED;
Expand Down Expand Up @@ -363,6 +372,12 @@
background: #2E333A;
}

.projects-branch-list .red-ui-searchBox-container {
border-top-color: #2E333A;
border-left-color: #2E333A;
border-right-color: #2E333A;
}

.projects-dialog-list .red-ui-editableList-container {
background-color: #434954;
}
Expand Down Expand Up @@ -676,11 +691,15 @@
background-color: #434954;
border-bottom-color: #2E333A;
border-top-color: #2E333A;
color: #aaa;
}

.sidebar-version-control-commit-entry:hover .sidebar-version-control-commit-subject {
color: #222;
}

.sidebar-version-control-commit-subject {
color: #222;
color: #EDEDED;
}

.sidebar-version-control-slide-box {
Expand Down Expand Up @@ -776,6 +795,10 @@ textarea {
background-color: #434954;
}

#halt_if_help {
color: #EDEDED;
}

#node-input-link-container {
background-color: #434954;
}
Expand Down

0 comments on commit d6f1bf4

Please sign in to comment.