From 1cf7b4ba9ef702ec0725d6e251386eb027dfc204 Mon Sep 17 00:00:00 2001 From: Igor Belitskiy Date: Fri, 17 Mar 2023 09:33:34 +0600 Subject: [PATCH] fix1 --- style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index eeb9b01..6148313 100644 --- a/style.css +++ b/style.css @@ -1,12 +1,13 @@ .cssboxColor1{ - background: url("/usr/share/ublexec/images/logo-background.png") no-repeat; -} -.boxInfoMessOK{ - background-color: #f3f0ac; + background: url("/usr/share/ublexec/images/logo-background.png") no-repeat; } .textHead{ text-shadow: 1px 1px #ffffff; } +.boxInfoMessOK{ + background-color: #f3f0ac; +} + .textHeaderBar{ font-weight: bold; }