mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Merge pull request #288 from markomarkovic/2.0
Fixed errors in css file
This commit is contained in:
commit
358d5c213c
2 changed files with 3 additions and 3 deletions
|
@ -368,7 +368,7 @@ form .submit input[type=submit]:hover {
|
||||||
/* Form errors */
|
/* Form errors */
|
||||||
form .error {
|
form .error {
|
||||||
background: #FFDACC;
|
background: #FFDACC;
|
||||||
-moz-order-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
|
@ -368,7 +368,7 @@ form .submit input[type=submit]:hover {
|
||||||
/* Form errors */
|
/* Form errors */
|
||||||
form .error {
|
form .error {
|
||||||
background: #FFDACC;
|
background: #FFDACC;
|
||||||
-moz-order-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -611,7 +611,7 @@ pre {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-wekbkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.cake-stack-trace a {
|
.cake-stack-trace a {
|
||||||
|
|
Loading…
Add table
Reference in a new issue