From 8747ffd137c8fabe206d9a63a59e5bab1389eff2 Mon Sep 17 00:00:00 2001 From: Vrifox Date: Wed, 14 Oct 2020 21:35:41 +0200 Subject: [PATCH] targets #3 --- scss/import/repository.scss | 113 +++++++++++++++++++++++++++++++++++- 1 file changed, 111 insertions(+), 2 deletions(-) diff --git a/scss/import/repository.scss b/scss/import/repository.scss index 3092ad0..15cdfb7 100644 --- a/scss/import/repository.scss +++ b/scss/import/repository.scss @@ -563,6 +563,18 @@ @if $nojavascript == true { display: none; } + input { + background: rgb(50, 50, 75); + color: rgb(255, 255, 255); + } + } + } + div { + .edit-zone { + .in-edit.button { + box-shadow: none !important; + color: rgb(255, 255, 255) !important; + } } } } @@ -612,6 +624,30 @@ } } } + .right.actions { + .item.action { + a.add-reaction, + a.context-menu { + color: rgb(255, 255, 255); + } + .menu { + &::after { + background: rgb(60, 60, 90); + } + background: rgb(60, 60, 90); + .header { + color: rgb(255, 255, 255); + } + .divider { + border-color: rgb(80, 80, 120); + } + .item.reaction, + .item.context { + color: rgb(255, 255, 255); + } + } + } + } } .segment { background: rgb(50, 50, 75); @@ -788,17 +824,90 @@ opacity: 1; } } - .watching { + .watching { // Notifications: "Subscribe" / "Unsubscribe" @if $nologin == true { display: none; } + div { + form { + button { + background: rgb(70, 70, 105); + color: rgb(255, 255, 255); + &:hover { + background: rgb(60, 60, 90); + } + } + } + } } - #deadline-loader { + .timetrack { + div { + .start-add { + button.start { + background: rgb(70, 70, 105); + color: rgb(255, 255, 255); + &:hover { + background: rgb(60, 60, 90); + } + } + } + } + } + #deadline-loader { // Time Tracker .negative.message { @if $nojavascript == true { display: none; } } + #deadlineForm { + form#update-issue-deadline-form { + input#deadlineDate { + background: rgb(40, 40, 60); + color: rgb(255, 255, 255); + &:focus { + border-color: rgb(70, 70, 105); + } + } + } + } + } + .depending { + div { + form#addDependencyForm { + .action.input { + #new-dependency-drop-list { + background: rgb(40, 40, 60); + color: rgb(255, 255, 255); + &.active { + border-color: rgb(70, 70, 105); + } + .text { + color: rgb(215, 215, 225); + } + .menu { + background: rgb(50, 50, 75) none repeat scroll 0% 0%; + border-color: rgb(70, 70, 105); + box-shadow: none; + .item { + border-color: rgb(70, 70, 105); + color: rgb(255, 255, 255); + } + } + } + } + } + } + } + .watching { // "Lock conversation" + div { + button.show-modal { + background: rgb(70, 70, 105); + color: rgb(255, 255, 255); + &:hover { + background: rgb(60, 60, 90); + } + } + } } } }