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

Missing style buttonRefused

parent 3e484563
Branches
Tags
No related merge requests found
...@@ -1125,6 +1125,24 @@ td.formdocbutton {padding-top:6px;} ...@@ -1125,6 +1125,24 @@ td.formdocbutton {padding-top:6px;}
); );
color:white; color:white;
} }
.button:disabled {
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
cursor: auto;
}
.buttonRefused {
pointer-events: none;
cursor: default;
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
/* ============================================================================== */ /* ============================================================================== */
/* Tables */ /* Tables */
......
...@@ -184,6 +184,23 @@ legend { margin-bottom: 8px; } ...@@ -184,6 +184,23 @@ legend { margin-bottom: 8px; }
padding: 0px 2px 0px 2px; padding: 0px 2px 0px 2px;
margin: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
} }
.button:disabled {
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
cursor: auto;
}
.buttonRefused {
pointer-events: none;
cursor: default;
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
form { form {
padding: 0em 0em 0em 0em; padding: 0em 0em 0em 0em;
margin: 0em 0em 0em 0em; margin: 0em 0em 0em 0em;
......
...@@ -209,6 +209,23 @@ legend { margin-bottom: 8px; } ...@@ -209,6 +209,23 @@ legend { margin-bottom: 8px; }
padding: 0px 2px 0px 2px; padding: 0px 2px 0px 2px;
margin: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
} }
.button:disabled {
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
cursor: auto;
}
.buttonRefused {
pointer-events: none;
cursor: default;
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
form { form {
padding: 0em 0em 0em 0em; padding: 0em 0em 0em 0em;
margin: 0em 0em 0em 0em; margin: 0em 0em 0em 0em;
......
...@@ -185,6 +185,23 @@ legend { margin-bottom: 8px; } ...@@ -185,6 +185,23 @@ legend { margin-bottom: 8px; }
padding: 0px 2px 0px 2px; padding: 0px 2px 0px 2px;
margin: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
} }
.button:disabled {
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
cursor: auto;
}
.buttonRefused {
pointer-events: none;
cursor: default;
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
form { form {
padding: 0em 0em 0em 0em; padding: 0em 0em 0em 0em;
margin: 0em 0em 0em 0em; margin: 0em 0em 0em 0em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment