Skip to content
Snippets Groups Projects
Commit e6afcd32 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Look: Minor fix in CSS for IE.

parent 911c25c3
No related branches found
No related tags found
No related merge requests found
......@@ -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 ?>);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment