mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
Style date_duration widget
This commit is contained in:
parent
1e15a6efc7
commit
e66061a411
@ -524,9 +524,19 @@ span.et2_date span {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
}
|
}
|
||||||
span.et2_date_duration input.et2_date_duration {
|
span.et2_date_duration {
|
||||||
|
border: 1px solid gray;
|
||||||
|
border-radius: 3px;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
span.et2_date_duration .et2_date_duration {
|
||||||
width: 3em;
|
width: 3em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
border: none;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
span.et2_date_duration :not(input:first-child) {
|
||||||
|
border-left: 1px solid #e0e0e0a8;
|
||||||
}
|
}
|
||||||
span.et2_date_duration span {
|
span.et2_date_duration span {
|
||||||
vertical-align: -webkit-baseline-middle;
|
vertical-align: -webkit-baseline-middle;
|
||||||
|
@ -342,6 +342,12 @@
|
|||||||
span.et2_date span {
|
span.et2_date span {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
span.et2_date_duration {
|
||||||
|
border: 1px solid #E6E6E6;
|
||||||
|
}
|
||||||
|
span.et2_date_duration :not(input:first-child) {
|
||||||
|
border-left: 1px solid #F2F2F2;
|
||||||
|
}
|
||||||
.ui-datepicker .ui-datepicker-buttonpane button[data-handler="today"] {
|
.ui-datepicker .ui-datepicker-buttonpane button[data-handler="today"] {
|
||||||
background-image: url(../images/bullet.svg);
|
background-image: url(../images/bullet.svg);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
@ -169,6 +169,12 @@ span.et2_date input.et2_date {
|
|||||||
span.et2_date span {
|
span.et2_date span {
|
||||||
color: @gray_0;
|
color: @gray_0;
|
||||||
}
|
}
|
||||||
|
span.et2_date_duration {
|
||||||
|
border: 1px solid @gray_10;
|
||||||
|
}
|
||||||
|
span.et2_date_duration :not(input:first-child) {
|
||||||
|
border-left: 1px solid @gray_5;
|
||||||
|
}
|
||||||
|
|
||||||
.ui-datepicker .ui-datepicker-buttonpane button[data-handler="today"] {
|
.ui-datepicker .ui-datepicker-buttonpane button[data-handler="today"] {
|
||||||
background-image: url(../images/bullet.svg);
|
background-image: url(../images/bullet.svg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user