Fix: missing style
This commit is contained in:
parent
b023117fc6
commit
e0b4008ae7
@ -1087,7 +1087,7 @@ span.tabspan {
|
|||||||
|
|
||||||
/* Nouvelle syntaxe a utiliser */
|
/* Nouvelle syntaxe a utiliser */
|
||||||
|
|
||||||
a.butAction:link, a.butAction:visited, a.butAction:hover, a.butAction:active, a.butActionDelete, a.butActionDelete:link, a.butActionDelete:visited, a.butActionDelete:hover, a.butActionDelete:active {
|
.butAction:link, .butAction:visited, .butAction:hover, .butAction:active, .butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
|
||||||
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
|
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
background: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_btnBlue.jpg' ?>) repeat-x;
|
background: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_btnBlue.jpg' ?>) repeat-x;
|
||||||
@ -1104,19 +1104,19 @@ a.butAction:link, a.butAction:visited, a.butAction:hover, a.butAction:active, a.
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.butAction:hover {
|
.butAction:hover {
|
||||||
background: #dee7ec;
|
background: #dee7ec;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.butActionDelete {
|
.butActionDelete {
|
||||||
border: 1px solid red;
|
border: 1px solid red;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.butActionDelete:link, a.butActionDelete:visited, a.butActionDelete:hover, a.butActionDelete:active {
|
.butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
|
||||||
border: 1px solid #997777;
|
border: 1px solid #997777;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.butActionDelete:hover {
|
.butActionDelete:hover {
|
||||||
background: #FFe7ec;
|
background: #FFe7ec;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1133,6 +1133,10 @@ a.butActionDelete:hover {
|
|||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.butAction, span.butActionDelete {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
/* Tables */
|
/* Tables */
|
||||||
@ -2012,3 +2016,5 @@ div.leftContent {
|
|||||||
{
|
{
|
||||||
border: 0px solid #FF0000 !important;
|
border: 0px solid #FF0000 !important;
|
||||||
}
|
}
|
||||||
|
span.cke_skin_kama { padding: 0 !important; }
|
||||||
|
.cke_wrapper { padding: 4px !important; }
|
||||||
|
|||||||
@ -1092,7 +1092,7 @@ span.tabspan {
|
|||||||
|
|
||||||
/* Nouvelle syntaxe a utiliser */
|
/* Nouvelle syntaxe a utiliser */
|
||||||
|
|
||||||
a.butAction:link, a.butAction:visited, a.butAction:hover, a.butAction:active, a.butActionDelete,a.butActionRefused, a.butActionDelete:link, a.butActionDelete:visited, a.butActionDelete:hover, a.butActionDelete:active {
|
.butAction:link, .butAction:visited, .butAction:hover, .butAction:active, .butActionDelete, .butActionRefused, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
|
||||||
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
|
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
/*background: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_btnBlue.jpg' ?>) repeat-x;*/
|
/*background: url(<?php echo DOL_URL_ROOT.'/theme/bureau2crea/img/bg_btnBlue.jpg' ?>) repeat-x;*/
|
||||||
@ -1115,29 +1115,33 @@ a.butAction:link, a.butAction:visited, a.butAction:hover, a.butAction:active, a.
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.butAction:hover {
|
.butAction:hover {
|
||||||
background: #FFe7ec;
|
background: #FFe7ec;
|
||||||
color: #961400;
|
color: #961400;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.butActionDelete {
|
.butActionDelete {
|
||||||
border: 1px solid red;
|
border: 1px solid red;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.butActionDelete:link, a.butActionDelete:visited, a.butActionDelete:hover, a.butActionDelete:active {
|
.butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active {
|
||||||
border: 2px solid red;
|
border: 2px solid red;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.butActionDelete:hover {
|
.butActionDelete:hover {
|
||||||
background: #FFe7ec;
|
background: #FFe7ec;
|
||||||
color: #961400;
|
color: #961400;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.butActionRefused {
|
.butActionRefused {
|
||||||
background: #FFe7ec;
|
background: #FFe7ec;
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span.butAction, span.butActionDelete {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
/* Tables */
|
/* Tables */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user