sync updates
This commit is contained in:
parent
77a3d60f5d
commit
84bb89076e
6 changed files with 109 additions and 14 deletions
|
@ -283,13 +283,7 @@ h1 .imageLink {
|
|||
.warningFieldDescription {
|
||||
padding: 5px;
|
||||
border: 1px solid #f4c63f;
|
||||
background: #fadb4e;
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,from(#ffefaa),to(#ffe155));
|
||||
background-image: -webkit-linear-gradient(#ffefaa,#ffe155);
|
||||
background-image: -moz-linear-gradient(#ffefaa,#ffe155);
|
||||
background-image: -ms-linear-gradient(#ffefaa,#ffe155);
|
||||
background-image: -o-linear-gradient(#ffefaa,#ffe155);
|
||||
background-image: linear-gradient(#ffefaa,#ffe155);
|
||||
background: #ffefaa;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue