From eb904e88ae9a8eed61a9f770c43006ca916a47cf Mon Sep 17 00:00:00 2001 From: MR Date: Mon, 26 Aug 2019 18:00:46 +0100 Subject: [PATCH 1/3] Timeline not gray --- Theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Theme.css b/Theme.css index dae85ad5..fbf304bf 100644 --- a/Theme.css +++ b/Theme.css @@ -7542,9 +7542,10 @@ a.btn, } .commits-listing:before, +.profile-timeline.discussion-timeline:before, .discussion-timeline:before, .discussion-item-icon { - background: #555; + background: #555 !important; } .btn .octicon { From 8f59493717ed5db470d262e82e2e7f00f3710390 Mon Sep 17 00:00:00 2001 From: MR Date: Mon, 26 Aug 2019 18:14:34 +0100 Subject: [PATCH 2/3] Fix viewed button toggle background color --- Theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Theme.css b/Theme.css index fbf304bf..46ce9c1f 100644 --- a/Theme.css +++ b/Theme.css @@ -7571,4 +7571,8 @@ div[style="background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,25 div[style="background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));"] { background: linear-gradient(to right, rgb(93, 106, 119), rgba(255, 255, 255, 0)) !important; +} + +.bg-blue-2{ + background: rgb(49, 51, 56) !important; } \ No newline at end of file From dab409fdaa7c4769a94a1da1480b78eb09a1ad32 Mon Sep 17 00:00:00 2001 From: MR Date: Mon, 26 Aug 2019 18:19:16 +0100 Subject: [PATCH 3/3] Fix text edit background is white --- Theme.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Theme.css b/Theme.css index 46ce9c1f..b63cdc02 100644 --- a/Theme.css +++ b/Theme.css @@ -7574,5 +7574,8 @@ div[style="background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,2 } .bg-blue-2{ - background: rgb(49, 51, 56) !important; + background: #3c444c !important; +} +.projects-comment-form .comment-form-head .toolbar-commenting{ + background: none !important; } \ No newline at end of file