Look: Mise a jour style pour calendrier popup eldy
This commit is contained in:
parent
fa2c01e736
commit
f1d6fdc0f0
@ -877,6 +877,7 @@ table.dp {
|
||||
border-bottom: solid 1px #222222;
|
||||
}
|
||||
.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
|
||||
/* Barre titre */
|
||||
.dpHead,.tpHead,.tpHour td:Hover .tpHead{
|
||||
font-weight:bold;
|
||||
background-color:#b3c5cc;
|
||||
@ -884,6 +885,7 @@ table.dp {
|
||||
font-size:11px;
|
||||
cursor:auto;
|
||||
}
|
||||
/* Barre navigation */
|
||||
.dpButtons,.tpButtons {
|
||||
text-align:center;
|
||||
background-color:#617389;color:#FFFFFF; font-weight:bold;
|
||||
@ -900,6 +902,8 @@ table.dp {
|
||||
}
|
||||
.dpToday{font-weight:bold; color:black; background-color:#DDDDDD;}
|
||||
.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
|
||||
|
||||
/* Jour courant */
|
||||
.dpSelected{background-color:#0B63A2;color:white;font-weight:bold; }
|
||||
|
||||
.tpHour{border-top:1px solid #DDDDDD; border-right:1px solid #DDDDDD;}
|
||||
@ -909,7 +913,8 @@ table.dp {
|
||||
.tpMinute {margin-top:5px;}
|
||||
.tpMinute td:Hover {background-color:black; color:white; }
|
||||
.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
|
||||
|
||||
|
||||
/* Bouton X fermer */
|
||||
.dpInvisibleButtons
|
||||
{
|
||||
border-style:none;
|
||||
|
||||
@ -712,25 +712,70 @@ tr.nonpayed {
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Objets debug
|
||||
*/
|
||||
|
||||
p#powered-by-dolibarr {
|
||||
position: fixed;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
bottom: 2px;
|
||||
font-size: 10px;
|
||||
left: 0px;
|
||||
z-index: 2;
|
||||
/* ============================================================================== */
|
||||
/* Calendar */
|
||||
/* ============================================================================== */
|
||||
.bodyline {
|
||||
-moz-border-radius:8px;
|
||||
border: 1px #ECECE4 outset;
|
||||
padding:0px;
|
||||
margin-bottom:5px;
|
||||
}
|
||||
table.dp {
|
||||
width: 180px;
|
||||
background-color: #FFFFFF;
|
||||
border-top: solid 2px #DDDDDD;
|
||||
border-left: solid 2px #DDDDDD;
|
||||
border-right: solid 1px #222222;
|
||||
border-bottom: solid 1px #222222;
|
||||
}
|
||||
.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
|
||||
/* Barre titre */
|
||||
.dpHead,.tpHead,.tpHour td:Hover .tpHead{
|
||||
font-weight:bold;
|
||||
background-color:#ccc5b3;
|
||||
color:black;
|
||||
font-size:11px;
|
||||
cursor:auto;
|
||||
}
|
||||
/* Barre navigation */
|
||||
.dpButtons,.tpButtons {
|
||||
text-align:center;
|
||||
background-color:#dcdcb3;color:#000000; font-weight:bold;
|
||||
border: 1px outset black;
|
||||
cursor:pointer;
|
||||
}
|
||||
.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
|
||||
.dpDayNames td,.dpExplanation {background-color:#D9DBE1; font-weight:bold; text-align:center; font-size:11px;}
|
||||
.dpExplanation{ font-weight:normal; font-size:11px;}
|
||||
.dpWeek td{text-align:center}
|
||||
|
||||
p#powered-by-dolibarr a {
|
||||
border: 1px solid black;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
font-size: 10px;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
.dpToday,.dpReg,.dpSelected{
|
||||
cursor:pointer;
|
||||
}
|
||||
.dpToday{font-weight:bold; color:black; background-color:#DDDDDD;}
|
||||
.dpReg:Hover,.dpToday:Hover{background-color:black;color:white}
|
||||
|
||||
/* Jour courant */
|
||||
.dpSelected{background-color:#eeeecc;color:black;font-weight:bold; }
|
||||
|
||||
.tpHour{border-top:1px solid #DDDDDD; border-right:1px solid #DDDDDD;}
|
||||
.tpHour td {border-left:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD; cursor:pointer;}
|
||||
.tpHour td:Hover {background-color:black;color:white;}
|
||||
|
||||
.tpMinute {margin-top:5px;}
|
||||
.tpMinute td:Hover {background-color:black; color:white; }
|
||||
.tpMinute td {background-color:#D9DBE1; text-align:center; cursor:pointer;}
|
||||
|
||||
/* Bouton X fermer */
|
||||
.dpInvisibleButtons
|
||||
{
|
||||
border-style:none;
|
||||
background-color:transparent;
|
||||
padding:0px;
|
||||
font-size:9px;
|
||||
border-width:0px;
|
||||
color:#222222;
|
||||
vertical-align:middle;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user