merged from 1.9 :: CSS color "lightgrey" does not exist. I replaced it with the "corresponding" Linux color value #D3D3D3.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user