From c84ff3d9fe1d9c00ea859b02346b02613fedee8d Mon Sep 17 00:00:00 2001 From: Zanz2 Date: Wed, 29 Aug 2018 11:37:07 +0200 Subject: [PATCH] Small oversight fix --- app/assets/stylesheets/themes/scinote.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index ab05003b7..37cf667ad 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -149,7 +149,7 @@ body { width: 100% !important; } /* Makes blue selected element line fill parent (as it should, fixes sci-2672) */ -.bootstrap-select { +.repository-dropdown { .dropdown-menu{ ul{ .selected{ @@ -160,6 +160,7 @@ body { } } } + mark,.mark { background-color: $brand-warning; }