Look: Minor fix
This commit is contained in:
parent
fc46a02573
commit
248c75a7b2
@ -149,6 +149,7 @@ input.flat {
|
||||
input:disabled {background:#b6b6b6;}
|
||||
|
||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
|
||||
|
||||
textarea.flat {
|
||||
font-size:<?php print $fontsize ?>px;
|
||||
|
||||
@ -129,6 +129,7 @@ textarea:disabled {
|
||||
background:#ddd;
|
||||
}
|
||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
|
||||
.button {
|
||||
font-family: <?php print $fontlist ?>;
|
||||
border: 1px solid #ACBCBB;
|
||||
|
||||
@ -143,6 +143,9 @@ textarea:disabled {
|
||||
background:#ddd;
|
||||
}
|
||||
|
||||
|
||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
|
||||
input.button[type=submit] {
|
||||
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/bg_btnGreen.jpg',1); ?>);
|
||||
display: block;
|
||||
@ -158,8 +161,6 @@ 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;
|
||||
|
||||
@ -112,6 +112,7 @@ textarea:disabled {
|
||||
background:#ddd;
|
||||
}
|
||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||
input[type=image] { background-color: transparent; border: none; box-shadow: none; }
|
||||
input.button[type=submit] {
|
||||
background: #A51B00;
|
||||
-moz-border-radius:8px;
|
||||
|
||||
@ -249,6 +249,7 @@ textarea:disabled {
|
||||
background:#ddd;
|
||||
}
|
||||
input[type=checkbox] { background-color: transparent; border: none; box-shadow: none; }
|
||||
input[type=image] { 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