From 86f7ba7f8d480a668e2f19c70e6694ebc80bacd1 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Mon, 22 Oct 2007 10:36:30 +0000 Subject: [PATCH] merged from 1.9 :: CSS color "lightgrey" does not exist. I replaced it with the "corresponding" Linux color value #D3D3D3. --- theme/standard/styles_layout.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 086cceec22..bf2869c5ad 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1,4 +1,3 @@ -/* @override http://moodle18.userver.lan/theme/standard/styles_layout.css */ /******************************************************************* styles_layout.css @@ -632,7 +631,7 @@ form#adminsettings div.htmlarea { /* form frozen */ div.mform div.fitem div.fstatic{ - border-color : lightgrey; + border-color : #D3D3D3; border-style : dashed; border-width : thin; } -- 2.39.5