From 8bac77ab33993107246c086fe754e07c7f71fb7a Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 12 Nov 2018 21:49:57 -0700 Subject: [PATCH] Update custom.scss --- resources/assets/sass/custom.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 8d489ce2c..ea2e55bd8 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -422,4 +422,16 @@ details summary::-webkit-details-marker { color: #08d; background: transparent; border: 1px solid #08d; +} + +.messages-page .bg-primary.text-white a { + color: #fff; +} + +.notification-tooltip .tooltip-inner { + font-weight: bold; +} + +.notification-tooltip .arrow::before { + border-bottom-color:#dc3545 !important; } \ No newline at end of file