mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Merge branch 'ent-12166-estilos-calendarios' into 'develop'
Ent 12166 estilos calendarios See merge request artica/pandorafms!6529
This commit is contained in:
commit
e1d8f862ae
@ -151,6 +151,7 @@ a.ui-state-default > span:hover {
|
|||||||
background-color: #82b92e !important;
|
background-color: #82b92e !important;
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
border: 2px solid #000 !important;
|
border: 2px solid #000 !important;
|
||||||
|
border-radius: 50% !important;
|
||||||
}
|
}
|
||||||
.ui-corner-all,
|
.ui-corner-all,
|
||||||
.ui-corner-top,
|
.ui-corner-top,
|
||||||
@ -183,7 +184,7 @@ a.ui-state-default > span:hover {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 350px !important;
|
width: 350px !important;
|
||||||
border: 2px solid var(--primary-color);
|
border: 1px solid #c5c5c5;
|
||||||
}
|
}
|
||||||
.ui-datepicker .ui-datepicker-header {
|
.ui-datepicker .ui-datepicker-header {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -345,12 +346,20 @@ input[type="submit"].ui-button-dialog {
|
|||||||
width: 90px;
|
width: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-priority-primary,
|
.ui-priority-primary {
|
||||||
|
background-color: var(--primary-color) !important;
|
||||||
|
color: #fff !important;
|
||||||
|
border: 2px solid var(--primary-color) !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
border-radius: 8px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.ui-priority-secondary {
|
.ui-priority-secondary {
|
||||||
background-color: #fff !important;
|
background-color: var(--secondary-color) !important;
|
||||||
color: var(--primary-color) !important;
|
color: var(--primary-color) !important;
|
||||||
border: 2px solid var(--primary-color) !important;
|
border: 2px solid var(--primary-color) !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
|
border-radius: 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-timepicker-div > dl dt,
|
.ui-timepicker-div > dl dt,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user