Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.4.6, 2.5.2
-
Component/s: Themes
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_24_STABLE, MOODLE_25_STABLE
-
Fixed Branches:MOODLE_24_STABLE, MOODLE_25_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-42453_master -
Pull Master Diff URL:
Description
This relates to MDL-30170 where the CSS was first added, where...
#page-admin-mnet-peers .mform .deletedhostinfo {...
|
border 2px solid #eeaaaa; ...}
|
|
should be...
|
|
#page-admin-mnet-peers .mform .deletedhostinfo {...
|
border: 2px solid #eeaaaa; ...}
|