cosmetic : flashing color for h2.error
This commit is contained in:
parent
4f6130cfa7
commit
e17714fbdd
1 changed files with 11 additions and 4 deletions
|
|
@ -123,11 +123,18 @@ h3.info {
|
|||
text-align:center;
|
||||
}
|
||||
|
||||
@keyframes error_h2 {
|
||||
from {background-color: hsl(358,60%,44%);}
|
||||
to {background-color: hsl(359,100%,44%);}
|
||||
}
|
||||
h2.error {
|
||||
background:#FF0000;
|
||||
color:#FFFFFF;
|
||||
animation-name: error_h2;
|
||||
animation-duration: 4s;
|
||||
animation-iteration-count: infinite;
|
||||
}
|
||||
|
||||
h2.error {
|
||||
background:#FF0000;
|
||||
color:#FFFFFF;
|
||||
}
|
||||
|
||||
td.tool a.mtitle {
|
||||
text-decoration:none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue