mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
FIX hint styling
All info boxes in docs that use the 'hint' css class as recommended are currently missing a coloured background.
This commit is contained in:
parent
3a239fcdfa
commit
e29924a169
@ -474,7 +474,8 @@ html {
|
||||
color:#666;
|
||||
}
|
||||
|
||||
.info {
|
||||
.info,
|
||||
.hint {
|
||||
background: rgb(184, 229, 250);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user