mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 18:26:13 +00:00
Merge branch 'alertclass'
This commit is contained in:
commit
6dfe019256
5 changed files with 18 additions and 3 deletions
|
@ -153,9 +153,18 @@ table td,table th{
|
|||
.banner-message a:hover{
|
||||
text-decoration:underline;
|
||||
}
|
||||
.banner-message a{
|
||||
background-color:#c5251f;
|
||||
}
|
||||
.banner-message.alert a{
|
||||
background-color:#c5251f;
|
||||
}
|
||||
.banner-message.warning a{
|
||||
background-color:#E58716;
|
||||
}
|
||||
.banner-message.success a{
|
||||
background-color:#329239;
|
||||
}
|
||||
.banner-message.info a{
|
||||
background-color:#0d579b;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue