Skip to content
Snippets Groups Projects
Commit d1b7c081 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: le button:focus créait un déplacement du bouton dans les confirmation ajax

parent 610e61db
No related branches found
No related tags found
No related merge requests found
......@@ -692,7 +692,7 @@ function dialogConfirm(linkurl,message,ok,cancel,objectID) {
width:300,
okLabel: ok,
cancelLabel: cancel,
buttonClass: "button",
buttonClass: "buttonajax",
id: objectID,
destroyOnClose: true,
cancel:function(win){},
......
......@@ -103,6 +103,15 @@ select.flat
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.buttonajax
{
font-size: 100%;
border: 0px;
background-image : url(<?php echo $dolibarr_main_url_root.'/theme/auguria/img/button_bg.png' ?>);
background-position : bottom;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
form
{
padding: 0em 0em 0em 0em;
......
......@@ -120,6 +120,16 @@ select.flat
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.buttonajax
{
font-size: 12px;
font-family: helvetica, verdana, arial, sans-serif;
border: 0px;
background-image: url(<?php echo $dolibarr_main_url_root.'/theme/eldy/img/button_bg.png' ?>);
background-position: bottom;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
form
{
padding: 0em 0em 0em 0em;
......
......@@ -113,7 +113,19 @@ select.flat
background-position: bottom;
background-repeat: repeat-x;
}
.buttonajax {
font-size: 11px;
font-family: arial,verdana,heletica, sans-serif;
padding: 0px 2px 0px 2px;
margin: 0px 0px 0px 0px;
border-left: 1px solid #cccccc;
border-right: 1px solid #aaaaaa;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #aaaaaa;
background-image: url(<?php echo $dolibarr_main_url_root.'/theme/freelug/img/button_bg.png' ?>);
background-position: bottom;
background-repeat: repeat-x;
}
form
{
padding: 0px 0px 0px 0px;
......
......@@ -104,6 +104,15 @@ select.flat
background-image : url(/theme/yellow/img/button_bg.png);
background-position : bottom;
}
.buttonajax
{
font-family: arial,verdana,helvetica, sans-serif;
font-size: 100%;
font-weight: normal;
border: 1px solid #bbbb99;
background-image : url(/theme/yellow/img/button_bg.png);
background-position : bottom;
}
form
{
padding: 0em 0em 0em 0em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment