From 7eeff6d9b4c51d35f44efcfd102f4ee525d0da34 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 9 Feb 2022 15:54:11 +0100 Subject: [PATCH] css: lighter background for merge messages --- public/css/module.less | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/public/css/module.less b/public/css/module.less index 6cef922c..3bb0bb1b 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -1372,13 +1372,13 @@ table.activity-log { position: absolute; height: 100%; background: @body-bg-color; - border-radius: 0.5em; + border-radius: 1em; } a.range-comment { width: 100%; height: 100%; display: block; - border-radius: 0.5em; + border-radius: 1em; padding: 0.2em 1em; vertical-align: middle; &::-webkit-scrollbar { @@ -1388,12 +1388,11 @@ table.activity-log { -ms-overflow-style: none; overflow-y:auto; overflow-x:hidden; - text-overflow: ellipsis; word-break: break-word; &:hover { text-decoration: none; } - background: fade(@color-warning-handled, 40%); + background: fade(@color-warning-handled, 20%); &:hover { background: fade(@color-warning-handled, 60%); }