Look: Minor fix in CSS for IE.
This commit is contained in:
parent
911c25c3fd
commit
e6afcd328c
@ -145,6 +145,8 @@ input.flat {
|
||||
|
||||
input:disabled {background:#b6b6b6;}
|
||||
|
||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||
|
||||
textarea.flat {
|
||||
font-size:<?php print $fontsize ?>px;
|
||||
font-family:<?php print $fontlist ?>;
|
||||
|
||||
@ -126,6 +126,7 @@ input:disabled {
|
||||
textarea:disabled {
|
||||
background:#ddd;
|
||||
}
|
||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||
.button {
|
||||
font-family: <?php print $fontlist ?>;
|
||||
border: 1px solid #ACBCBB;
|
||||
|
||||
@ -154,6 +154,8 @@ input.button[type=submit] {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||
|
||||
.button {
|
||||
font-family: <?php print $fontlist ?>;
|
||||
border: 0px;
|
||||
|
||||
@ -108,7 +108,7 @@ input:disabled {
|
||||
textarea:disabled {
|
||||
background:#ddd;
|
||||
}
|
||||
|
||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||
input.button[type=submit] {
|
||||
background: #A51B00;
|
||||
-moz-border-radius:8px;
|
||||
|
||||
@ -246,6 +246,7 @@ input.removedfile {
|
||||
textarea:disabled {
|
||||
background:#ddd;
|
||||
}
|
||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||
.button {
|
||||
font-family: <?php print $fontlist ?>;
|
||||
background-image: url(<?php echo $img_button ?>);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user