mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
Merge pull request #66 from scott1702/message-colours
Soften message background colours
This commit is contained in:
commit
413d8e396a
@ -82,6 +82,11 @@ html {
|
|||||||
color:#808c8d;
|
color:#808c8d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar .nav a.current:hover {
|
||||||
|
background-color: #03527a;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
#sidebar .nav .section .top {
|
#sidebar .nav .section .top {
|
||||||
background: #f6f7f8;
|
background: #f6f7f8;
|
||||||
border: none;
|
border: none;
|
||||||
@ -456,12 +461,12 @@ html {
|
|||||||
.notice,
|
.notice,
|
||||||
.note,
|
.note,
|
||||||
.warningBox {
|
.warningBox {
|
||||||
background: #F9F17A;
|
background: #FFFFAD;
|
||||||
}
|
}
|
||||||
|
|
||||||
.warning,
|
.warning,
|
||||||
.alert {
|
.alert {
|
||||||
background: #e75242;
|
background: #FF8480;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
.warning a,
|
.warning a,
|
||||||
@ -474,14 +479,17 @@ html {
|
|||||||
color:#666;
|
color:#666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info,
|
.hint {
|
||||||
.hint {
|
background: #f4f4f4;
|
||||||
background: rgb(184, 229, 250);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.warning p {
|
.info {
|
||||||
margin-bottom: 0;
|
background: #CAF7FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.warning p {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.warningBoxTop {
|
.warningBoxTop {
|
||||||
padding: 10px 10px 10px 70px;
|
padding: 10px 10px 10px 70px;
|
||||||
|
Loading…
Reference in New Issue
Block a user