From: Alexander Moisseev Date: Wed, 2 Jul 2025 10:42:10 +0000 (+0300) Subject: [Minor] Replace legacy rgba() alias X-Git-Tag: 3.13.0~50^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e62ec589c89e4744e95277366396313722711d6;p=thirdparty%2Frspamd.git [Minor] Replace legacy rgba() alias with modern rgb() notation --- diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index a4335c07b9..9f97a668b2 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -441,10 +441,10 @@ table#symbolsTable input[type="number"] { } .scorebar-spam { - background-color: rgba(240 0 0 / 0.1) !important; + background-color: rgb(240 0 0 / 0.1) !important; } .scorebar-ham { - background: rgba(100 230 80 / 0.1) !important; + background: rgb(100 230 80 / 0.1) !important; } .danger .icon { @@ -602,10 +602,10 @@ table#symbolsTable input[type="number"] { bottom: unset; } .codejar-linenumbers { - background: rgba(255 255 255 / 0.07) !important; + background: rgb(255 255 255 / 0.07) !important; } .codejar-linenumber { - color: rgba(120 120 120 / 1) !important; + color: rgb(120 120 120 / 1) !important; text-align: right; } .editor {