mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-25 14:54:52 +02:00
Merge branch 'ent-13431-calendario-y-selector-de-horas-con-tema-oscuro-se-ven-feos' into 'develop'
Ent 13431 calendario y selector de horas con tema oscuro se ven feos See merge request artica/pandorafms!7183
This commit is contained in:
commit
e2fd1cfa2a
@ -35,7 +35,8 @@
|
|||||||
}
|
}
|
||||||
.ui-datepicker .ui-datepicker-title select,
|
.ui-datepicker .ui-datepicker-title select,
|
||||||
.ui-datepicker .ui-datepicker-title option {
|
.ui-datepicker .ui-datepicker-title option {
|
||||||
color: #111;
|
color: var(--text-color);
|
||||||
|
background-color: var(--secondary-color);
|
||||||
}
|
}
|
||||||
.ui-dialog .ui-dialog-title {
|
.ui-dialog .ui-dialog-title {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@ -228,16 +229,16 @@ a.ui-state-default > span:hover {
|
|||||||
margin-right: 25px !important;
|
margin-right: 25px !important;
|
||||||
}
|
}
|
||||||
.ui-widget-header {
|
.ui-widget-header {
|
||||||
background: white;
|
background: var(--secondary-color);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
.ui-datepicker-calendar th {
|
.ui-datepicker-calendar th {
|
||||||
background-color: #fff;
|
background-color: var(--secondary-color);
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
text-align: initial;
|
text-align: initial;
|
||||||
}
|
}
|
||||||
.ui-datepicker-calendar th span {
|
.ui-datepicker-calendar th span {
|
||||||
color: #000;
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
.ui-widget-header {
|
.ui-widget-header {
|
||||||
height: fit-content !important;
|
height: fit-content !important;
|
||||||
@ -256,7 +257,7 @@ a.ui-state-default > span:hover {
|
|||||||
margin: 0px 15px 0px 15px;
|
margin: 0px 15px 0px 15px;
|
||||||
}
|
}
|
||||||
.ui-timepicker-div .ui-datepicker-title {
|
.ui-timepicker-div .ui-datepicker-title {
|
||||||
color: black;
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
.ui-timepicker-div dl {
|
.ui-timepicker-div dl {
|
||||||
margin-top: 0px !important;
|
margin-top: 0px !important;
|
||||||
@ -321,7 +322,7 @@ a.ui-button:active,
|
|||||||
.ui-widget-header .ui-state-active {
|
.ui-widget-header .ui-state-active {
|
||||||
border: 1px solid #aaaaaa;
|
border: 1px solid #aaaaaa;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
background: #ffffff;
|
background: var(--secondary-color);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #212121;
|
color: #212121;
|
||||||
}
|
}
|
||||||
|
@ -12342,7 +12342,7 @@ div.relative > div > div#ui-datepicker-div {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ui-datepicker-div .ui-datepicker-header {
|
#ui-datepicker-div .ui-datepicker-header {
|
||||||
background-color: white;
|
background-color: var(--secondary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-widget-overlay {
|
.ui-widget-overlay {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user